| 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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 "//chrome:strings", | 726 "//chrome:strings", |
| 727 "//chrome/browser", | 727 "//chrome/browser", |
| 728 "//chrome/browser/resources:extension_resource_demo", | 728 "//chrome/browser/resources:extension_resource_demo", |
| 729 "//chrome/common/extensions/api", | 729 "//chrome/common/extensions/api", |
| 730 "//chrome/renderer", | 730 "//chrome/renderer", |
| 731 "//components/autofill/content/browser:risk_proto", | 731 "//components/autofill/content/browser:risk_proto", |
| 732 "//components/autofill/content/browser/wallet:test_support", | 732 "//components/autofill/content/browser/wallet:test_support", |
| 733 "//components/autofill/content/renderer:test_support", | 733 "//components/autofill/content/renderer:test_support", |
| 734 "//components/captive_portal:test_support", | 734 "//components/captive_portal:test_support", |
| 735 "//components/dom_distiller/content:content_browser", | 735 "//components/dom_distiller/content:content_browser", |
| 736 "//components/dom_distiller/content:content_renderer", | |
| 737 "//components/dom_distiller/core:test_support", | 736 "//components/dom_distiller/core:test_support", |
| 738 "//components/guest_view/browser:test_support", | 737 "//components/guest_view/browser:test_support", |
| 739 "//components/resources", | 738 "//components/resources", |
| 740 "//components/strings", | 739 "//components/strings", |
| 741 "//components/translate/core/common", | 740 "//components/translate/core/common", |
| 742 "//components/user_manager:test_support", | 741 "//components/user_manager:test_support", |
| 743 "//crypto:platform", | 742 "//crypto:platform", |
| 744 "//crypto:test_support", | 743 "//crypto:test_support", |
| 745 "//device/bluetooth:mocks", | 744 "//device/bluetooth:mocks", |
| 746 "//device/serial:test_support", | 745 "//device/serial:test_support", |
| (...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2009 "//third_party/mojo/src/mojo/edk/system", | 2008 "//third_party/mojo/src/mojo/edk/system", |
| 2010 ] | 2009 ] |
| 2011 | 2010 |
| 2012 if (!is_android && use_ash) { | 2011 if (!is_android && use_ash) { |
| 2013 sources += rebase_path( | 2012 sources += rebase_path( |
| 2014 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2013 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 2015 ".", | 2014 ".", |
| 2016 "//chrome") | 2015 "//chrome") |
| 2017 } | 2016 } |
| 2018 } | 2017 } |
| OLD | NEW |