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("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "//components/web_resource:unit_tests", | 149 "//components/web_resource:unit_tests", |
150 "//components/webdata/common:unit_tests", | 150 "//components/webdata/common:unit_tests", |
151 ] | 151 ] |
152 | 152 |
153 if (enable_nacl) { | 153 if (enable_nacl) { |
154 deps += [ "//components/nacl/browser:unit_tests" ] | 154 deps += [ "//components/nacl/browser:unit_tests" ] |
155 } | 155 } |
156 | 156 |
157 if (is_ios) { | 157 if (is_ios) { |
158 deps += [ | 158 deps += [ |
| 159 "//components/image_fetcher/ios:unit_tests", |
159 "//components/signin/ios/browser:unit_tests", | 160 "//components/signin/ios/browser:unit_tests", |
160 "//components/translate/ios/browser:unit_tests", | 161 "//components/translate/ios/browser:unit_tests", |
161 ] | 162 ] |
162 } else { # !iOS | 163 } else { # !iOS |
163 deps += [ | 164 deps += [ |
164 "//components/autofill/content/browser:unit_tests", | 165 "//components/autofill/content/browser:unit_tests", |
165 "//components/autofill/content/common:unit_tests", | 166 "//components/autofill/content/common:unit_tests", |
166 "//components/autofill/content/renderer:unit_tests", | 167 "//components/autofill/content/renderer:unit_tests", |
167 "//components/cast_certificate:unit_tests", | 168 "//components/cast_certificate:unit_tests", |
168 "//components/certificate_reporting:unit_tests", | 169 "//components/certificate_reporting:unit_tests", |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 "//testing/perf", | 502 "//testing/perf", |
502 "//url", | 503 "//url", |
503 ] | 504 ] |
504 | 505 |
505 if (!is_ios) { | 506 if (!is_ios) { |
506 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 507 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
507 deps += [ "//components/discardable_memory/common" ] | 508 deps += [ "//components/discardable_memory/common" ] |
508 } | 509 } |
509 } | 510 } |
510 } | 511 } |
OLD | NEW |