| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 if (is_ios) { | 235 if (is_ios) { |
| 236 deps += [ ":components_tests_pak_bundle_data" ] | 236 deps += [ ":components_tests_pak_bundle_data" ] |
| 237 } | 237 } |
| 238 | 238 |
| 239 if (is_mac || is_linux) { | 239 if (is_mac || is_linux) { |
| 240 data_deps += [ "//content/shell:pak" ] | 240 data_deps += [ "//content/shell:pak" ] |
| 241 } | 241 } |
| 242 | 242 |
| 243 if (is_android) { | 243 if (is_android) { |
| 244 deps += [ | 244 deps += [ |
| 245 "//components/cdm/browser:unit_tests", |
| 245 "//components/feature_engagement_tracker:unit_tests", | 246 "//components/feature_engagement_tracker:unit_tests", |
| 246 "//components/gcm_driver/instance_id:test_support", | 247 "//components/gcm_driver/instance_id:test_support", |
| 247 "//components/gcm_driver/instance_id/android:instance_id_driver_java", | 248 "//components/gcm_driver/instance_id/android:instance_id_driver_java", |
| 248 "//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", |
| 249 "//components/invalidation/impl", | 250 "//components/invalidation/impl", |
| 250 "//components/invalidation/impl:java", | 251 "//components/invalidation/impl:java", |
| 251 "//components/policy/android:policy_java", | 252 "//components/policy/android:policy_java", |
| 252 "//components/safe_json", | 253 "//components/safe_json", |
| 253 "//components/safe_json/android:safe_json_java", | 254 "//components/safe_json/android:safe_json_java", |
| 254 "//components/signin/core/browser", | 255 "//components/signin/core/browser", |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 "//testing/perf", | 508 "//testing/perf", |
| 508 "//url", | 509 "//url", |
| 509 ] | 510 ] |
| 510 | 511 |
| 511 if (!is_ios) { | 512 if (!is_ios) { |
| 512 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 513 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
| 513 deps += [ "//components/discardable_memory/common" ] | 514 deps += [ "//components/discardable_memory/common" ] |
| 514 } | 515 } |
| 515 } | 516 } |
| 516 } | 517 } |
| OLD | NEW |