| 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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 outputs = [ | 760 outputs = [ |
| 761 "{{bundle_resources_dir}}/{{source_file_part}}", | 761 "{{bundle_resources_dir}}/{{source_file_part}}", |
| 762 ] | 762 ] |
| 763 } | 763 } |
| 764 } | 764 } |
| 765 | 765 |
| 766 mojom("mojo_bindings") { | 766 mojom("mojo_bindings") { |
| 767 sources = [ | 767 sources = [ |
| 768 "common/layout_test.mojom", | 768 "common/layout_test.mojom", |
| 769 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 769 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
| 770 "common/power_monitor_test.mojom", |
| 770 ] | 771 ] |
| 771 public_deps = [ | 772 public_deps = [ |
| 772 "//mojo/common:common_custom_types", | 773 "//mojo/common:common_custom_types", |
| 773 "//ui/gfx/geometry/mojo", | 774 "//ui/gfx/geometry/mojo", |
| 774 "//url/mojo:url_mojom_gurl", | 775 "//url/mojo:url_mojom_gurl", |
| 775 ] | 776 ] |
| 776 } | 777 } |
| 777 | 778 |
| 778 group("content_shell_crash_test") { | 779 group("content_shell_crash_test") { |
| 779 testonly = true | 780 testonly = true |
| (...skipping 29 matching lines...) Expand all Loading... |
| 809 data_deps += [ | 810 data_deps += [ |
| 810 "//breakpad:dump_syms", | 811 "//breakpad:dump_syms", |
| 811 "//breakpad:microdump_stackwalk", | 812 "//breakpad:microdump_stackwalk", |
| 812 "//breakpad:minidump_dump", | 813 "//breakpad:minidump_dump", |
| 813 "//breakpad:minidump_stackwalk", | 814 "//breakpad:minidump_stackwalk", |
| 814 "//breakpad:symupload", | 815 "//breakpad:symupload", |
| 815 "//tools/android/forwarder2", | 816 "//tools/android/forwarder2", |
| 816 ] | 817 ] |
| 817 } | 818 } |
| 818 } | 819 } |
| OLD | NEW |