| 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/test/base/js2gtest.gni") | 9 import("//chrome/test/base/js2gtest.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 "base/chrome_unit_test_suite.cc", | 33 "base/chrome_unit_test_suite.cc", |
| 34 "base/chrome_unit_test_suite.h", | 34 "base/chrome_unit_test_suite.h", |
| 35 "base/dialog_test_browser_window.cc", | 35 "base/dialog_test_browser_window.cc", |
| 36 "base/dialog_test_browser_window.h", | 36 "base/dialog_test_browser_window.h", |
| 37 "base/find_in_page_observer.cc", | 37 "base/find_in_page_observer.cc", |
| 38 "base/find_in_page_observer.h", | 38 "base/find_in_page_observer.h", |
| 39 "base/history_index_restore_observer.cc", | 39 "base/history_index_restore_observer.cc", |
| 40 "base/history_index_restore_observer.h", | 40 "base/history_index_restore_observer.h", |
| 41 "base/in_process_browser_test.cc", | 41 "base/in_process_browser_test.cc", |
| 42 "base/in_process_browser_test.h", | 42 "base/in_process_browser_test.h", |
| 43 "base/in_process_browser_test_mac.cc", |
| 43 "base/profile_mock.cc", | 44 "base/profile_mock.cc", |
| 44 "base/profile_mock.h", | 45 "base/profile_mock.h", |
| 45 "base/scoped_browser_locale.cc", | 46 "base/scoped_browser_locale.cc", |
| 46 "base/scoped_browser_locale.h", | 47 "base/scoped_browser_locale.h", |
| 47 "base/scoped_bundle_swizzler_mac.h", | 48 "base/scoped_bundle_swizzler_mac.h", |
| 48 "base/scoped_bundle_swizzler_mac.mm", | 49 "base/scoped_bundle_swizzler_mac.mm", |
| 49 "base/scoped_testing_local_state.cc", | 50 "base/scoped_testing_local_state.cc", |
| 50 "base/scoped_testing_local_state.h", | 51 "base/scoped_testing_local_state.h", |
| 51 "base/test_browser_window.cc", | 52 "base/test_browser_window.cc", |
| 52 "base/test_browser_window.h", | 53 "base/test_browser_window.h", |
| (...skipping 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1747 "//third_party/mojo/src/mojo/edk/system", | 1748 "//third_party/mojo/src/mojo/edk/system", |
| 1748 ] | 1749 ] |
| 1749 | 1750 |
| 1750 if (!is_android && use_ash) { | 1751 if (!is_android && use_ash) { |
| 1751 sources += | 1752 sources += |
| 1752 rebase_path(unit_gypi_values.chrome_test_support_unit_ash_sources, | 1753 rebase_path(unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1753 ".", | 1754 ".", |
| 1754 "//chrome") | 1755 "//chrome") |
| 1755 } | 1756 } |
| 1756 } | 1757 } |
| OLD | NEW |