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

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

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 years, 9 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/renderer/BUILD.gn ('k') | third_party/WebKit/Source/modules/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("//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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 ] 233 ]
234 deps = [ 234 deps = [
235 ":content_test_mojo_bindings", 235 ":content_test_mojo_bindings",
236 "//base/third_party/dynamic_annotations", 236 "//base/third_party/dynamic_annotations",
237 "//cc:test_support", 237 "//cc:test_support",
238 "//cc/blink", 238 "//cc/blink",
239 "//cc/ipc", 239 "//cc/ipc",
240 "//cc/surfaces", 240 "//cc/surfaces",
241 "//components/display_compositor", 241 "//components/display_compositor",
242 "//components/leveldb/public/interfaces", 242 "//components/leveldb/public/interfaces",
243 "//components/payments/content:payment_app", 243 "//components/payments/content:mojom_payment_app",
244 "//content/app:both_for_content_tests", 244 "//content/app:both_for_content_tests",
245 "//content/browser:for_content_tests", 245 "//content/browser:for_content_tests",
246 "//content/browser/speech/proto", 246 "//content/browser/speech/proto",
247 "//content/child:for_content_tests", 247 "//content/child:for_content_tests",
248 "//content/gpu", 248 "//content/gpu",
249 "//content/public/browser", 249 "//content/public/browser",
250 "//content/public/child", 250 "//content/public/child",
251 "//content/public/renderer", 251 "//content/public/renderer",
252 "//content/public/utility", 252 "//content/public/utility",
253 "//content/renderer:for_content_tests", 253 "//content/renderer:for_content_tests",
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 deps = [ 697 deps = [
698 ":browsertest_support", 698 ":browsertest_support",
699 ":content_test_mojo_bindings", 699 ":content_test_mojo_bindings",
700 ":layouttest_support", 700 ":layouttest_support",
701 ":test_support", 701 ":test_support",
702 ":web_ui_test_mojo_bindings", 702 ":web_ui_test_mojo_bindings",
703 "//base/test:test_support", 703 "//base/test:test_support",
704 "//components/discardable_memory/client", 704 "//components/discardable_memory/client",
705 "//components/discardable_memory/common", 705 "//components/discardable_memory/common",
706 "//components/discardable_memory/service", 706 "//components/discardable_memory/service",
707 "//components/payments/content:payment_app", 707 "//components/payments/content:mojom_payment_app",
708 "//content:resources", 708 "//content:resources",
709 "//content/app:both_for_content_tests", 709 "//content/app:both_for_content_tests",
710 "//content/browser:for_content_tests", 710 "//content/browser:for_content_tests",
711 "//content/browser/background_sync:background_sync_proto", 711 "//content/browser/background_sync:background_sync_proto",
712 "//content/child:for_content_tests", 712 "//content/child:for_content_tests",
713 "//content/gpu", 713 "//content/gpu",
714 "//content/public/browser", 714 "//content/public/browser",
715 "//content/public/child", 715 "//content/public/child",
716 "//content/public/common", 716 "//content/public/common",
717 "//content/public/renderer", 717 "//content/public/renderer",
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 ":content_unittests_catalog_source", 1451 ":content_unittests_catalog_source",
1452 ":test_support", 1452 ":test_support",
1453 "//base/test:test_support", 1453 "//base/test:test_support",
1454 "//base/third_party/dynamic_annotations", 1454 "//base/third_party/dynamic_annotations",
1455 "//cc", 1455 "//cc",
1456 "//cc:test_support", 1456 "//cc:test_support",
1457 "//cc/ipc", 1457 "//cc/ipc",
1458 "//cc/surfaces", 1458 "//cc/surfaces",
1459 "//components/display_compositor", 1459 "//components/display_compositor",
1460 "//components/leveldb/public/cpp", 1460 "//components/leveldb/public/cpp",
1461 "//components/payments/content:payment_app", 1461 "//components/payments/content:mojom",
1462 "//components/payments/content:payment_request", 1462 "//components/payments/content:mojom_payment_app",
1463 "//components/rappor:test_support", 1463 "//components/rappor:test_support",
1464 "//content:resources", 1464 "//content:resources",
1465 "//content/app:both_for_content_tests", 1465 "//content/app:both_for_content_tests",
1466 "//content/browser:for_content_tests", 1466 "//content/browser:for_content_tests",
1467 "//content/browser/cache_storage:cache_storage_proto", 1467 "//content/browser/cache_storage:cache_storage_proto",
1468 "//content/browser/dom_storage:local_storage_proto", 1468 "//content/browser/dom_storage:local_storage_proto",
1469 "//content/browser/notifications:notification_proto", 1469 "//content/browser/notifications:notification_proto",
1470 "//content/browser/service_worker:service_worker_proto", 1470 "//content/browser/service_worker:service_worker_proto",
1471 "//content/browser/speech/proto", 1471 "//content/browser/speech/proto",
1472 "//content/child:for_content_tests", 1472 "//content/child:for_content_tests",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 if (is_android) { 1838 if (is_android) {
1839 deps += [ "//testing/android/native_test:native_test_native_code" ] 1839 deps += [ "//testing/android/native_test:native_test_native_code" ]
1840 } 1840 }
1841 } 1841 }
1842 1842
1843 group("fuzzers") { 1843 group("fuzzers") {
1844 deps = [ 1844 deps = [
1845 "//content/test/fuzzer", 1845 "//content/test/fuzzer",
1846 ] 1846 ]
1847 } 1847 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698