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

Side by Side Diff: win8/delegate_execute/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 | « win8/BUILD.gn ('k') | win8/delegate_execute/command_execute_impl.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/version.gni") 7 import("//chrome/version.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 executable("delegate_execute") { 10 executable("delegate_execute") {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 public_deps = [ 43 public_deps = [
44 "//base", 44 "//base",
45 "//breakpad:breakpad_handler", 45 "//breakpad:breakpad_handler",
46 "//chrome/common:constants", 46 "//chrome/common:constants",
47 "//chrome/installer/util:with_no_strings", 47 "//chrome/installer/util:with_no_strings",
48 "//ui/base", 48 "//ui/base",
49 "//ui/gfx", 49 "//ui/gfx",
50 "//ui/gfx/geometry", 50 "//ui/gfx/geometry",
51 ] 51 ]
52 52
53 if (use_aura) {
54 public_deps += [ "//win8:metro_viewer_constants" ]
55 }
56
57 if (is_chrome_branded) { 53 if (is_chrome_branded) {
58 public_deps += [ "//google_update" ] 54 public_deps += [ "//google_update" ]
59 } 55 }
60 } 56 }
61 57
62 process_version("version_resources") { 58 process_version("version_resources") {
63 visibility = [ ":*" ] 59 visibility = [ ":*" ]
64 sources = [ 60 sources = [
65 "delegate_execute_exe.ver", 61 "delegate_execute_exe.ver",
66 ] 62 ]
67 output = "$target_gen_dir/delegate_execute_exe.rc" 63 output = "$target_gen_dir/delegate_execute_exe.rc"
68 template_file = chrome_version_rc_template 64 template_file = chrome_version_rc_template
69 } 65 }
70 66
71 test("delegate_execute_unittests") { 67 test("delegate_execute_unittests") {
72 sources = [ 68 sources = [
73 "delegate_execute_util_unittest.cc", 69 "delegate_execute_util_unittest.cc",
74 ] 70 ]
75 deps = [ 71 deps = [
76 ":lib", 72 ":lib",
77 "//base/test:run_all_unittests", 73 "//base/test:run_all_unittests",
78 "//testing/gtest", 74 "//testing/gtest",
79 ] 75 ]
80 } 76 }
OLDNEW
« no previous file with comments | « win8/BUILD.gn ('k') | win8/delegate_execute/command_execute_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698