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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
10 import("//chrome/chrome_repack_locales.gni") | 10 import("//chrome/chrome_repack_locales.gni") |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 } | 464 } |
465 | 465 |
466 # GYP version: chrome/chrome_resources.gyp:chrome_extra_resources | 466 # GYP version: chrome/chrome_resources.gyp:chrome_extra_resources |
467 group("extra_resources") { | 467 group("extra_resources") { |
468 deps = [ | 468 deps = [ |
469 "//chrome/browser/resources:invalidations_resources", | 469 "//chrome/browser/resources:invalidations_resources", |
470 "//chrome/browser/resources:memory_internals_resources", | 470 "//chrome/browser/resources:memory_internals_resources", |
471 "//chrome/browser/resources:net_internals_resources", | 471 "//chrome/browser/resources:net_internals_resources", |
472 "//chrome/browser/resources:password_manager_internals_resources", | 472 "//chrome/browser/resources:password_manager_internals_resources", |
473 "//chrome/browser/resources:signin_internals_resources", | 473 "//chrome/browser/resources:signin_internals_resources", |
474 "//chrome/browser/resources:sync_internals_resources", | |
475 "//chrome/browser/resources:translate_internals_resources", | 474 "//chrome/browser/resources:translate_internals_resources", |
476 ] | 475 ] |
477 if (!is_ios) { | 476 if (!is_ios) { |
478 deps += [ | 477 deps += [ |
479 "//chrome/browser/resources:component_extension_resources", | 478 "//chrome/browser/resources:component_extension_resources", |
480 "//chrome/browser/resources:options_resources", | 479 "//chrome/browser/resources:options_resources", |
481 "//chrome/browser/resources:settings_resources", | 480 "//chrome/browser/resources:settings_resources", |
482 ] | 481 ] |
483 } | 482 } |
484 | 483 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 visibility = [ "./*" ] | 541 visibility = [ "./*" ] |
543 sources = [ | 542 sources = [ |
544 "$root_gen_dir/chrome/browser_resources.pak", | 543 "$root_gen_dir/chrome/browser_resources.pak", |
545 "$root_gen_dir/chrome/chrome_unscaled_resources.pak", | 544 "$root_gen_dir/chrome/chrome_unscaled_resources.pak", |
546 "$root_gen_dir/chrome/common_resources.pak", | 545 "$root_gen_dir/chrome/common_resources.pak", |
547 "$root_gen_dir/chrome/invalidations_resources.pak", | 546 "$root_gen_dir/chrome/invalidations_resources.pak", |
548 "$root_gen_dir/chrome/memory_internals_resources.pak", | 547 "$root_gen_dir/chrome/memory_internals_resources.pak", |
549 "$root_gen_dir/chrome/net_internals_resources.pak", | 548 "$root_gen_dir/chrome/net_internals_resources.pak", |
550 "$root_gen_dir/chrome/password_manager_internals_resources.pak", | 549 "$root_gen_dir/chrome/password_manager_internals_resources.pak", |
551 "$root_gen_dir/chrome/signin_internals_resources.pak", | 550 "$root_gen_dir/chrome/signin_internals_resources.pak", |
552 "$root_gen_dir/chrome/sync_internals_resources.pak", | |
553 "$root_gen_dir/chrome/translate_internals_resources.pak", | 551 "$root_gen_dir/chrome/translate_internals_resources.pak", |
554 "$root_gen_dir/components/components_resources.pak", | 552 "$root_gen_dir/components/components_resources.pak", |
555 "$root_gen_dir/net/net_resources.pak", | 553 "$root_gen_dir/net/net_resources.pak", |
556 "$root_gen_dir/ui/resources/webui_resources.pak", | 554 "$root_gen_dir/ui/resources/webui_resources.pak", |
557 ] | 555 ] |
558 deps = [ | 556 deps = [ |
559 "//chrome/browser:resources", | 557 "//chrome/browser:resources", |
560 "//chrome/app/theme:chrome_unscaled_resources", | 558 "//chrome/app/theme:chrome_unscaled_resources", |
561 "//chrome/common:resources", | 559 "//chrome/common:resources", |
562 "//chrome/browser/resources:invalidations_resources", | 560 "//chrome/browser/resources:invalidations_resources", |
563 "//chrome/browser/resources:memory_internals_resources", | 561 "//chrome/browser/resources:memory_internals_resources", |
564 "//chrome/browser/resources:net_internals_resources", | 562 "//chrome/browser/resources:net_internals_resources", |
565 "//chrome/browser/resources:password_manager_internals_resources", | 563 "//chrome/browser/resources:password_manager_internals_resources", |
566 "//chrome/browser/resources:signin_internals_resources", | 564 "//chrome/browser/resources:signin_internals_resources", |
567 "//chrome/browser/resources:sync_internals_resources", | |
568 "//chrome/browser/resources:translate_internals_resources", | 565 "//chrome/browser/resources:translate_internals_resources", |
569 "//components/resources", | 566 "//components/resources", |
570 "//net:net_resources", | 567 "//net:net_resources", |
571 "//ui/resources", | 568 "//ui/resources", |
572 ] | 569 ] |
573 | 570 |
574 if (!is_ios && !is_android) { | 571 if (!is_ios && !is_android) { |
575 # New paks should be added here by default. | 572 # New paks should be added here by default. |
576 sources += [ | 573 sources += [ |
577 "$root_gen_dir/blink/devtools_resources.pak", | 574 "$root_gen_dir/blink/devtools_resources.pak", |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
971 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 968 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
972 "//chrome/tools/build/linux/chrome-wrapper", | 969 "//chrome/tools/build/linux/chrome-wrapper", |
973 "//third_party/xdg-utils/scripts/xdg-mime", | 970 "//third_party/xdg-utils/scripts/xdg-mime", |
974 "//third_party/xdg-utils/scripts/xdg-settings", | 971 "//third_party/xdg-utils/scripts/xdg-settings", |
975 ] | 972 ] |
976 outputs = [ | 973 outputs = [ |
977 "$root_out_dir/{{source_file_part}}", | 974 "$root_out_dir/{{source_file_part}}", |
978 ] | 975 ] |
979 } | 976 } |
980 } | 977 } |
OLD | NEW |