| 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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1336 "../browser/browsing_data/conditional_cache_deletion_helper_browsertest.cc
", | 1336 "../browser/browsing_data/conditional_cache_deletion_helper_browsertest.cc
", |
| 1337 "../browser/browsing_data/downloads_counter_browsertest.cc", | 1337 "../browser/browsing_data/downloads_counter_browsertest.cc", |
| 1338 "../browser/browsing_data/history_counter_browsertest.cc", | 1338 "../browser/browsing_data/history_counter_browsertest.cc", |
| 1339 "../browser/browsing_data/media_licenses_counter_browsertest.cc", | 1339 "../browser/browsing_data/media_licenses_counter_browsertest.cc", |
| 1340 "../browser/browsing_data/passwords_counter_browsertest.cc", | 1340 "../browser/browsing_data/passwords_counter_browsertest.cc", |
| 1341 "../browser/budget_service/budget_manager_browsertest.cc", | 1341 "../browser/budget_service/budget_manager_browsertest.cc", |
| 1342 "../browser/chrome_content_browser_client_browsertest.cc", | 1342 "../browser/chrome_content_browser_client_browsertest.cc", |
| 1343 "../browser/chrome_find_request_manager_browsertest.cc", | 1343 "../browser/chrome_find_request_manager_browsertest.cc", |
| 1344 "../browser/chrome_main_browsertest.cc", | 1344 "../browser/chrome_main_browsertest.cc", |
| 1345 "../browser/chrome_navigation_browsertest.cc", | 1345 "../browser/chrome_navigation_browsertest.cc", |
| 1346 "../browser/chrome_origin_trials_browsertest.cc", |
| 1346 "../browser/chrome_plugin_browsertest.cc", | 1347 "../browser/chrome_plugin_browsertest.cc", |
| 1347 "../browser/chrome_security_exploit_browsertest.cc", | 1348 "../browser/chrome_security_exploit_browsertest.cc", |
| 1348 "../browser/chrome_site_per_process_browsertest.cc", | 1349 "../browser/chrome_site_per_process_browsertest.cc", |
| 1349 "../browser/chrome_switches_browsertest.cc", | 1350 "../browser/chrome_switches_browsertest.cc", |
| 1350 "../browser/component_updater/component_patcher_operation_out_of_process_b
rowsertest.cc", | 1351 "../browser/component_updater/component_patcher_operation_out_of_process_b
rowsertest.cc", |
| 1351 "../browser/content_settings/content_settings_browsertest.cc", | 1352 "../browser/content_settings/content_settings_browsertest.cc", |
| 1352 "../browser/crash_recovery_browsertest.cc", | 1353 "../browser/crash_recovery_browsertest.cc", |
| 1353 "../browser/custom_handlers/protocol_handler_registry_browsertest.cc", | 1354 "../browser/custom_handlers/protocol_handler_registry_browsertest.cc", |
| 1354 "../browser/data_saver/data_saver_browsertest.cc", | 1355 "../browser/data_saver/data_saver_browsertest.cc", |
| 1355 "../browser/devtools/device/adb/adb_client_socket_browsertest.cc", | 1356 "../browser/devtools/device/adb/adb_client_socket_browsertest.cc", |
| (...skipping 3828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5184 } | 5185 } |
| 5185 | 5186 |
| 5186 if (is_win) { | 5187 if (is_win) { |
| 5187 loadable_module("conflicts_dll") { | 5188 loadable_module("conflicts_dll") { |
| 5188 testonly = true | 5189 testonly = true |
| 5189 sources = [ | 5190 sources = [ |
| 5190 "conflicts/conflicts_dll.cc", | 5191 "conflicts/conflicts_dll.cc", |
| 5191 ] | 5192 ] |
| 5192 } | 5193 } |
| 5193 } | 5194 } |
| OLD | NEW |