| 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 # TODO(GYP) uncomment when this is used below. | 7 # TODO(GYP) uncomment when this is used below. |
| 8 #gypi_values = exec_script( | 8 #gypi_values = exec_script( |
| 9 # "//build/gypi_to_gn.py", | 9 # "//build/gypi_to_gn.py", |
| 10 # [ rebase_path("../chrome_common.gypi") ], | 10 # [ rebase_path("../chrome_common.gypi") ], |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "//base:base", | 36 "//base:base", |
| 37 "//base:i18n", | 37 "//base:i18n", |
| 38 "//base:prefs", | 38 "//base:prefs", |
| 39 "//base:base_static", | 39 "//base:base_static", |
| 40 "//chrome:resources", | 40 "//chrome:resources", |
| 41 "//chrome:strings", | 41 "//chrome:strings", |
| 42 "//chrome/app/theme:theme_resources", | 42 "//chrome/app/theme:theme_resources", |
| 43 "//chrome/common:constants", | 43 "//chrome/common:constants", |
| 44 "//chrome/common/metrics/proto", | 44 "//chrome/common/metrics/proto", |
| 45 "//chrome/common/net", | 45 "//chrome/common/net", |
| 46 "//chrome/common/safe_browsing:proto", |
| 46 #"//components/cloud_devices:common", TODO(GYP) | 47 #"//components/cloud_devices:common", TODO(GYP) |
| 47 #"//components/json_schema", TODO(GYP) | 48 #"//components/json_schema", TODO(GYP) |
| 48 "//components/metrics", | 49 "//components/metrics", |
| 49 #"//components/components.gyp:policy_component_common", TODO(GYP) | 50 #"//components/components.gyp:policy_component_common", TODO(GYP) |
| 50 "//components/translate:translate_core_common", | 51 "//components/translate:translate_core_common", |
| 51 #"//components/variations", TODO(GYP) | 52 #"//components/variations", TODO(GYP) |
| 52 "//content/public/common", | 53 "//content/public/common", |
| 53 "//crypto", | 54 "//crypto", |
| 54 "//extensions:extensions_resources", | 55 "//extensions:extensions_resources", |
| 55 "//extensions/strings", | 56 "//extensions/strings", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 | 154 |
| 154 deps = [ | 155 deps = [ |
| 155 "//base", | 156 "//base", |
| 156 "//base/third_party/dynamic_annotations", | 157 "//base/third_party/dynamic_annotations", |
| 157 "//third_party/widevine/cdm:version_h", | 158 "//third_party/widevine/cdm:version_h", |
| 158 # TODO(GYP) | 159 # TODO(GYP) |
| 159 #'../components/components.gyp:bookmarks_common', | 160 #'../components/components.gyp:bookmarks_common', |
| 160 #'../components/nacl.gyp:nacl_switches', | 161 #'../components/nacl.gyp:nacl_switches', |
| 161 ] | 162 ] |
| 162 } | 163 } |
| OLD | NEW |