| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//chrome/chrome_tests.gni") | 9 import("//chrome/chrome_tests.gni") |
| 10 import("//chrome/test/base/js2gtest.gni") | 10 import("//chrome/test/base/js2gtest.gni") |
| (...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1191 ] | 1191 ] |
| 1192 data_deps = [] | 1192 data_deps = [] |
| 1193 | 1193 |
| 1194 # TODO(GYP) Windows stuff | 1194 # TODO(GYP) Windows stuff |
| 1195 # ['incremental_chrome_dll==1', { | 1195 # ['incremental_chrome_dll==1', { |
| 1196 # 'UseLibraryDependencyInputs': "true", | 1196 # 'UseLibraryDependencyInputs': "true", |
| 1197 | 1197 |
| 1198 if (!is_ios) { | 1198 if (!is_ios) { |
| 1199 deps += [ | 1199 deps += [ |
| 1200 ":unit_tests_js", | 1200 ":unit_tests_js", |
| 1201 "//components/audio_modem:audio_modem_test_support", | 1201 "//components/audio_modem:test_support", |
| 1202 "//components/autofill/content/browser/wallet:test_support", | 1202 "//components/autofill/content/browser/wallet:test_support", |
| 1203 "//components/autofill/content/renderer:test_support", | 1203 "//components/autofill/content/renderer:test_support", |
| 1204 "//components/metrics/proto", | 1204 "//components/metrics/proto", |
| 1205 "//components/data_reduction_proxy/core/browser:test_support", | 1205 "//components/data_reduction_proxy/core/browser:test_support", |
| 1206 "//components/safe_json:test_support", | 1206 "//components/safe_json:test_support", |
| 1207 "//components/webdata_services:test_support", | 1207 "//components/webdata_services:test_support", |
| 1208 "//components/strings", | 1208 "//components/strings", |
| 1209 "//device/bluetooth:mocks", | 1209 "//device/bluetooth:mocks", |
| 1210 "//content/app/resources", | 1210 "//content/app/resources", |
| 1211 "//gpu:test_support", | 1211 "//gpu:test_support", |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 "//third_party/mojo/src/mojo/edk/system", | 1764 "//third_party/mojo/src/mojo/edk/system", |
| 1765 ] | 1765 ] |
| 1766 | 1766 |
| 1767 if (!is_android && use_ash) { | 1767 if (!is_android && use_ash) { |
| 1768 sources += rebase_path( | 1768 sources += rebase_path( |
| 1769 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1769 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1770 ".", | 1770 ".", |
| 1771 "//chrome") | 1771 "//chrome") |
| 1772 } | 1772 } |
| 1773 } | 1773 } |
| OLD | NEW |