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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ] | 770 ] |
771 public_deps = [ | 771 public_deps = [ |
772 "//mojo/common:common_custom_types", | 772 "//mojo/common:common_custom_types", |
773 "//ui/gfx/geometry/mojo", | 773 "//ui/gfx/geometry/mojo", |
774 "//url/mojo:url_mojom_gurl", | 774 "//url/mojo:url_mojom_gurl", |
775 ] | 775 ] |
| 776 |
| 777 use_once_callback = true |
776 } | 778 } |
777 | 779 |
778 group("content_shell_crash_test") { | 780 group("content_shell_crash_test") { |
779 testonly = true | 781 testonly = true |
780 data_deps = [ | 782 data_deps = [ |
781 ":content_shell", | 783 ":content_shell", |
782 "//third_party/mesa:osmesa", | 784 "//third_party/mesa:osmesa", |
783 ] | 785 ] |
784 data = [ | 786 data = [ |
785 "//content/shell/tools/breakpad_integration_test.py", | 787 "//content/shell/tools/breakpad_integration_test.py", |
(...skipping 23 matching lines...) Expand all Loading... |
809 data_deps += [ | 811 data_deps += [ |
810 "//breakpad:dump_syms", | 812 "//breakpad:dump_syms", |
811 "//breakpad:microdump_stackwalk", | 813 "//breakpad:microdump_stackwalk", |
812 "//breakpad:minidump_dump", | 814 "//breakpad:minidump_dump", |
813 "//breakpad:minidump_stackwalk", | 815 "//breakpad:minidump_stackwalk", |
814 "//breakpad:symupload", | 816 "//breakpad:symupload", |
815 "//tools/android/forwarder2", | 817 "//tools/android/forwarder2", |
816 ] | 818 ] |
817 } | 819 } |
818 } | 820 } |
OLD | NEW |