| 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 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1561 | 1561 |
| 1562 if (!is_ios) { | 1562 if (!is_ios) { |
| 1563 deps += [ | 1563 deps += [ |
| 1564 ":unit_tests_js", | 1564 ":unit_tests_js", |
| 1565 "//components/audio_modem:test_support", | 1565 "//components/audio_modem:test_support", |
| 1566 "//components/autofill/content/browser/wallet:test_support", | 1566 "//components/autofill/content/browser/wallet:test_support", |
| 1567 "//components/autofill/content/renderer:test_support", | 1567 "//components/autofill/content/renderer:test_support", |
| 1568 "//components/data_reduction_proxy/core/browser:test_support", | 1568 "//components/data_reduction_proxy/core/browser:test_support", |
| 1569 "//components/data_use_measurement/core", | 1569 "//components/data_use_measurement/core", |
| 1570 "//components/metrics/proto", | 1570 "//components/metrics/proto", |
| 1571 "//components/safe_browsing_db", | |
| 1572 "//components/safe_json:test_support", | 1571 "//components/safe_json:test_support", |
| 1573 "//components/webdata_services:test_support", | 1572 "//components/webdata_services:test_support", |
| 1574 "//components/strings", | 1573 "//components/strings", |
| 1575 "//device/bluetooth:mocks", | 1574 "//device/bluetooth:mocks", |
| 1576 "//content/app/resources", | 1575 "//content/app/resources", |
| 1577 "//gpu:test_support", | 1576 "//gpu:test_support", |
| 1578 "//media:test_support", | 1577 "//media:test_support", |
| 1579 | 1578 |
| 1580 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) | 1579 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) |
| 1581 "//third_party/leveldatabase", | 1580 "//third_party/leveldatabase", |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 "//third_party/mojo/src/mojo/edk/system", | 2149 "//third_party/mojo/src/mojo/edk/system", |
| 2151 ] | 2150 ] |
| 2152 | 2151 |
| 2153 if (!is_android && use_ash) { | 2152 if (!is_android && use_ash) { |
| 2154 sources += rebase_path( | 2153 sources += rebase_path( |
| 2155 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2154 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 2156 ".", | 2155 ".", |
| 2157 "//chrome") | 2156 "//chrome") |
| 2158 } | 2157 } |
| 2159 } | 2158 } |
| OLD | NEW |