| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "//chrome/browser/resources:sync_internals_resources", | 359 "//chrome/browser/resources:sync_internals_resources", |
| 360 "//chrome/browser/resources:translate_internals_resources", | 360 "//chrome/browser/resources:translate_internals_resources", |
| 361 "//components/resources", | 361 "//components/resources", |
| 362 "//net:net_resources", | 362 "//net:net_resources", |
| 363 "//ui/resources", | 363 "//ui/resources", |
| 364 ] | 364 ] |
| 365 | 365 |
| 366 if (!is_ios && !is_android) { | 366 if (!is_ios && !is_android) { |
| 367 # New paks should be added here by default. | 367 # New paks should be added here by default. |
| 368 sources += [ | 368 sources += [ |
| 369 "$root_gen_dir/webkit/devtools_resources.pak", | |
| 370 "$root_gen_dir/chrome/component_extension_resources.pak", | 369 "$root_gen_dir/chrome/component_extension_resources.pak", |
| 371 "$root_gen_dir/chrome/options_resources.pak", | 370 "$root_gen_dir/chrome/options_resources.pak", |
| 372 "$root_gen_dir/chrome/quota_internals_resources.pak", | 371 "$root_gen_dir/chrome/quota_internals_resources.pak", |
| 373 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", | 372 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", |
| 373 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak", |
| 374 "$root_gen_dir/webkit/devtools_resources.pak", |
| 374 ] | 375 ] |
| 375 deps += [ | 376 deps += [ |
| 376 "//content/browser/devtools:devtools_resources", | 377 "//chrome/browser/devtools:webrtc_device_provider_resources", |
| 377 "//chrome/browser/resources:component_extension_resources", | 378 "//chrome/browser/resources:component_extension_resources", |
| 378 "//chrome/browser/resources:options_resources", | 379 "//chrome/browser/resources:options_resources", |
| 379 "//chrome/browser/resources:quota_internals_resources", | 380 "//chrome/browser/resources:quota_internals_resources", |
| 380 "//chrome/browser/resources:sync_file_system_internals_resources", | 381 "//chrome/browser/resources:sync_file_system_internals_resources", |
| 382 "//content/browser/devtools:devtools_resources", |
| 381 ] | 383 ] |
| 382 } | 384 } |
| 383 if (!is_ios) { | 385 if (!is_ios) { |
| 384 sources += [ | 386 sources += [ |
| 385 "$root_gen_dir/blink/public/resources/blink_resources.pak", | 387 "$root_gen_dir/blink/public/resources/blink_resources.pak", |
| 386 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", | 388 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", |
| 387 "$root_gen_dir/content/content_resources.pak", | 389 "$root_gen_dir/content/content_resources.pak", |
| 388 ] | 390 ] |
| 389 } | 391 } |
| 390 if (is_chromeos) { | 392 if (is_chromeos) { |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 "//chrome/browser/ui", | 599 "//chrome/browser/ui", |
| 598 "//chrome/plugin", | 600 "//chrome/plugin", |
| 599 "//chrome/renderer", | 601 "//chrome/renderer", |
| 600 "//chrome/utility", | 602 "//chrome/utility", |
| 601 "//components/enhanced_bookmarks", | 603 "//components/enhanced_bookmarks", |
| 602 "//content/public/app:browser", | 604 "//content/public/app:browser", |
| 603 ] | 605 ] |
| 604 } | 606 } |
| 605 | 607 |
| 606 } | 608 } |
| OLD | NEW |