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( | 7 gypi_values = exec_script( |
8 "//build/gypi_to_gn.py", | 8 "//build/gypi_to_gn.py", |
9 [ rebase_path("../chrome_common.gypi") ], | 9 [ rebase_path("../chrome_common.gypi") ], |
10 "scope", | 10 "scope", |
(...skipping 27 matching lines...) Expand all Loading... |
38 "//chrome:resources", | 38 "//chrome:resources", |
39 "//chrome:strings", | 39 "//chrome:strings", |
40 "//chrome/app/theme:theme_resources", | 40 "//chrome/app/theme:theme_resources", |
41 "//chrome/common:constants", | 41 "//chrome/common:constants", |
42 "//chrome/common/net", | 42 "//chrome/common/net", |
43 "//chrome/common/safe_browsing:proto", | 43 "//chrome/common/safe_browsing:proto", |
44 #"//components/cloud_devices:common", TODO(GYP) | 44 #"//components/cloud_devices:common", TODO(GYP) |
45 #"//components/json_schema", TODO(GYP) | 45 #"//components/json_schema", TODO(GYP) |
46 "//components/metrics", | 46 "//components/metrics", |
47 #"//components/components.gyp:policy_component_common", TODO(GYP) | 47 #"//components/components.gyp:policy_component_common", TODO(GYP) |
48 "//components/translate:translate_core_common", | 48 "//components/translate/core/common", |
49 "//components/variations", | 49 "//components/variations", |
50 "//content/public/common", | 50 "//content/public/common", |
51 "//crypto", | 51 "//crypto", |
52 "//extensions:extensions_resources", | 52 "//extensions:extensions_resources", |
53 "//extensions/strings", | 53 "//extensions/strings", |
54 #"//media/cast/cast.gyp:cast_transport", TODO(GYP) | 54 #"//media/cast/cast.gyp:cast_transport", TODO(GYP) |
55 "//net", | 55 "//net", |
56 "//skia", | 56 "//skia", |
57 "//third_party/icu", | 57 "//third_party/icu", |
58 "//third_party/libxml", | 58 "//third_party/libxml", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 | 150 |
151 deps = [ | 151 deps = [ |
152 "//base", | 152 "//base", |
153 "//base/third_party/dynamic_annotations", | 153 "//base/third_party/dynamic_annotations", |
154 "//third_party/widevine/cdm:version_h", | 154 "//third_party/widevine/cdm:version_h", |
155 # TODO(GYP) | 155 # TODO(GYP) |
156 #'../components/components.gyp:bookmarks_common', | 156 #'../components/components.gyp:bookmarks_common', |
157 #'../components/nacl.gyp:nacl_switches', | 157 #'../components/nacl.gyp:nacl_switches', |
158 ] | 158 ] |
159 } | 159 } |
OLD | NEW |