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/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/config/win/console_app.gni") | 8 import("//build/config/win/console_app.gni") |
9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 "app/English.lproj/HttpAuth.xib", | 585 "app/English.lproj/HttpAuth.xib", |
586 "app/English.lproj/MainMenu.xib", | 586 "app/English.lproj/MainMenu.xib", |
587 ] | 587 ] |
588 output_path = "{{bundle_resources_dir}}/English.lproj" | 588 output_path = "{{bundle_resources_dir}}/English.lproj" |
589 } | 589 } |
590 | 590 |
591 bundle_data("content_shell_framework_resources") { | 591 bundle_data("content_shell_framework_resources") { |
592 sources = [ | 592 sources = [ |
593 "$root_out_dir/content_shell.pak", | 593 "$root_out_dir/content_shell.pak", |
594 "resources/missingImage.png", | 594 "resources/missingImage.png", |
595 "resources/textAreaResizeCorner.png", | |
596 ] | 595 ] |
597 | 596 |
598 public_deps = [ | 597 public_deps = [ |
599 ":pak", | 598 ":pak", |
600 ] | 599 ] |
601 | 600 |
602 if (icu_use_data_file) { | 601 if (icu_use_data_file) { |
603 sources += [ "$root_out_dir/icudtl.dat" ] | 602 sources += [ "$root_out_dir/icudtl.dat" ] |
604 deps = [ | 603 deps = [ |
605 "//third_party/icu:icudata", | 604 "//third_party/icu:icudata", |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 data_deps += [ | 807 data_deps += [ |
809 "//breakpad:dump_syms", | 808 "//breakpad:dump_syms", |
810 "//breakpad:microdump_stackwalk", | 809 "//breakpad:microdump_stackwalk", |
811 "//breakpad:minidump_dump", | 810 "//breakpad:minidump_dump", |
812 "//breakpad:minidump_stackwalk", | 811 "//breakpad:minidump_stackwalk", |
813 "//breakpad:symupload", | 812 "//breakpad:symupload", |
814 "//tools/android/forwarder2", | 813 "//tools/android/forwarder2", |
815 ] | 814 ] |
816 } | 815 } |
817 } | 816 } |
OLD | NEW |