| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//build_overrides/webrtc.gni") | 7 import("//build_overrides/webrtc.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 isolate_file = "components_unittests.isolate" | 162 isolate_file = "components_unittests.isolate" |
| 163 | 163 |
| 164 deps += [ | 164 deps += [ |
| 165 "//components/invalidation/impl", | 165 "//components/invalidation/impl", |
| 166 "//components/invalidation/impl:java", | 166 "//components/invalidation/impl:java", |
| 167 "//components/safe_json", | 167 "//components/safe_json", |
| 168 "//components/safe_json/android:safe_json_java", | 168 "//components/safe_json/android:safe_json_java", |
| 169 "//components/signin/core/browser", | 169 "//components/signin/core/browser", |
| 170 "//components/signin/core/browser/android:java", | 170 "//components/signin/core/browser/android:java", |
| 171 "//components/variations/android:variations_java", | 171 "//components/variations/android:variations_java", |
| 172 "//components/web_restrictions:java_test_support", |
| 173 "//components/web_restrictions:test_support_jni_headers", |
| 174 "//components/web_restrictions:unit_tests", |
| 172 "//content/public/android:content_java", | 175 "//content/public/android:content_java", |
| 173 "//content/public/android:content_java", | 176 "//content/public/android:content_java", |
| 174 "//content/public/browser", | 177 "//content/public/browser", |
| 175 "//net", | 178 "//net", |
| 176 "//ui/android:ui_java", | 179 "//ui/android:ui_java", |
| 177 "//ui/base", | 180 "//ui/base", |
| 178 "//ui/gfx", | 181 "//ui/gfx", |
| 179 ] | 182 ] |
| 180 | 183 |
| 181 if (enable_configuration_policy) { | 184 if (enable_configuration_policy) { |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 if (!is_ios) { | 441 if (!is_ios) { |
| 439 deps += [ | 442 deps += [ |
| 440 "//base", | 443 "//base", |
| 441 "//base/test:test_support_perf", | 444 "//base/test:test_support_perf", |
| 442 "//components/scheduler", | 445 "//components/scheduler", |
| 443 "//components/visitedlink/browser", | 446 "//components/visitedlink/browser", |
| 444 "//content/test:test_support", | 447 "//content/test:test_support", |
| 445 ] | 448 ] |
| 446 } | 449 } |
| 447 } | 450 } |
| OLD | NEW |