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

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

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 ] 241 ]
242 deps = [ 242 deps = [
243 ":content_test_mojo_bindings", 243 ":content_test_mojo_bindings",
244 "//base/third_party/dynamic_annotations", 244 "//base/third_party/dynamic_annotations",
245 "//cc:test_support", 245 "//cc:test_support",
246 "//cc/blink", 246 "//cc/blink",
247 "//cc/ipc", 247 "//cc/ipc",
248 "//cc/surfaces", 248 "//cc/surfaces",
249 "//components/display_compositor", 249 "//components/display_compositor",
250 "//components/leveldb/public/interfaces", 250 "//components/leveldb/public/interfaces",
251 "//components/payments/content:mojom_payment_app", 251 "//components/payments/mojom:mojom_payment_app",
252 "//content/app:both_for_content_tests", 252 "//content/app:both_for_content_tests",
253 "//content/browser:for_content_tests", 253 "//content/browser:for_content_tests",
254 "//content/browser/speech/proto", 254 "//content/browser/speech/proto",
255 "//content/child:for_content_tests", 255 "//content/child:for_content_tests",
256 "//content/gpu", 256 "//content/gpu",
257 "//content/public/browser", 257 "//content/public/browser",
258 "//content/public/child", 258 "//content/public/child",
259 "//content/public/renderer", 259 "//content/public/renderer",
260 "//content/public/utility", 260 "//content/public/utility",
261 "//content/renderer:for_content_tests", 261 "//content/renderer:for_content_tests",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 deps = [ 726 deps = [
727 ":browsertest_support", 727 ":browsertest_support",
728 ":content_test_mojo_bindings", 728 ":content_test_mojo_bindings",
729 ":layouttest_support", 729 ":layouttest_support",
730 ":test_support", 730 ":test_support",
731 ":web_ui_test_mojo_bindings", 731 ":web_ui_test_mojo_bindings",
732 "//base/test:test_support", 732 "//base/test:test_support",
733 "//components/discardable_memory/client", 733 "//components/discardable_memory/client",
734 "//components/discardable_memory/common", 734 "//components/discardable_memory/common",
735 "//components/discardable_memory/service", 735 "//components/discardable_memory/service",
736 "//components/payments/content:mojom_payment_app", 736 "//components/payments/mojom:mojom_payment_app",
737 "//content:resources", 737 "//content:resources",
738 "//content/app:both_for_content_tests", 738 "//content/app:both_for_content_tests",
739 "//content/browser:for_content_tests", 739 "//content/browser:for_content_tests",
740 "//content/browser/background_sync:background_sync_proto", 740 "//content/browser/background_sync:background_sync_proto",
741 "//content/child:for_content_tests", 741 "//content/child:for_content_tests",
742 "//content/gpu", 742 "//content/gpu",
743 "//content/public/browser", 743 "//content/public/browser",
744 "//content/public/child", 744 "//content/public/child",
745 "//content/public/common", 745 "//content/public/common",
746 "//content/public/renderer", 746 "//content/public/renderer",
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 ":content_unittests_catalog_source", 1463 ":content_unittests_catalog_source",
1464 ":test_support", 1464 ":test_support",
1465 "//base/test:test_support", 1465 "//base/test:test_support",
1466 "//base/third_party/dynamic_annotations", 1466 "//base/third_party/dynamic_annotations",
1467 "//cc", 1467 "//cc",
1468 "//cc:test_support", 1468 "//cc:test_support",
1469 "//cc/ipc", 1469 "//cc/ipc",
1470 "//cc/surfaces", 1470 "//cc/surfaces",
1471 "//components/display_compositor", 1471 "//components/display_compositor",
1472 "//components/leveldb/public/cpp", 1472 "//components/leveldb/public/cpp",
1473 "//components/payments/content:mojom", 1473 "//components/payments/mojom",
1474 "//components/payments/content:mojom_payment_app", 1474 "//components/payments/mojom:mojom_payment_app",
1475 "//components/rappor:test_support", 1475 "//components/rappor:test_support",
1476 "//content:resources", 1476 "//content:resources",
1477 "//content/app:both_for_content_tests", 1477 "//content/app:both_for_content_tests",
1478 "//content/browser:for_content_tests", 1478 "//content/browser:for_content_tests",
1479 "//content/browser/cache_storage:cache_storage_proto", 1479 "//content/browser/cache_storage:cache_storage_proto",
1480 "//content/browser/dom_storage:local_storage_proto", 1480 "//content/browser/dom_storage:local_storage_proto",
1481 "//content/browser/notifications:notification_proto", 1481 "//content/browser/notifications:notification_proto",
1482 "//content/browser/service_worker:service_worker_proto", 1482 "//content/browser/service_worker:service_worker_proto",
1483 "//content/browser/speech/proto", 1483 "//content/browser/speech/proto",
1484 "//content/child:for_content_tests", 1484 "//content/child:for_content_tests",
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 if (is_android) { 1855 if (is_android) {
1856 deps += [ "//testing/android/native_test:native_test_native_code" ] 1856 deps += [ "//testing/android/native_test:native_test_native_code" ]
1857 } 1857 }
1858 } 1858 }
1859 1859
1860 group("fuzzers") { 1860 group("fuzzers") {
1861 deps = [ 1861 deps = [
1862 "//content/test/fuzzer", 1862 "//content/test/fuzzer",
1863 ] 1863 ]
1864 } 1864 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698