| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |