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

Side by Side Diff: components/BUILD.gn

Issue 2259743002: Add MemoryStateListenerAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: native Created 4 years, 3 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 | « chrome/android/BUILD.gn ('k') | components/memory_coordinator/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 data_deps += [ "//content/shell:pak" ] 230 data_deps += [ "//content/shell:pak" ]
231 } 231 }
232 232
233 if (is_android) { 233 if (is_android) {
234 deps += [ 234 deps += [
235 "//components/gcm_driver/instance_id:test_support", 235 "//components/gcm_driver/instance_id:test_support",
236 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 236 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
237 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java", 237 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java",
238 "//components/invalidation/impl", 238 "//components/invalidation/impl",
239 "//components/invalidation/impl:java", 239 "//components/invalidation/impl:java",
240 "//components/memory_coordinator/android:memory_coordinator_java",
240 "//components/safe_json", 241 "//components/safe_json",
241 "//components/safe_json/android:safe_json_java", 242 "//components/safe_json/android:safe_json_java",
242 "//components/signin/core/browser", 243 "//components/signin/core/browser",
243 "//components/signin/core/browser/android:java", 244 "//components/signin/core/browser/android:java",
244 "//components/spellcheck/browser/android:java", 245 "//components/spellcheck/browser/android:java",
245 "//components/variations/android:variations_java", 246 "//components/variations/android:variations_java",
246 "//components/web_restrictions:test_support", 247 "//components/web_restrictions:test_support",
247 "//components/web_restrictions:test_support_java", 248 "//components/web_restrictions:test_support_java",
248 "//components/web_restrictions:unit_tests", 249 "//components/web_restrictions:unit_tests",
249 "//content/public/android:content_java", 250 "//content/public/android:content_java",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "//base/test:test_support", 489 "//base/test:test_support",
489 "//base/test:test_support_perf", 490 "//base/test:test_support_perf",
490 "//components/visitedlink/browser", 491 "//components/visitedlink/browser",
491 "//content/test:test_support", 492 "//content/test:test_support",
492 "//testing/gtest", 493 "//testing/gtest",
493 "//testing/perf", 494 "//testing/perf",
494 "//url", 495 "//url",
495 ] 496 ]
496 } 497 }
497 } 498 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | components/memory_coordinator/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698