Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Side by Side Diff: content/shell/BUILD.gn

Issue 2843353004: Enable use_once_callback on mojom GN rule by default (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/common/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
778 } 776 }
779 777
780 group("content_shell_crash_test") { 778 group("content_shell_crash_test") {
781 testonly = true 779 testonly = true
782 data_deps = [ 780 data_deps = [
783 ":content_shell", 781 ":content_shell",
784 "//third_party/mesa:osmesa", 782 "//third_party/mesa:osmesa",
785 ] 783 ]
786 data = [ 784 data = [
787 "//content/shell/tools/breakpad_integration_test.py", 785 "//content/shell/tools/breakpad_integration_test.py",
(...skipping 23 matching lines...) Expand all
811 data_deps += [ 809 data_deps += [
812 "//breakpad:dump_syms", 810 "//breakpad:dump_syms",
813 "//breakpad:microdump_stackwalk", 811 "//breakpad:microdump_stackwalk",
814 "//breakpad:minidump_dump", 812 "//breakpad:minidump_dump",
815 "//breakpad:minidump_stackwalk", 813 "//breakpad:minidump_stackwalk",
816 "//breakpad:symupload", 814 "//breakpad:symupload",
817 "//tools/android/forwarder2", 815 "//tools/android/forwarder2",
818 ] 816 ]
819 } 817 }
820 } 818 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698