| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/sync_sessions:test_support", | 117 "//components/sync_sessions:test_support", |
| 118 "//components/syncable_prefs:test_support", | 118 "//components/syncable_prefs:test_support", |
| 119 "//components/update_client:test_support", | 119 "//components/update_client:test_support", |
| 120 "//components/ui/zoom:test_support", |
| 120 "//content/public/app:both", | 121 "//content/public/app:both", |
| 121 "//ui/gfx:test_support", | 122 "//ui/gfx:test_support", |
| 122 "//net", | 123 "//net", |
| 123 "//net:test_support", | 124 "//net:test_support", |
| 124 "//skia", | 125 "//skia", |
| 125 "//sql", | 126 "//sql", |
| 126 "//sql:test_support", | 127 "//sql:test_support", |
| 127 "//sync", | 128 "//sync", |
| 128 "//testing/gmock", | 129 "//testing/gmock", |
| 129 "//testing/gtest", | 130 "//testing/gtest", |
| (...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2165 "//third_party/mojo/src/mojo/edk/system", | 2166 "//third_party/mojo/src/mojo/edk/system", |
| 2166 ] | 2167 ] |
| 2167 | 2168 |
| 2168 if (!is_android && use_ash) { | 2169 if (!is_android && use_ash) { |
| 2169 sources += rebase_path( | 2170 sources += rebase_path( |
| 2170 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2171 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 2171 ".", | 2172 ".", |
| 2172 "//chrome") | 2173 "//chrome") |
| 2173 } | 2174 } |
| 2174 } | 2175 } |
| OLD | NEW |