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

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

Issue 2816303003: Revert of [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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 deps = [ 244 deps = [
245 ":content_test_mojo_bindings", 245 ":content_test_mojo_bindings",
246 "//base/third_party/dynamic_annotations", 246 "//base/third_party/dynamic_annotations",
247 "//cc:test_support", 247 "//cc:test_support",
248 "//cc/blink", 248 "//cc/blink",
249 "//cc/ipc", 249 "//cc/ipc",
250 "//cc/ipc:interfaces", 250 "//cc/ipc:interfaces",
251 "//cc/surfaces", 251 "//cc/surfaces",
252 "//components/display_compositor", 252 "//components/display_compositor",
253 "//components/leveldb/public/interfaces", 253 "//components/leveldb/public/interfaces",
254 "//components/payments/mojom:mojom_payment_app", 254 "//components/payments/content:mojom_payment_app",
255 "//content/app:both_for_content_tests", 255 "//content/app:both_for_content_tests",
256 "//content/browser:for_content_tests", 256 "//content/browser:for_content_tests",
257 "//content/browser/speech/proto", 257 "//content/browser/speech/proto",
258 "//content/child:for_content_tests", 258 "//content/child:for_content_tests",
259 "//content/gpu", 259 "//content/gpu",
260 "//content/public/browser", 260 "//content/public/browser",
261 "//content/public/child", 261 "//content/public/child",
262 "//content/public/renderer", 262 "//content/public/renderer",
263 "//content/public/utility", 263 "//content/public/utility",
264 "//content/renderer:for_content_tests", 264 "//content/renderer:for_content_tests",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 deps = [ 729 deps = [
730 ":browsertest_support", 730 ":browsertest_support",
731 ":content_test_mojo_bindings", 731 ":content_test_mojo_bindings",
732 ":layouttest_support", 732 ":layouttest_support",
733 ":test_support", 733 ":test_support",
734 ":web_ui_test_mojo_bindings", 734 ":web_ui_test_mojo_bindings",
735 "//base/test:test_support", 735 "//base/test:test_support",
736 "//components/discardable_memory/client", 736 "//components/discardable_memory/client",
737 "//components/discardable_memory/common", 737 "//components/discardable_memory/common",
738 "//components/discardable_memory/service", 738 "//components/discardable_memory/service",
739 "//components/payments/mojom:mojom_payment_app", 739 "//components/payments/content:mojom_payment_app",
740 "//content:resources", 740 "//content:resources",
741 "//content/app:both_for_content_tests", 741 "//content/app:both_for_content_tests",
742 "//content/browser:for_content_tests", 742 "//content/browser:for_content_tests",
743 "//content/browser/background_sync:background_sync_proto", 743 "//content/browser/background_sync:background_sync_proto",
744 "//content/child:for_content_tests", 744 "//content/child:for_content_tests",
745 "//content/gpu", 745 "//content/gpu",
746 "//content/public/browser", 746 "//content/public/browser",
747 "//content/public/child", 747 "//content/public/child",
748 "//content/public/common", 748 "//content/public/common",
749 "//content/public/renderer", 749 "//content/public/renderer",
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 ":content_unittests_catalog_source", 1467 ":content_unittests_catalog_source",
1468 ":test_support", 1468 ":test_support",
1469 "//base/test:test_support", 1469 "//base/test:test_support",
1470 "//base/third_party/dynamic_annotations", 1470 "//base/third_party/dynamic_annotations",
1471 "//cc", 1471 "//cc",
1472 "//cc:test_support", 1472 "//cc:test_support",
1473 "//cc/ipc", 1473 "//cc/ipc",
1474 "//cc/surfaces", 1474 "//cc/surfaces",
1475 "//components/display_compositor", 1475 "//components/display_compositor",
1476 "//components/leveldb/public/cpp", 1476 "//components/leveldb/public/cpp",
1477 "//components/payments/mojom", 1477 "//components/payments/content:mojom",
1478 "//components/payments/mojom:mojom_payment_app", 1478 "//components/payments/content:mojom_payment_app",
1479 "//components/rappor:test_support", 1479 "//components/rappor:test_support",
1480 "//content:resources", 1480 "//content:resources",
1481 "//content/app:both_for_content_tests", 1481 "//content/app:both_for_content_tests",
1482 "//content/browser:for_content_tests", 1482 "//content/browser:for_content_tests",
1483 "//content/browser/cache_storage:cache_storage_proto", 1483 "//content/browser/cache_storage:cache_storage_proto",
1484 "//content/browser/dom_storage:local_storage_proto", 1484 "//content/browser/dom_storage:local_storage_proto",
1485 "//content/browser/notifications:notification_proto", 1485 "//content/browser/notifications:notification_proto",
1486 "//content/browser/service_worker:service_worker_proto", 1486 "//content/browser/service_worker:service_worker_proto",
1487 "//content/browser/speech/proto", 1487 "//content/browser/speech/proto",
1488 "//content/child:for_content_tests", 1488 "//content/child:for_content_tests",
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 if (is_android) { 1860 if (is_android) {
1861 deps += [ "//testing/android/native_test:native_test_native_code" ] 1861 deps += [ "//testing/android/native_test:native_test_native_code" ]
1862 } 1862 }
1863 } 1863 }
1864 1864
1865 group("fuzzers") { 1865 group("fuzzers") {
1866 deps = [ 1866 deps = [
1867 "//content/test/fuzzer", 1867 "//content/test/fuzzer",
1868 ] 1868 ]
1869 } 1869 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698