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

Side by Side Diff: content/common/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 | « components/web_restrictions/BUILD.gn ('k') | content/shell/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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "//url/mojo:url_mojom_gurl", 642 "//url/mojo:url_mojom_gurl",
643 "//url/mojo:url_mojom_origin", 643 "//url/mojo:url_mojom_origin",
644 ] 644 ]
645 645
646 overridden_deps = [ "//ipc:mojom" ] 646 overridden_deps = [ "//ipc:mojom" ]
647 component_deps = [ "//ipc" ] 647 component_deps = [ "//ipc" ]
648 648
649 export_class_attribute = "CONTENT_EXPORT" 649 export_class_attribute = "CONTENT_EXPORT"
650 export_define = "CONTENT_IMPLEMENTATION=1" 650 export_define = "CONTENT_IMPLEMENTATION=1"
651 export_header = "content/common/content_export.h" 651 export_header = "content/common/content_export.h"
652 use_once_callback = true
653 } 652 }
OLDNEW
« no previous file with comments | « components/web_restrictions/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698