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

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

Issue 2871523002: Use OnceCallback on Mojo interfaces in //content (Closed)
Patch Set: . 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/shell/utility/shell_content_utility_client.cc ('k') | no next file » | 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 } 456 }
457 457
458 configs += [ "//v8:external_startup_data" ] 458 configs += [ "//v8:external_startup_data" ]
459 } 459 }
460 460
461 mojom("content_test_mojo_bindings") { 461 mojom("content_test_mojo_bindings") {
462 sources = [ 462 sources = [
463 "../public/test/test_service.mojom", 463 "../public/test/test_service.mojom",
464 "test_browser_associated_interfaces.mojom", 464 "test_browser_associated_interfaces.mojom",
465 ] 465 ]
466
467 use_once_callback = true
466 } 468 }
467 469
468 mojom("web_ui_test_mojo_bindings") { 470 mojom("web_ui_test_mojo_bindings") {
469 sources = [ 471 sources = [
470 "data/web_ui_test_mojo_bindings.mojom", 472 "data/web_ui_test_mojo_bindings.mojom",
471 ] 473 ]
474
475 use_once_callback = true
472 } 476 }
473 477
474 static_library("layouttest_support") { 478 static_library("layouttest_support") {
475 testonly = true 479 testonly = true
476 480
477 # See comment at the top of //content/BUILD.gn for why this is disabled in 481 # See comment at the top of //content/BUILD.gn for why this is disabled in
478 # component builds. 482 # component builds.
479 if (is_component_build) { 483 if (is_component_build) {
480 check_includes = false 484 check_includes = false
481 } 485 }
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 if (is_android) { 1837 if (is_android) {
1834 deps += [ "//testing/android/native_test:native_test_native_code" ] 1838 deps += [ "//testing/android/native_test:native_test_native_code" ]
1835 } 1839 }
1836 } 1840 }
1837 1841
1838 group("fuzzers") { 1842 group("fuzzers") {
1839 deps = [ 1843 deps = [
1840 "//content/test/fuzzer", 1844 "//content/test/fuzzer",
1841 ] 1845 ]
1842 } 1846 }
OLDNEW
« no previous file with comments | « content/shell/utility/shell_content_utility_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698