| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 3558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3569 "../browser/policy/policy_path_parser_unittest.cc", | 3569 "../browser/policy/policy_path_parser_unittest.cc", |
| 3570 "../browser/process_singleton_posix_unittest.cc", | 3570 "../browser/process_singleton_posix_unittest.cc", |
| 3571 "../browser/profile_resetter/profile_resetter_unittest.cc", | 3571 "../browser/profile_resetter/profile_resetter_unittest.cc", |
| 3572 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", | 3572 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", |
| 3573 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", | 3573 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", |
| 3574 "../browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win_uni
ttest.cc", | 3574 "../browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win_uni
ttest.cc", |
| 3575 "../browser/safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win_unitte
st.cc", | 3575 "../browser/safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win_unitte
st.cc", |
| 3576 "../browser/safe_browsing/chrome_cleaner/chrome_cleaner_runner_win_unittes
t.cc", | 3576 "../browser/safe_browsing/chrome_cleaner/chrome_cleaner_runner_win_unittes
t.cc", |
| 3577 "../browser/safe_browsing/chrome_cleaner/mock_chrome_cleaner_process_win.c
c", | 3577 "../browser/safe_browsing/chrome_cleaner/mock_chrome_cleaner_process_win.c
c", |
| 3578 "../browser/safe_browsing/chrome_cleaner/mock_chrome_cleaner_process_win.h
", | 3578 "../browser/safe_browsing/chrome_cleaner/mock_chrome_cleaner_process_win.h
", |
| 3579 "../browser/safe_browsing/chrome_cleaner/srt_field_trial_win_unittest.cc", |
| 3579 "../browser/search/instant_service_unittest.cc", | 3580 "../browser/search/instant_service_unittest.cc", |
| 3580 "../browser/search/instant_unittest_base.cc", | 3581 "../browser/search/instant_unittest_base.cc", |
| 3581 "../browser/search/instant_unittest_base.h", | 3582 "../browser/search/instant_unittest_base.h", |
| 3582 "../browser/search/one_google_bar/one_google_bar_fetcher_impl_unittest.cc"
, | 3583 "../browser/search/one_google_bar/one_google_bar_fetcher_impl_unittest.cc"
, |
| 3583 "../browser/search/one_google_bar/one_google_bar_service_unittest.cc", | 3584 "../browser/search/one_google_bar/one_google_bar_service_unittest.cc", |
| 3584 "../browser/search/search_unittest.cc", | 3585 "../browser/search/search_unittest.cc", |
| 3585 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3586 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
| 3586 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", | 3587 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", |
| 3587 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", | 3588 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", |
| 3588 "../browser/speech/tts_controller_unittest.cc", | 3589 "../browser/speech/tts_controller_unittest.cc", |
| (...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5152 } | 5153 } |
| 5153 | 5154 |
| 5154 if (is_win) { | 5155 if (is_win) { |
| 5155 loadable_module("conflicts_dll") { | 5156 loadable_module("conflicts_dll") { |
| 5156 testonly = true | 5157 testonly = true |
| 5157 sources = [ | 5158 sources = [ |
| 5158 "conflicts/conflicts_dll.cc", | 5159 "conflicts/conflicts_dll.cc", |
| 5159 ] | 5160 ] |
| 5160 } | 5161 } |
| 5161 } | 5162 } |
| OLD | NEW |