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

Side by Side Diff: components/BUILD.gn

Issue 2801513002: [Payments] Add web app manifest section table in SQLite web database (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
« no previous file with comments | « no previous file | components/payments/android/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/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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 242
243 if (is_android) { 243 if (is_android) {
244 deps += [ 244 deps += [
245 "//components/cdm/browser:unit_tests", 245 "//components/cdm/browser:unit_tests",
246 "//components/feature_engagement_tracker:unit_tests", 246 "//components/feature_engagement_tracker:unit_tests",
247 "//components/gcm_driver/instance_id:test_support", 247 "//components/gcm_driver/instance_id:test_support",
248 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 248 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
249 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java", 249 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java",
250 "//components/invalidation/impl", 250 "//components/invalidation/impl",
251 "//components/invalidation/impl:java", 251 "//components/invalidation/impl:java",
252 "//components/payments/android:unit_tests",
252 "//components/policy/android:policy_java", 253 "//components/policy/android:policy_java",
253 "//components/safe_json", 254 "//components/safe_json",
254 "//components/safe_json/android:safe_json_java", 255 "//components/safe_json/android:safe_json_java",
255 "//components/signin/core/browser", 256 "//components/signin/core/browser",
256 "//components/signin/core/browser/android:java", 257 "//components/signin/core/browser/android:java",
257 "//components/spellcheck/browser/android:java", 258 "//components/spellcheck/browser/android:java",
258 "//components/variations/android:variations_java", 259 "//components/variations/android:variations_java",
259 "//components/web_restrictions:test_support", 260 "//components/web_restrictions:test_support",
260 "//components/web_restrictions:test_support_java", 261 "//components/web_restrictions:test_support_java",
261 "//components/web_restrictions:unit_tests", 262 "//components/web_restrictions:unit_tests",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "//testing/perf", 509 "//testing/perf",
509 "//url", 510 "//url",
510 ] 511 ]
511 512
512 if (!is_ios) { 513 if (!is_ios) {
513 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 514 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
514 deps += [ "//components/discardable_memory/common" ] 515 deps += [ "//components/discardable_memory/common" ]
515 } 516 }
516 } 517 }
517 } 518 }
OLDNEW
« no previous file with comments | « no previous file | components/payments/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698