Chromium Code Reviews| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 234 } # iOS/!iOS | 234 } # iOS/!iOS |
| 235 | 235 |
| 236 if (is_ios) { | 236 if (is_ios) { |
| 237 deps += [ ":components_tests_pak_bundle_data" ] | 237 deps += [ ":components_tests_pak_bundle_data" ] |
| 238 } | 238 } |
| 239 | 239 |
| 240 if (is_mac || is_linux) { | 240 if (is_mac || is_linux) { |
| 241 data_deps += [ "//content/shell:pak" ] | 241 data_deps += [ "//content/shell:pak" ] |
| 242 } | 242 } |
| 243 | 243 |
| 244 deps += [ "//components/feature_engagement_tracker:unit_tests" ] | |
|
nyquist
2017/05/12 23:12:24
I don't think you want this one to be part of your
| |
| 245 | |
| 244 if (is_android) { | 246 if (is_android) { |
| 245 deps += [ | 247 deps += [ |
| 246 "//components/cdm/browser:unit_tests", | 248 "//components/cdm/browser:unit_tests", |
| 247 "//components/feature_engagement_tracker:unit_tests", | 249 "//components/feature_engagement_tracker:unit_tests", |
| 248 "//components/gcm_driver/instance_id:test_support", | 250 "//components/gcm_driver/instance_id:test_support", |
| 249 "//components/gcm_driver/instance_id/android:instance_id_driver_java", | 251 "//components/gcm_driver/instance_id/android:instance_id_driver_java", |
| 250 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java", | 252 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java", |
| 251 "//components/invalidation/impl", | 253 "//components/invalidation/impl", |
| 252 "//components/invalidation/impl:java", | 254 "//components/invalidation/impl:java", |
| 253 "//components/payments/android:unit_tests", | 255 "//components/payments/android:unit_tests", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 505 "//testing/perf", | 507 "//testing/perf", |
| 506 "//url", | 508 "//url", |
| 507 ] | 509 ] |
| 508 | 510 |
| 509 if (!is_ios) { | 511 if (!is_ios) { |
| 510 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] | 512 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] |
| 511 deps += [ "//components/discardable_memory/common" ] | 513 deps += [ "//components/discardable_memory/common" ] |
| 512 } | 514 } |
| 513 } | 515 } |
| 514 } | 516 } |
| OLD | NEW |