| 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 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2653 "../browser/sync/test/integration/single_client_directory_sync_test.cc", | 2653 "../browser/sync/test/integration/single_client_directory_sync_test.cc", |
| 2654 "../browser/sync/test/integration/single_client_extensions_sync_test.cc", | 2654 "../browser/sync/test/integration/single_client_extensions_sync_test.cc", |
| 2655 "../browser/sync/test/integration/single_client_passwords_sync_test.cc", | 2655 "../browser/sync/test/integration/single_client_passwords_sync_test.cc", |
| 2656 "../browser/sync/test/integration/single_client_preferences_sync_test.cc", | 2656 "../browser/sync/test/integration/single_client_preferences_sync_test.cc", |
| 2657 "../browser/sync/test/integration/single_client_printers_sync_test.cc", | 2657 "../browser/sync/test/integration/single_client_printers_sync_test.cc", |
| 2658 "../browser/sync/test/integration/single_client_search_engines_sync_test.c
c", | 2658 "../browser/sync/test/integration/single_client_search_engines_sync_test.c
c", |
| 2659 "../browser/sync/test/integration/single_client_sessions_sync_test.cc", | 2659 "../browser/sync/test/integration/single_client_sessions_sync_test.cc", |
| 2660 "../browser/sync/test/integration/single_client_supervised_user_settings_s
ync_test.cc", | 2660 "../browser/sync/test/integration/single_client_supervised_user_settings_s
ync_test.cc", |
| 2661 "../browser/sync/test/integration/single_client_themes_sync_test.cc", | 2661 "../browser/sync/test/integration/single_client_themes_sync_test.cc", |
| 2662 "../browser/sync/test/integration/single_client_typed_urls_sync_test.cc", | 2662 "../browser/sync/test/integration/single_client_typed_urls_sync_test.cc", |
| 2663 "../browser/sync/test/integration/single_client_user_events_sync_test.cc", |
| 2663 "../browser/sync/test/integration/single_client_wallet_sync_test.cc", | 2664 "../browser/sync/test/integration/single_client_wallet_sync_test.cc", |
| 2664 "../browser/sync/test/integration/single_client_wifi_credentials_sync_test
.cc", | 2665 "../browser/sync/test/integration/single_client_wifi_credentials_sync_test
.cc", |
| 2665 "../browser/sync/test/integration/sync_auth_test.cc", | 2666 "../browser/sync/test/integration/sync_auth_test.cc", |
| 2666 "../browser/sync/test/integration/sync_errors_test.cc", | 2667 "../browser/sync/test/integration/sync_errors_test.cc", |
| 2667 "../browser/sync/test/integration/sync_exponential_backoff_test.cc", | 2668 "../browser/sync/test/integration/sync_exponential_backoff_test.cc", |
| 2668 "../browser/sync/test/integration/two_client_app_list_sync_test.cc", | 2669 "../browser/sync/test/integration/two_client_app_list_sync_test.cc", |
| 2669 "../browser/sync/test/integration/two_client_apps_sync_test.cc", | 2670 "../browser/sync/test/integration/two_client_apps_sync_test.cc", |
| 2670 "../browser/sync/test/integration/two_client_arc_package_sync_test.cc", | 2671 "../browser/sync/test/integration/two_client_arc_package_sync_test.cc", |
| 2671 "../browser/sync/test/integration/two_client_autofill_sync_test.cc", | 2672 "../browser/sync/test/integration/two_client_autofill_sync_test.cc", |
| 2672 "../browser/sync/test/integration/two_client_bookmarks_sync_test.cc", | 2673 "../browser/sync/test/integration/two_client_bookmarks_sync_test.cc", |
| (...skipping 2502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5175 } | 5176 } |
| 5176 | 5177 |
| 5177 if (is_win) { | 5178 if (is_win) { |
| 5178 loadable_module("conflicts_dll") { | 5179 loadable_module("conflicts_dll") { |
| 5179 testonly = true | 5180 testonly = true |
| 5180 sources = [ | 5181 sources = [ |
| 5181 "conflicts/conflicts_dll.cc", | 5182 "conflicts/conflicts_dll.cc", |
| 5182 ] | 5183 ] |
| 5183 } | 5184 } |
| 5184 } | 5185 } |
| OLD | NEW |