| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "//components/update_client:unit_tests", | 150 "//components/update_client:unit_tests", |
| 151 "//components/upload_list:unit_tests", | 151 "//components/upload_list:unit_tests", |
| 152 "//components/url_formatter:unit_tests", | 152 "//components/url_formatter:unit_tests", |
| 153 "//components/url_matcher:unit_tests", | 153 "//components/url_matcher:unit_tests", |
| 154 "//components/variations:unit_tests", | 154 "//components/variations:unit_tests", |
| 155 "//components/variations/service:unit_tests", | 155 "//components/variations/service:unit_tests", |
| 156 "//components/web_resource:unit_tests", | 156 "//components/web_resource:unit_tests", |
| 157 "//components/webdata/common:unit_tests", | 157 "//components/webdata/common:unit_tests", |
| 158 ] | 158 ] |
| 159 | 159 |
| 160 if (toolkit_views && use_aura) { |
| 161 deps += [ "//components/ui_devtools/views:unit_tests" ] |
| 162 } |
| 163 |
| 160 if (enable_nacl) { | 164 if (enable_nacl) { |
| 161 deps += [ "//components/nacl/browser:unit_tests" ] | 165 deps += [ "//components/nacl/browser:unit_tests" ] |
| 162 } | 166 } |
| 163 | 167 |
| 164 if (is_ios) { | 168 if (is_ios) { |
| 165 deps += [ | 169 deps += [ |
| 166 "//components/image_fetcher/ios:unit_tests", | 170 "//components/image_fetcher/ios:unit_tests", |
| 167 "//components/signin/ios/browser:unit_tests", | 171 "//components/signin/ios/browser:unit_tests", |
| 168 "//components/translate/ios/browser:unit_tests", | 172 "//components/translate/ios/browser:unit_tests", |
| 169 ] | 173 ] |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 "//testing/perf", | 514 "//testing/perf", |
| 511 "//url", | 515 "//url", |
| 512 ] | 516 ] |
| 513 | 517 |
| 514 if (!is_ios) { | 518 if (!is_ios) { |
| 515 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 519 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
| 516 deps += [ "//components/discardable_memory/common" ] | 520 deps += [ "//components/discardable_memory/common" ] |
| 517 } | 521 } |
| 518 } | 522 } |
| 519 } | 523 } |
| OLD | NEW |