| 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 3625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3636 "../browser/memory/tab_manager_unittest.cc", | 3636 "../browser/memory/tab_manager_unittest.cc", |
| 3637 "../browser/memory/tab_manager_web_contents_data_unittest.cc", | 3637 "../browser/memory/tab_manager_web_contents_data_unittest.cc", |
| 3638 | 3638 |
| 3639 # Android does not use the Message Center notification system. | 3639 # Android does not use the Message Center notification system. |
| 3640 "../browser/net/firefox_proxy_settings_unittest.cc", | 3640 "../browser/net/firefox_proxy_settings_unittest.cc", |
| 3641 "../browser/notifications/message_center_notifications_unittest.cc", | 3641 "../browser/notifications/message_center_notifications_unittest.cc", |
| 3642 "../browser/notifications/message_center_settings_controller_unittest.cc", | 3642 "../browser/notifications/message_center_settings_controller_unittest.cc", |
| 3643 "../browser/permissions/permission_request_manager_unittest.cc", | 3643 "../browser/permissions/permission_request_manager_unittest.cc", |
| 3644 "../browser/platform_util_unittest.cc", | 3644 "../browser/platform_util_unittest.cc", |
| 3645 "../browser/policy/policy_path_parser_unittest.cc", | 3645 "../browser/policy/policy_path_parser_unittest.cc", |
| 3646 "../browser/power_usage_monitor/power_usage_monitor_unittest.cc", | |
| 3647 "../browser/process_singleton_posix_unittest.cc", | 3646 "../browser/process_singleton_posix_unittest.cc", |
| 3648 "../browser/profile_resetter/profile_resetter_unittest.cc", | 3647 "../browser/profile_resetter/profile_resetter_unittest.cc", |
| 3649 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", | 3648 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", |
| 3650 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", | 3649 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", |
| 3651 "../browser/search/instant_service_unittest.cc", | 3650 "../browser/search/instant_service_unittest.cc", |
| 3652 "../browser/search/instant_unittest_base.cc", | 3651 "../browser/search/instant_unittest_base.cc", |
| 3653 "../browser/search/instant_unittest_base.h", | 3652 "../browser/search/instant_unittest_base.h", |
| 3654 "../browser/search/search_unittest.cc", | 3653 "../browser/search/search_unittest.cc", |
| 3655 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3654 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
| 3656 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", | 3655 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", |
| (...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5192 } | 5191 } |
| 5193 | 5192 |
| 5194 if (is_win) { | 5193 if (is_win) { |
| 5195 loadable_module("conflicts_dll") { | 5194 loadable_module("conflicts_dll") { |
| 5196 testonly = true | 5195 testonly = true |
| 5197 sources = [ | 5196 sources = [ |
| 5198 "conflicts/conflicts_dll.cc", | 5197 "conflicts/conflicts_dll.cc", |
| 5199 ] | 5198 ] |
| 5200 } | 5199 } |
| 5201 } | 5200 } |
| OLD | NEW |