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

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

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build Created 3 years, 8 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
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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 deps = [ 232 deps = [
233 ":content_test_mojo_bindings", 233 ":content_test_mojo_bindings",
234 "//base/third_party/dynamic_annotations", 234 "//base/third_party/dynamic_annotations",
235 "//cc:test_support", 235 "//cc:test_support",
236 "//cc/blink", 236 "//cc/blink",
237 "//cc/ipc", 237 "//cc/ipc",
238 "//cc/ipc:interfaces", 238 "//cc/ipc:interfaces",
239 "//cc/surfaces", 239 "//cc/surfaces",
240 "//components/display_compositor", 240 "//components/display_compositor",
241 "//components/leveldb/public/interfaces", 241 "//components/leveldb/public/interfaces",
242 "//components/payments/content:mojom_payment_app", 242 "//components/payments/mojom:mojom_payment_app",
243 "//content/app:both_for_content_tests", 243 "//content/app:both_for_content_tests",
244 "//content/browser:for_content_tests", 244 "//content/browser:for_content_tests",
245 "//content/browser/speech/proto", 245 "//content/browser/speech/proto",
246 "//content/child:for_content_tests", 246 "//content/child:for_content_tests",
247 "//content/gpu", 247 "//content/gpu",
248 "//content/public/browser", 248 "//content/public/browser",
249 "//content/public/child", 249 "//content/public/child",
250 "//content/public/renderer", 250 "//content/public/renderer",
251 "//content/public/utility", 251 "//content/public/utility",
252 "//content/renderer:for_content_tests", 252 "//content/renderer:for_content_tests",
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 deps = [ 719 deps = [
720 ":browsertest_support", 720 ":browsertest_support",
721 ":content_test_mojo_bindings", 721 ":content_test_mojo_bindings",
722 ":layouttest_support", 722 ":layouttest_support",
723 ":test_support", 723 ":test_support",
724 ":web_ui_test_mojo_bindings", 724 ":web_ui_test_mojo_bindings",
725 "//base/test:test_support", 725 "//base/test:test_support",
726 "//components/discardable_memory/client", 726 "//components/discardable_memory/client",
727 "//components/discardable_memory/common", 727 "//components/discardable_memory/common",
728 "//components/discardable_memory/service", 728 "//components/discardable_memory/service",
729 "//components/payments/content:mojom_payment_app", 729 "//components/payments/mojom:mojom_payment_app",
730 "//content:resources", 730 "//content:resources",
731 "//content/app:both_for_content_tests", 731 "//content/app:both_for_content_tests",
732 "//content/browser:for_content_tests", 732 "//content/browser:for_content_tests",
733 "//content/browser/background_sync:background_sync_proto", 733 "//content/browser/background_sync:background_sync_proto",
734 "//content/child:for_content_tests", 734 "//content/child:for_content_tests",
735 "//content/gpu", 735 "//content/gpu",
736 "//content/public/browser", 736 "//content/public/browser",
737 "//content/public/child", 737 "//content/public/child",
738 "//content/public/common", 738 "//content/public/common",
739 "//content/public/renderer", 739 "//content/public/renderer",
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
1435 ":content_unittests_catalog_source", 1435 ":content_unittests_catalog_source",
1436 ":test_support", 1436 ":test_support",
1437 "//base/test:test_support", 1437 "//base/test:test_support",
1438 "//base/third_party/dynamic_annotations", 1438 "//base/third_party/dynamic_annotations",
1439 "//cc", 1439 "//cc",
1440 "//cc:test_support", 1440 "//cc:test_support",
1441 "//cc/ipc", 1441 "//cc/ipc",
1442 "//cc/surfaces", 1442 "//cc/surfaces",
1443 "//components/display_compositor", 1443 "//components/display_compositor",
1444 "//components/leveldb/public/cpp", 1444 "//components/leveldb/public/cpp",
1445 "//components/payments/content:mojom", 1445 "//components/payments/mojom",
1446 "//components/payments/content:mojom_payment_app", 1446 "//components/payments/mojom:mojom_payment_app",
1447 "//components/rappor:test_support", 1447 "//components/rappor:test_support",
1448 "//content:resources", 1448 "//content:resources",
1449 "//content/app:both_for_content_tests", 1449 "//content/app:both_for_content_tests",
1450 "//content/browser:for_content_tests", 1450 "//content/browser:for_content_tests",
1451 "//content/browser/cache_storage:cache_storage_proto", 1451 "//content/browser/cache_storage:cache_storage_proto",
1452 "//content/browser/dom_storage:local_storage_proto", 1452 "//content/browser/dom_storage:local_storage_proto",
1453 "//content/browser/notifications:notification_proto", 1453 "//content/browser/notifications:notification_proto",
1454 "//content/browser/service_worker:service_worker_proto", 1454 "//content/browser/service_worker:service_worker_proto",
1455 "//content/browser/speech/proto", 1455 "//content/browser/speech/proto",
1456 "//content/child:for_content_tests", 1456 "//content/child:for_content_tests",
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 if (is_android) { 1829 if (is_android) {
1830 deps += [ "//testing/android/native_test:native_test_native_code" ] 1830 deps += [ "//testing/android/native_test:native_test_native_code" ]
1831 } 1831 }
1832 } 1832 }
1833 1833
1834 group("fuzzers") { 1834 group("fuzzers") {
1835 deps = [ 1835 deps = [
1836 "//content/test/fuzzer", 1836 "//content/test/fuzzer",
1837 ] 1837 ]
1838 } 1838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698