| 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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 # chromeos does not use the desktop user manager | 793 # chromeos does not use the desktop user manager |
| 794 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", | 794 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", |
| 795 ] | 795 ] |
| 796 deps += [ | 796 deps += [ |
| 797 "//dbus", | 797 "//dbus", |
| 798 "//dbus:test_support", | 798 "//dbus:test_support", |
| 799 "//ui/login:resources", | 799 "//ui/login:resources", |
| 800 ] | 800 ] |
| 801 } else { | 801 } else { |
| 802 sources -= [ | 802 sources -= [ |
| 803 "../browser/extensions/api/enterprise_device_attributes/enterprise_devic
e_attributes_apitest.cc", |
| 803 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_
keys_apitest_nss.cc", | 804 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_
keys_apitest_nss.cc", |
| 804 "../browser/extensions/api/platform_keys/platform_keys_apitest_nss.cc", | 805 "../browser/extensions/api/platform_keys/platform_keys_apitest_nss.cc", |
| 805 "../browser/extensions/api/terminal/terminal_private_apitest.cc", | 806 "../browser/extensions/api/terminal/terminal_private_apitest.cc", |
| 806 "../browser/invalidation/profile_invalidation_provider_factory_browserte
st.cc", | 807 "../browser/invalidation/profile_invalidation_provider_factory_browserte
st.cc", |
| 807 "../browser/net/nss_context_chromeos_browsertest.cc", | 808 "../browser/net/nss_context_chromeos_browsertest.cc", |
| 808 "../browser/ui/ash/keyboard_controller_browsertest.cc", | 809 "../browser/ui/ash/keyboard_controller_browsertest.cc", |
| 809 "data/webui/certificate_viewer_ui_test-inl.h", | 810 "data/webui/certificate_viewer_ui_test-inl.h", |
| 810 ] | 811 ] |
| 811 if (toolkit_views) { | 812 if (toolkit_views) { |
| 812 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte
st.cc" ] | 813 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte
st.cc" ] |
| (...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 "//third_party/mojo/src/mojo/edk/system", | 1891 "//third_party/mojo/src/mojo/edk/system", |
| 1891 ] | 1892 ] |
| 1892 | 1893 |
| 1893 if (!is_android && use_ash) { | 1894 if (!is_android && use_ash) { |
| 1894 sources += rebase_path( | 1895 sources += rebase_path( |
| 1895 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1896 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1896 ".", | 1897 ".", |
| 1897 "//chrome") | 1898 "//chrome") |
| 1898 } | 1899 } |
| 1899 } | 1900 } |
| OLD | NEW |