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