| 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 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1577 | 1577 |
| 1578 if (!is_ios) { | 1578 if (!is_ios) { |
| 1579 deps += [ | 1579 deps += [ |
| 1580 ":unit_tests_js", | 1580 ":unit_tests_js", |
| 1581 "//components/audio_modem:test_support", | 1581 "//components/audio_modem:test_support", |
| 1582 "//components/autofill/content/browser/wallet:test_support", | 1582 "//components/autofill/content/browser/wallet:test_support", |
| 1583 "//components/autofill/content/renderer:test_support", | 1583 "//components/autofill/content/renderer:test_support", |
| 1584 "//components/data_reduction_proxy/core/browser:test_support", | 1584 "//components/data_reduction_proxy/core/browser:test_support", |
| 1585 "//components/data_use_measurement/core", | 1585 "//components/data_use_measurement/core", |
| 1586 "//components/metrics/proto", | 1586 "//components/metrics/proto", |
| 1587 "//components/safe_browsing_db", |
| 1587 "//components/safe_json:test_support", | 1588 "//components/safe_json:test_support", |
| 1588 "//components/webdata_services:test_support", | 1589 "//components/webdata_services:test_support", |
| 1589 "//components/strings", | 1590 "//components/strings", |
| 1590 "//device/bluetooth:mocks", | 1591 "//device/bluetooth:mocks", |
| 1591 "//content/app/resources", | 1592 "//content/app/resources", |
| 1592 "//gpu:test_support", | 1593 "//gpu:test_support", |
| 1593 "//media:test_support", | 1594 "//media:test_support", |
| 1594 | 1595 |
| 1595 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) | 1596 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) |
| 1596 "//third_party/leveldatabase", | 1597 "//third_party/leveldatabase", |
| (...skipping 568 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 |