| 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 3608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3619 "../browser/memory/tab_manager_unittest.cc", | 3619 "../browser/memory/tab_manager_unittest.cc", |
| 3620 "../browser/memory/tab_manager_web_contents_data_unittest.cc", | 3620 "../browser/memory/tab_manager_web_contents_data_unittest.cc", |
| 3621 | 3621 |
| 3622 # Android does not use the Message Center notification system. | 3622 # Android does not use the Message Center notification system. |
| 3623 "../browser/net/firefox_proxy_settings_unittest.cc", | 3623 "../browser/net/firefox_proxy_settings_unittest.cc", |
| 3624 "../browser/notifications/message_center_notifications_unittest.cc", | 3624 "../browser/notifications/message_center_notifications_unittest.cc", |
| 3625 "../browser/notifications/message_center_settings_controller_unittest.cc", | 3625 "../browser/notifications/message_center_settings_controller_unittest.cc", |
| 3626 "../browser/permissions/permission_request_manager_unittest.cc", | 3626 "../browser/permissions/permission_request_manager_unittest.cc", |
| 3627 "../browser/platform_util_unittest.cc", | 3627 "../browser/platform_util_unittest.cc", |
| 3628 "../browser/policy/policy_path_parser_unittest.cc", | 3628 "../browser/policy/policy_path_parser_unittest.cc", |
| 3629 "../browser/power_usage_monitor/power_usage_monitor_unittest.cc", | |
| 3630 "../browser/process_singleton_posix_unittest.cc", | 3629 "../browser/process_singleton_posix_unittest.cc", |
| 3631 "../browser/profile_resetter/profile_resetter_unittest.cc", | 3630 "../browser/profile_resetter/profile_resetter_unittest.cc", |
| 3632 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", | 3631 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", |
| 3633 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", | 3632 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", |
| 3634 "../browser/search/instant_service_unittest.cc", | 3633 "../browser/search/instant_service_unittest.cc", |
| 3635 "../browser/search/instant_unittest_base.cc", | 3634 "../browser/search/instant_unittest_base.cc", |
| 3636 "../browser/search/instant_unittest_base.h", | 3635 "../browser/search/instant_unittest_base.h", |
| 3637 "../browser/search/search_unittest.cc", | 3636 "../browser/search/search_unittest.cc", |
| 3638 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3637 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
| 3639 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", | 3638 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", |
| (...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5177 } | 5176 } |
| 5178 | 5177 |
| 5179 if (is_win) { | 5178 if (is_win) { |
| 5180 loadable_module("conflicts_dll") { | 5179 loadable_module("conflicts_dll") { |
| 5181 testonly = true | 5180 testonly = true |
| 5182 sources = [ | 5181 sources = [ |
| 5183 "conflicts/conflicts_dll.cc", | 5182 "conflicts/conflicts_dll.cc", |
| 5184 ] | 5183 ] |
| 5185 } | 5184 } |
| 5186 } | 5185 } |
| OLD | NEW |