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

Side by Side Diff: win8/metro_driver/BUILD.gn

Issue 1534903002: Split GN installer_util into one that has no strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment Created 5 years 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/delegate_execute/BUILD.gn ('k') | no next file » | 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chrome/version.gni") 6 import("//chrome/version.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 shared_library("metro_driver") { 9 shared_library("metro_driver") {
10 sources = [ 10 sources = [
11 "display_properties.cc", 11 "display_properties.cc",
12 "display_properties.h", 12 "display_properties.h",
13 "metro_driver.cc", 13 "metro_driver.cc",
14 "metro_driver.h", 14 "metro_driver.h",
15 "metro_driver_win7.cc", 15 "metro_driver_win7.cc",
16 "stdafx.h", 16 "stdafx.h",
17 "winrt_utils.cc", 17 "winrt_utils.cc",
18 "winrt_utils.h", 18 "winrt_utils.h",
19 ] 19 ]
20 20
21 deps = [ 21 deps = [
22 ":copy_resources", 22 ":copy_resources",
23 ":version_resources", 23 ":version_resources",
24 "//base", 24 "//base",
25 "//chrome/common:constants", 25 "//chrome/common:constants",
26 "//chrome/installer/util", 26 "//chrome/installer/util:with_no_strings_some_things_wont_work",
27 "//crypto", 27 "//crypto",
28 "//ipc", 28 "//ipc",
29 "//sandbox", 29 "//sandbox",
30 "//ui/events", 30 "//ui/events",
31 "//ui/gfx", 31 "//ui/gfx",
32 "//ui/gfx/geometry", 32 "//ui/gfx/geometry",
33 "//ui/metro_viewer", 33 "//ui/metro_viewer",
34 "//url", 34 "//url",
35 ] 35 ]
36 36
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "winrt_utils_unittest.cc", 119 "winrt_utils_unittest.cc",
120 ] 120 ]
121 121
122 deps = [ 122 deps = [
123 ":metro_driver", 123 ":metro_driver",
124 "//base", 124 "//base",
125 "//chrome/installer/util", 125 "//chrome/installer/util",
126 "//testing/gtest", 126 "//testing/gtest",
127 ] 127 ]
128 } 128 }
OLDNEW
« no previous file with comments | « win8/delegate_execute/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698