Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: win8/BUILD.gn

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | win8/delegate_execute/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("metro_viewer_constants") {
6 sources = [
7 "viewer/metro_viewer_constants.cc",
8 "viewer/metro_viewer_constants.h",
9 ]
10 }
11
12 component("metro_viewer") {
13 sources = [
14 "viewer/metro_viewer_process_host.cc",
15 "viewer/metro_viewer_process_host.h",
16 ]
17
18 defines = [ "METRO_VIEWER_IMPLEMENTATION" ]
19
20 deps = [
21 ":metro_viewer_constants",
22 "//base",
23 "//ipc",
24 "//ui/aura",
25 "//ui/gfx",
26 "//ui/metro_viewer",
27 ]
28 }
29
30 source_set("test_support_win8") { 5 source_set("test_support_win8") {
31 sources = [ 6 sources = [
32 "test/open_with_dialog_async.cc", 7 "test/open_with_dialog_async.cc",
33 "test/open_with_dialog_async.h", 8 "test/open_with_dialog_async.h",
34 "test/open_with_dialog_controller.cc", 9 "test/open_with_dialog_controller.cc",
35 "test/open_with_dialog_controller.h", 10 "test/open_with_dialog_controller.h",
36 "test/ui_automation_client.cc", 11 "test/ui_automation_client.cc",
37 "test/ui_automation_client.h", 12 "test/ui_automation_client.h",
38 ] 13 ]
39 14
(...skipping 28 matching lines...) Expand all
68 ":test_registrar_constants", 43 ":test_registrar_constants",
69 "//base", 44 "//base",
70 "//build/config/sanitizers:deps", 45 "//build/config/sanitizers:deps",
71 46
72 # Chrome is the default viewer process currently used by the tests. 47 # Chrome is the default viewer process currently used by the tests.
73 # TODO(robertshield): Investigate building a standalone metro viewer 48 # TODO(robertshield): Investigate building a standalone metro viewer
74 # process. 49 # process.
75 "//chrome", 50 "//chrome",
76 ] 51 ]
77 } 52 }
OLDNEW
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | win8/delegate_execute/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698