| 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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 "//chrome:strings", | 662 "//chrome:strings", |
| 663 "//chrome/browser", | 663 "//chrome/browser", |
| 664 "//chrome/browser/resources:extension_resource_demo", | 664 "//chrome/browser/resources:extension_resource_demo", |
| 665 "//chrome/common/extensions/api", | 665 "//chrome/common/extensions/api", |
| 666 "//chrome/renderer", | 666 "//chrome/renderer", |
| 667 "//components/autofill/content/browser:risk_proto", | 667 "//components/autofill/content/browser:risk_proto", |
| 668 "//components/autofill/content/browser/wallet:test_support", | 668 "//components/autofill/content/browser/wallet:test_support", |
| 669 "//components/autofill/content/renderer:test_support", | 669 "//components/autofill/content/renderer:test_support", |
| 670 "//components/captive_portal:test_support", | 670 "//components/captive_portal:test_support", |
| 671 "//components/dom_distiller/content:content_browser", | 671 "//components/dom_distiller/content:content_browser", |
| 672 "//components/dom_distiller/content:content_renderer", |
| 672 "//components/dom_distiller/core:test_support", | 673 "//components/dom_distiller/core:test_support", |
| 673 "//components/guest_view/browser:test_support", | 674 "//components/guest_view/browser:test_support", |
| 674 "//components/resources", | 675 "//components/resources", |
| 675 "//components/strings", | 676 "//components/strings", |
| 676 "//components/translate/core/common", | 677 "//components/translate/core/common", |
| 677 "//components/user_manager:test_support", | 678 "//components/user_manager:test_support", |
| 678 "//crypto:platform", | 679 "//crypto:platform", |
| 679 "//crypto:test_support", | 680 "//crypto:test_support", |
| 680 "//device/bluetooth:mocks", | 681 "//device/bluetooth:mocks", |
| 681 "//device/serial:test_support", | 682 "//device/serial:test_support", |
| (...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1947 "//third_party/mojo/src/mojo/edk/system", | 1948 "//third_party/mojo/src/mojo/edk/system", |
| 1948 ] | 1949 ] |
| 1949 | 1950 |
| 1950 if (!is_android && use_ash) { | 1951 if (!is_android && use_ash) { |
| 1951 sources += rebase_path( | 1952 sources += rebase_path( |
| 1952 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1953 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1953 ".", | 1954 ".", |
| 1954 "//chrome") | 1955 "//chrome") |
| 1955 } | 1956 } |
| 1956 } | 1957 } |
| OLD | NEW |