| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/locales.gni") | 6 import("//build/config/locales.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//chrome/chrome_repack_locales.gni") | 8 import("//chrome/chrome_repack_locales.gni") |
| 9 import("//chrome/version.gni") | 9 import("//chrome/version.gni") |
| 10 | 10 |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "//chrome/utility", | 232 "//chrome/utility", |
| 233 "//content/public/child", | 233 "//content/public/child", |
| 234 "//third_party/WebKit/public:blink_devtools_frontend_resources", | 234 "//third_party/WebKit/public:blink_devtools_frontend_resources", |
| 235 ] | 235 ] |
| 236 } | 236 } |
| 237 if (cld_version == 0 || cld_version == 2) { | 237 if (cld_version == 0 || cld_version == 2) { |
| 238 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 238 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
| 239 } | 239 } |
| 240 | 240 |
| 241 # TODO(gyp) if (enable_nacl) { | 241 # TODO(gyp) if (enable_nacl) { |
| 242 # deps += [ "<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_
trusted_plugin" ] | 242 # deps += [ "<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted
_plugin" ] |
| 243 #} | 243 #} |
| 244 if (enable_remoting) { | 244 if (enable_remoting) { |
| 245 deps += [ "//remoting/client/plugin" ] | 245 deps += [ "//remoting/client/plugin" ] |
| 246 } | 246 } |
| 247 } | 247 } |
| 248 | 248 |
| 249 if (is_win) { | 249 if (is_win) { |
| 250 # TODO(brettw) this duplicates "//chrome/common:version" which applies to | 250 # TODO(brettw) this duplicates "//chrome/common:version" which applies to |
| 251 # Linux. | 251 # Linux. |
| 252 process_version("version_header") { | 252 process_version("version_header") { |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "//chrome/browser", | 600 "//chrome/browser", |
| 601 "//chrome/browser/ui", | 601 "//chrome/browser/ui", |
| 602 "//chrome/plugin", | 602 "//chrome/plugin", |
| 603 "//chrome/renderer", | 603 "//chrome/renderer", |
| 604 "//chrome/utility", | 604 "//chrome/utility", |
| 605 "//components/enhanced_bookmarks", | 605 "//components/enhanced_bookmarks", |
| 606 "//content/public/app:browser", | 606 "//content/public/app:browser", |
| 607 ] | 607 ] |
| 608 } | 608 } |
| 609 } | 609 } |
| OLD | NEW |