OLD | NEW |
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 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 | 8 |
9 gypi_values = exec_script( | 9 gypi_values = exec_script( |
10 "//build/gypi_to_gn.py", | 10 "//build/gypi_to_gn.py", |
(...skipping 21 matching lines...) Expand all Loading... |
32 deps = [ | 32 deps = [ |
33 "//chrome:extra_resources", | 33 "//chrome:extra_resources", |
34 "//chrome:resources", | 34 "//chrome:resources", |
35 "//chrome:strings", | 35 "//chrome:strings", |
36 "//chrome/app/resources:platform_locale_settings", | 36 "//chrome/app/resources:platform_locale_settings", |
37 "//chrome/app/theme:theme_resources", | 37 "//chrome/app/theme:theme_resources", |
38 "//chrome/browser/devtools", | 38 "//chrome/browser/devtools", |
39 "//chrome/browser/history:in_memory_url_index_cache_proto", | 39 "//chrome/browser/history:in_memory_url_index_cache_proto", |
40 "//chrome/common", | 40 "//chrome/common", |
41 "//chrome/common/extensions/api", | 41 "//chrome/common/extensions/api", |
42 "//chrome/common/extensions/api:api_registration", | |
43 "//chrome/common/net", | 42 "//chrome/common/net", |
44 "//chrome/common/safe_browsing:proto", | 43 "//chrome/common/safe_browsing:proto", |
45 "//chrome/installer/util", | 44 "//chrome/installer/util", |
46 "//components/copresence", | 45 "//components/copresence", |
47 "//components/omaha_query_params", | 46 "//components/omaha_query_params", |
48 "//components/onc", | 47 "//components/onc", |
49 "//components/strings", | 48 "//components/strings", |
50 "//components/url_matcher", | 49 "//components/url_matcher", |
51 "//content/app/resources", | 50 "//content/app/resources", |
52 "//content/public/browser", | 51 "//content/public/browser", |
53 "//content/public/common", | 52 "//content/public/common", |
54 "//crypto", | 53 "//crypto", |
55 "//device/bluetooth", | 54 "//device/bluetooth", |
56 "//device/hid", | 55 "//device/hid", |
57 "//extensions/browser", | 56 "//extensions/browser", |
58 "//extensions/common/api", | 57 "//extensions/common/api", |
59 "//extensions/common/api:api_registration", | |
60 "//extensions/strings", | 58 "//extensions/strings", |
61 "//net", | 59 "//net", |
62 "//skia", | 60 "//skia", |
63 "//sync", | 61 "//sync", |
64 "//third_party/WebKit/public:resources", | 62 "//third_party/WebKit/public:resources", |
65 "//third_party/cacheinvalidation", | 63 "//third_party/cacheinvalidation", |
66 "//third_party/icu", | 64 "//third_party/icu", |
67 "//third_party/leveldatabase", | 65 "//third_party/leveldatabase", |
68 "//third_party/re2", | 66 "//third_party/re2", |
69 "//ui/accessibility:ax_gen", | 67 "//ui/accessibility:ax_gen", |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 gypi_values.chrome_browser_extensions_app_list_sources, | 202 gypi_values.chrome_browser_extensions_app_list_sources, |
205 ".", "//chrome") | 203 ".", "//chrome") |
206 } | 204 } |
207 | 205 |
208 if (!use_ozone) { | 206 if (!use_ozone) { |
209 sources -= [ | 207 sources -= [ |
210 "global_shortcut_listener_ozone.cc", | 208 "global_shortcut_listener_ozone.cc", |
211 ] | 209 ] |
212 } | 210 } |
213 } | 211 } |
OLD | NEW |