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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1444 # TODO(GYP) Windows stuff | 1444 # TODO(GYP) Windows stuff |
1445 # ['incremental_chrome_dll==1', { | 1445 # ['incremental_chrome_dll==1', { |
1446 # 'UseLibraryDependencyInputs': "true", | 1446 # 'UseLibraryDependencyInputs': "true", |
1447 | 1447 |
1448 if (!is_ios) { | 1448 if (!is_ios) { |
1449 deps += [ | 1449 deps += [ |
1450 ":unit_tests_js", | 1450 ":unit_tests_js", |
1451 "//components/audio_modem:test_support", | 1451 "//components/audio_modem:test_support", |
1452 "//components/autofill/content/browser/wallet:test_support", | 1452 "//components/autofill/content/browser/wallet:test_support", |
1453 "//components/autofill/content/renderer:test_support", | 1453 "//components/autofill/content/renderer:test_support", |
| 1454 "//components/data_reduction_proxy/core/browser:test_support", |
| 1455 "//components/data_use_measurement/core", |
1454 "//components/metrics/proto", | 1456 "//components/metrics/proto", |
1455 "//components/data_reduction_proxy/core/browser:test_support", | |
1456 "//components/safe_json:test_support", | 1457 "//components/safe_json:test_support", |
1457 "//components/webdata_services:test_support", | 1458 "//components/webdata_services:test_support", |
1458 "//components/strings", | 1459 "//components/strings", |
1459 "//device/bluetooth:mocks", | 1460 "//device/bluetooth:mocks", |
1460 "//content/app/resources", | 1461 "//content/app/resources", |
1461 "//gpu:test_support", | 1462 "//gpu:test_support", |
1462 "//media:test_support", | 1463 "//media:test_support", |
1463 | 1464 |
1464 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) | 1465 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) |
1465 "//third_party/leveldatabase", | 1466 "//third_party/leveldatabase", |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2006 "//third_party/mojo/src/mojo/edk/system", | 2007 "//third_party/mojo/src/mojo/edk/system", |
2007 ] | 2008 ] |
2008 | 2009 |
2009 if (!is_android && use_ash) { | 2010 if (!is_android && use_ash) { |
2010 sources += rebase_path( | 2011 sources += rebase_path( |
2011 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2012 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
2012 ".", | 2013 ".", |
2013 "//chrome") | 2014 "//chrome") |
2014 } | 2015 } |
2015 } | 2016 } |
OLD | NEW |