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

Side by Side Diff: components/BUILD.gn

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: At most INT_MAX sections in manifest and fingperints in section 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 data_deps += [ "//content/shell:pak" ] 236 data_deps += [ "//content/shell:pak" ]
237 } 237 }
238 238
239 if (is_android) { 239 if (is_android) {
240 deps += [ 240 deps += [
241 "//components/gcm_driver/instance_id:test_support", 241 "//components/gcm_driver/instance_id:test_support",
242 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 242 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
243 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java", 243 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java",
244 "//components/invalidation/impl", 244 "//components/invalidation/impl",
245 "//components/invalidation/impl:java", 245 "//components/invalidation/impl:java",
246 "//components/payments/content/android:unit_tests",
247 "//components/payments/content/android/utility:unit_tests",
246 "//components/policy/android:policy_java", 248 "//components/policy/android:policy_java",
247 "//components/safe_json", 249 "//components/safe_json",
248 "//components/safe_json/android:safe_json_java", 250 "//components/safe_json/android:safe_json_java",
249 "//components/signin/core/browser", 251 "//components/signin/core/browser",
250 "//components/signin/core/browser/android:java", 252 "//components/signin/core/browser/android:java",
251 "//components/spellcheck/browser/android:java", 253 "//components/spellcheck/browser/android:java",
252 "//components/variations/android:variations_java", 254 "//components/variations/android:variations_java",
253 "//components/web_restrictions:test_support", 255 "//components/web_restrictions:test_support",
254 "//components/web_restrictions:test_support_java", 256 "//components/web_restrictions:test_support_java",
255 "//components/web_restrictions:unit_tests", 257 "//components/web_restrictions:unit_tests",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "//testing/perf", 505 "//testing/perf",
504 "//url", 506 "//url",
505 ] 507 ]
506 508
507 if (!is_ios) { 509 if (!is_ios) {
508 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 510 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
509 deps += [ "//components/discardable_memory/common" ] 511 deps += [ "//components/discardable_memory/common" ]
510 } 512 }
511 } 513 }
512 } 514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698