| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 ] | 349 ] |
| 350 | 350 |
| 351 if (!is_ios && !is_android) { | 351 if (!is_ios && !is_android) { |
| 352 # New paks should be added here by default. | 352 # New paks should be added here by default. |
| 353 sources += [ | 353 sources += [ |
| 354 "$root_gen_dir/chrome/component_extension_resources.pak", | 354 "$root_gen_dir/chrome/component_extension_resources.pak", |
| 355 "$root_gen_dir/chrome/options_resources.pak", | 355 "$root_gen_dir/chrome/options_resources.pak", |
| 356 "$root_gen_dir/chrome/quota_internals_resources.pak", | 356 "$root_gen_dir/chrome/quota_internals_resources.pak", |
| 357 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", | 357 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", |
| 358 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak", | 358 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak", |
| 359 "$root_gen_dir/webkit/devtools_resources.pak", | 359 "$root_gen_dir/blink/devtools_resources.pak", |
| 360 ] | 360 ] |
| 361 deps += [ | 361 deps += [ |
| 362 "//chrome/browser/devtools:webrtc_device_provider_resources", | 362 "//chrome/browser/devtools:webrtc_device_provider_resources", |
| 363 "//chrome/browser/resources:component_extension_resources", | 363 "//chrome/browser/resources:component_extension_resources", |
| 364 "//chrome/browser/resources:options_resources", | 364 "//chrome/browser/resources:options_resources", |
| 365 "//chrome/browser/resources:quota_internals_resources", | 365 "//chrome/browser/resources:quota_internals_resources", |
| 366 "//chrome/browser/resources:sync_file_system_internals_resources", | 366 "//chrome/browser/resources:sync_file_system_internals_resources", |
| 367 "//content/browser/devtools:devtools_resources", | 367 "//content/browser/devtools:devtools_resources", |
| 368 ] | 368 ] |
| 369 } | 369 } |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 "//chrome/browser", | 580 "//chrome/browser", |
| 581 "//chrome/browser/ui", | 581 "//chrome/browser/ui", |
| 582 "//chrome/plugin", | 582 "//chrome/plugin", |
| 583 "//chrome/renderer", | 583 "//chrome/renderer", |
| 584 "//chrome/utility", | 584 "//chrome/utility", |
| 585 "//components/enhanced_bookmarks", | 585 "//components/enhanced_bookmarks", |
| 586 "//content/public/app:browser", | 586 "//content/public/app:browser", |
| 587 ] | 587 ] |
| 588 } | 588 } |
| 589 } | 589 } |
| OLD | NEW |