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