Port 179.art benchmark

Change-Id: I2e84d41529b7b833cf0da4bf67c4fdb3b09b6675
diff --git a/179.art/BUILD.gn b/179.art/BUILD.gn
new file mode 100644
index 0000000..45d3202
--- /dev/null
+++ b/179.art/BUILD.gn
@@ -0,0 +1,19 @@
+# Copyright 2016 The Fuchsia Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+executable("179.art") {
+  sources = [
+    "src/scanner.c",
+  ]
+  defines = [ "SPEC_CPU2000" ]
+  cflags_c = [
+    "-Wno-format",
+    "-Wno-implicit-function-declaration",
+  ]
+  data = [
+    "data/ref/input/a10.img",
+    "data/ref/input/c756hel.in",
+    "data/ref/input/hc.img",
+  ]
+}
diff --git a/BUILD.gn b/BUILD.gn
index 43ad2c9..980f48f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -8,6 +8,7 @@
     "175.vpr",
     "176.gcc",
     "177.mesa",
+    "179.art",
     "181.mcf",
     "183.equake",
   ]