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("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
6 | 6 |
7 gypi_values = exec_script("//build/gypi_to_gn.py", | 7 gypi_values = exec_script("//build/gypi_to_gn.py", |
8 [ rebase_path("../chrome_common.gypi") ], | 8 [ rebase_path("../chrome_common.gypi") ], |
9 "scope", | 9 "scope", |
10 [ "../chrome_common.gypi" ]) | 10 [ "../chrome_common.gypi" ]) |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "//chrome/app/theme:theme_resources", | 52 "//chrome/app/theme:theme_resources", |
53 "//chrome/common:constants", | 53 "//chrome/common:constants", |
54 "//chrome/common/net", | 54 "//chrome/common/net", |
55 "//chrome/common/safe_browsing:proto", | 55 "//chrome/common/safe_browsing:proto", |
56 "//chrome/installer/util", | 56 "//chrome/installer/util", |
57 "//components/cloud_devices/common", | 57 "//components/cloud_devices/common", |
58 "//components/content_settings/core/common", | 58 "//components/content_settings/core/common", |
59 "//components/json_schema", | 59 "//components/json_schema", |
60 "//components/metrics", | 60 "//components/metrics", |
61 "//components/policy:policy_component_common", | 61 "//components/policy:policy_component_common", |
| 62 "//components/printing/common:printing_common", |
62 "//components/translate/core/common", | 63 "//components/translate/core/common", |
63 "//components/variations", | 64 "//components/variations", |
64 "//content/public/common", | 65 "//content/public/common", |
65 "//crypto", | 66 "//crypto", |
66 "//extensions/common:common_constants", | 67 "//extensions/common:common_constants", |
67 "//media/cast:net", | 68 "//media/cast:net", |
68 "//net", | 69 "//net", |
69 "//skia", | 70 "//skia", |
70 "//third_party/icu", | 71 "//third_party/icu", |
71 "//third_party/libxml", | 72 "//third_party/libxml", |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 ] | 295 ] |
295 } | 296 } |
296 | 297 |
297 if (enable_extensions) { | 298 if (enable_extensions) { |
298 sources += [ | 299 sources += [ |
299 "extensions/extension_test_util.cc", | 300 "extensions/extension_test_util.cc", |
300 "extensions/extension_test_util.h", | 301 "extensions/extension_test_util.h", |
301 ] | 302 ] |
302 } | 303 } |
303 } | 304 } |
OLD | NEW |