| 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 3289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3300 "../browser/ui/tests/ui_gfx_image_unittest.mm", | 3300 "../browser/ui/tests/ui_gfx_image_unittest.mm", |
| 3301 "../browser/ui/webui/browsing_history_handler_unittest.cc", | 3301 "../browser/ui/webui/browsing_history_handler_unittest.cc", |
| 3302 "../browser/ui/webui/fileicon_source_unittest.cc", | 3302 "../browser/ui/webui/fileicon_source_unittest.cc", |
| 3303 "../browser/ui/webui/local_state/local_state_ui_unittest.cc", | 3303 "../browser/ui/webui/local_state/local_state_ui_unittest.cc", |
| 3304 "../browser/ui/webui/log_web_ui_url_unittest.cc", | 3304 "../browser/ui/webui/log_web_ui_url_unittest.cc", |
| 3305 "../browser/update_client/chrome_update_query_params_delegate_unittest.cc", | 3305 "../browser/update_client/chrome_update_query_params_delegate_unittest.cc", |
| 3306 "../browser/webshare/share_target_pref_helper_unittest.cc", | 3306 "../browser/webshare/share_target_pref_helper_unittest.cc", |
| 3307 "../browser/win/chrome_elf_init_unittest.cc", | 3307 "../browser/win/chrome_elf_init_unittest.cc", |
| 3308 "../browser/win/enumerate_modules_model_unittest.cc", | 3308 "../browser/win/enumerate_modules_model_unittest.cc", |
| 3309 "../browser/win/jumplist_file_util_unittest.cc", | 3309 "../browser/win/jumplist_file_util_unittest.cc", |
| 3310 "../browser/win/jumplist_update_util_unittest.cc", |
| 3310 "../browser/win/taskbar_icon_finder_unittest.cc", | 3311 "../browser/win/taskbar_icon_finder_unittest.cc", |
| 3311 "../common/chrome_constants_win_unittest.cc", | 3312 "../common/chrome_constants_win_unittest.cc", |
| 3312 "../common/chrome_content_client_unittest.cc", | 3313 "../common/chrome_content_client_unittest.cc", |
| 3313 "../common/chrome_paths_unittest.cc", | 3314 "../common/chrome_paths_unittest.cc", |
| 3314 "../common/component_flash_hint_file_linux_unittest.cc", | 3315 "../common/component_flash_hint_file_linux_unittest.cc", |
| 3315 "../common/conflicts/module_watcher_win_unittest.cc", | 3316 "../common/conflicts/module_watcher_win_unittest.cc", |
| 3316 "../common/crash_keys_unittest.cc", | 3317 "../common/crash_keys_unittest.cc", |
| 3317 "../common/ini_parser_unittest.cc", | 3318 "../common/ini_parser_unittest.cc", |
| 3318 "../common/mac/cfbundle_blocker_unittest.mm", | 3319 "../common/mac/cfbundle_blocker_unittest.mm", |
| 3319 "../common/mac/mock_launchd.cc", | 3320 "../common/mac/mock_launchd.cc", |
| (...skipping 1815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5135 } | 5136 } |
| 5136 | 5137 |
| 5137 if (is_win) { | 5138 if (is_win) { |
| 5138 loadable_module("conflicts_dll") { | 5139 loadable_module("conflicts_dll") { |
| 5139 testonly = true | 5140 testonly = true |
| 5140 sources = [ | 5141 sources = [ |
| 5141 "conflicts/conflicts_dll.cc", | 5142 "conflicts/conflicts_dll.cc", |
| 5142 ] | 5143 ] |
| 5143 } | 5144 } |
| 5144 } | 5145 } |
| OLD | NEW |