| 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 "//chrome:strings", | 562 "//chrome:strings", |
| 563 "//chrome/browser", | 563 "//chrome/browser", |
| 564 "//chrome/browser/resources:extension_resource_demo", | 564 "//chrome/browser/resources:extension_resource_demo", |
| 565 "//chrome/common/extensions/api", | 565 "//chrome/common/extensions/api", |
| 566 "//chrome/renderer", | 566 "//chrome/renderer", |
| 567 "//components/autofill/content/browser:risk_proto", | 567 "//components/autofill/content/browser:risk_proto", |
| 568 "//components/autofill/content/browser/wallet:test_support", | 568 "//components/autofill/content/browser/wallet:test_support", |
| 569 "//components/autofill/content/renderer:test_support", | 569 "//components/autofill/content/renderer:test_support", |
| 570 "//components/captive_portal:test_support", | 570 "//components/captive_portal:test_support", |
| 571 "//components/dom_distiller/content:content_browser", | 571 "//components/dom_distiller/content:content_browser", |
| 572 "//components/dom_distiller/content:content_renderer", |
| 572 "//components/dom_distiller/core:test_support", | 573 "//components/dom_distiller/core:test_support", |
| 573 "//components/guest_view/browser:test_support", | 574 "//components/guest_view/browser:test_support", |
| 574 "//components/resources", | 575 "//components/resources", |
| 575 "//components/strings", | 576 "//components/strings", |
| 576 "//components/translate/core/common", | 577 "//components/translate/core/common", |
| 577 "//components/user_manager:test_support", | 578 "//components/user_manager:test_support", |
| 578 "//crypto:platform", | 579 "//crypto:platform", |
| 579 "//crypto:test_support", | 580 "//crypto:test_support", |
| 580 "//device/bluetooth:mocks", | 581 "//device/bluetooth:mocks", |
| 581 "//device/serial:test_support", | 582 "//device/serial:test_support", |
| (...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1771 "//third_party/mojo/src/mojo/edk/system", | 1772 "//third_party/mojo/src/mojo/edk/system", |
| 1772 ] | 1773 ] |
| 1773 | 1774 |
| 1774 if (!is_android && use_ash) { | 1775 if (!is_android && use_ash) { |
| 1775 sources += rebase_path( | 1776 sources += rebase_path( |
| 1776 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1777 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1777 ".", | 1778 ".", |
| 1778 "//chrome") | 1779 "//chrome") |
| 1779 } | 1780 } |
| 1780 } | 1781 } |
| OLD | NEW |