| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "//components/gcm_driver/instance_id:test_support", | 107 "//components/gcm_driver/instance_id:test_support", |
| 108 "//components/history/core/test:test", | 108 "//components/history/core/test:test", |
| 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/sync_sessions:test_support", |
| 117 "//components/syncable_prefs:test_support", | 118 "//components/syncable_prefs:test_support", |
| 118 "//components/update_client:test_support", | 119 "//components/update_client:test_support", |
| 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", |
| (...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2164 "//third_party/mojo/src/mojo/edk/system", | 2165 "//third_party/mojo/src/mojo/edk/system", |
| 2165 ] | 2166 ] |
| 2166 | 2167 |
| 2167 if (!is_android && use_ash) { | 2168 if (!is_android && use_ash) { |
| 2168 sources += rebase_path( | 2169 sources += rebase_path( |
| 2169 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2170 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 2170 ".", | 2171 ".", |
| 2171 "//chrome") | 2172 "//chrome") |
| 2172 } | 2173 } |
| 2173 } | 2174 } |
| OLD | NEW |