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

Side by Side Diff: components/BUILD.gn

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase 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
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/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 data_deps += [ "//content/shell:pak" ] 239 data_deps += [ "//content/shell:pak" ]
240 } 240 }
241 241
242 if (is_android) { 242 if (is_android) {
243 deps += [ 243 deps += [
244 "//components/gcm_driver/instance_id:test_support", 244 "//components/gcm_driver/instance_id:test_support",
245 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 245 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
246 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java", 246 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java",
247 "//components/invalidation/impl", 247 "//components/invalidation/impl",
248 "//components/invalidation/impl:java", 248 "//components/invalidation/impl:java",
249 "//components/payments/content/android:unit_tests",
250 "//components/payments/content/android/utility:unit_tests",
249 "//components/policy/android:policy_java", 251 "//components/policy/android:policy_java",
250 "//components/safe_json", 252 "//components/safe_json",
251 "//components/safe_json/android:safe_json_java", 253 "//components/safe_json/android:safe_json_java",
252 "//components/signin/core/browser", 254 "//components/signin/core/browser",
253 "//components/signin/core/browser/android:java", 255 "//components/signin/core/browser/android:java",
254 "//components/spellcheck/browser/android:java", 256 "//components/spellcheck/browser/android:java",
255 "//components/variations/android:variations_java", 257 "//components/variations/android:variations_java",
256 "//components/web_restrictions:test_support", 258 "//components/web_restrictions:test_support",
257 "//components/web_restrictions:test_support_java", 259 "//components/web_restrictions:test_support_java",
258 "//components/web_restrictions:unit_tests", 260 "//components/web_restrictions:unit_tests",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 "//testing/perf", 508 "//testing/perf",
507 "//url", 509 "//url",
508 ] 510 ]
509 511
510 if (!is_ios) { 512 if (!is_ios) {
511 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 513 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
512 deps += [ "//components/discardable_memory/common" ] 514 deps += [ "//components/discardable_memory/common" ]
513 } 515 }
514 } 516 }
515 } 517 }
OLDNEW
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | components/data_use_measurement/core/data_use_user_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698