| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "//base:i18n", | 43 "//base:i18n", |
| 44 "//base:prefs", | 44 "//base:prefs", |
| 45 "//base:base_static", | 45 "//base:base_static", |
| 46 "//chrome:resources", | 46 "//chrome:resources", |
| 47 "//chrome:strings", | 47 "//chrome:strings", |
| 48 "//chrome/app/theme:theme_resources", | 48 "//chrome/app/theme:theme_resources", |
| 49 "//chrome/common:constants", | 49 "//chrome/common:constants", |
| 50 "//chrome/common/net", | 50 "//chrome/common/net", |
| 51 "//chrome/common/safe_browsing:proto", | 51 "//chrome/common/safe_browsing:proto", |
| 52 "//components/cloud_devices/common", | 52 "//components/cloud_devices/common", |
| 53 "//components/content_settings/core/common", |
| 53 "//components/json_schema", | 54 "//components/json_schema", |
| 54 "//components/metrics", | 55 "//components/metrics", |
| 55 "//components/policy:policy_component_common", | 56 "//components/policy:policy_component_common", |
| 56 "//components/translate/core/common", | 57 "//components/translate/core/common", |
| 57 "//components/variations", | 58 "//components/variations", |
| 58 "//content/public/common", | 59 "//content/public/common", |
| 59 "//crypto", | 60 "//crypto", |
| 60 "//extensions:extensions_resources", | 61 "//extensions:extensions_resources", |
| 61 "//extensions/strings", | 62 "//extensions/strings", |
| 62 "//net", | 63 "//net", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "//components/bookmarks/common", | 299 "//components/bookmarks/common", |
| 299 "//third_party/widevine/cdm:version_h", | 300 "//third_party/widevine/cdm:version_h", |
| 300 ] | 301 ] |
| 301 | 302 |
| 302 if (enable_nacl) { | 303 if (enable_nacl) { |
| 303 deps += [ | 304 deps += [ |
| 304 #'../components/nacl.gyp:nacl_switches', TODO(GYP) | 305 #'../components/nacl.gyp:nacl_switches', TODO(GYP) |
| 305 ] | 306 ] |
| 306 } | 307 } |
| 307 } | 308 } |
| OLD | NEW |