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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
109 "//components/metrics:test_support", | 109 "//components/metrics:test_support", |
110 "//components/omnibox/browser:test_support", | 110 "//components/omnibox/browser:test_support", |
111 "//components/password_manager/core/browser:test_support", | 111 "//components/password_manager/core/browser:test_support", |
112 "//components/pref_registry:test_support", | 112 "//components/pref_registry:test_support", |
113 "//components/rappor:test_support", | 113 "//components/rappor:test_support", |
114 "//components/search_engines:test_support", | 114 "//components/search_engines:test_support", |
115 "//components/signin/core/browser:test_support", | 115 "//components/signin/core/browser:test_support", |
116 "//components/sync_driver:test_support", | 116 "//components/sync_driver:test_support", |
117 "//components/syncable_prefs:test_support", | 117 "//components/syncable_prefs:test_support", |
118 "//components/update_client:test_support", | 118 "//components/update_client:test_support", |
119 "//components/ui/zoom:zoom_test_utils", | |
Lei Zhang
2015/10/23 18:14:32
Everyone else likes to names their test target tes
wjmaclean
2015/10/29 15:33:36
Done.
| |
119 "//content/public/app:both", | 120 "//content/public/app:both", |
120 "//ui/gfx:test_support", | 121 "//ui/gfx:test_support", |
121 "//net", | 122 "//net", |
122 "//net:test_support", | 123 "//net:test_support", |
123 "//skia", | 124 "//skia", |
124 "//sql", | 125 "//sql", |
125 "//sql:test_support", | 126 "//sql:test_support", |
126 "//sync", | 127 "//sync", |
127 "//testing/gmock", | 128 "//testing/gmock", |
128 "//testing/gtest", | 129 "//testing/gtest", |
(...skipping 2034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2163 "//third_party/mojo/src/mojo/edk/system", | 2164 "//third_party/mojo/src/mojo/edk/system", |
2164 ] | 2165 ] |
2165 | 2166 |
2166 if (!is_android && use_ash) { | 2167 if (!is_android && use_ash) { |
2167 sources += rebase_path( | 2168 sources += rebase_path( |
2168 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2169 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
2169 ".", | 2170 ".", |
2170 "//chrome") | 2171 "//chrome") |
2171 } | 2172 } |
2172 } | 2173 } |
OLD | NEW |