summaryrefslogtreecommitdiffstats
path: root/win8/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'win8/BUILD.gn')
-rw-r--r--win8/BUILD.gn25
1 files changed, 0 insertions, 25 deletions
diff --git a/win8/BUILD.gn b/win8/BUILD.gn
index fb43d2d..7b36f33 100644
--- a/win8/BUILD.gn
+++ b/win8/BUILD.gn
@@ -2,31 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("metro_viewer_constants") {
- sources = [
- "viewer/metro_viewer_constants.cc",
- "viewer/metro_viewer_constants.h",
- ]
-}
-
-component("metro_viewer") {
- sources = [
- "viewer/metro_viewer_process_host.cc",
- "viewer/metro_viewer_process_host.h",
- ]
-
- defines = [ "METRO_VIEWER_IMPLEMENTATION" ]
-
- deps = [
- ":metro_viewer_constants",
- "//base",
- "//ipc",
- "//ui/aura",
- "//ui/gfx",
- "//ui/metro_viewer",
- ]
-}
-
source_set("test_support_win8") {
sources = [
"test/open_with_dialog_async.cc",