| 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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 "../browser/sync/test/integration/printers_helper.cc", | 851 "../browser/sync/test/integration/printers_helper.cc", |
| 852 "../browser/sync/test/integration/printers_helper.h", | 852 "../browser/sync/test/integration/printers_helper.h", |
| 853 "../browser/sync/test/integration/profile_sync_service_harness.cc", | 853 "../browser/sync/test/integration/profile_sync_service_harness.cc", |
| 854 "../browser/sync/test/integration/profile_sync_service_harness.h", | 854 "../browser/sync/test/integration/profile_sync_service_harness.h", |
| 855 "../browser/sync/test/integration/quiesce_status_change_checker.cc", | 855 "../browser/sync/test/integration/quiesce_status_change_checker.cc", |
| 856 "../browser/sync/test/integration/quiesce_status_change_checker.h", | 856 "../browser/sync/test/integration/quiesce_status_change_checker.h", |
| 857 "../browser/sync/test/integration/retry_verifier.cc", | 857 "../browser/sync/test/integration/retry_verifier.cc", |
| 858 "../browser/sync/test/integration/retry_verifier.h", | 858 "../browser/sync/test/integration/retry_verifier.h", |
| 859 "../browser/sync/test/integration/search_engines_helper.cc", | 859 "../browser/sync/test/integration/search_engines_helper.cc", |
| 860 "../browser/sync/test/integration/search_engines_helper.h", | 860 "../browser/sync/test/integration/search_engines_helper.h", |
| 861 "../browser/sync/test/integration/session_hierarchy_match_checker.cc", | |
| 862 "../browser/sync/test/integration/session_hierarchy_match_checker.h", | |
| 863 "../browser/sync/test/integration/sessions_helper.cc", | 861 "../browser/sync/test/integration/sessions_helper.cc", |
| 864 "../browser/sync/test/integration/sessions_helper.h", | 862 "../browser/sync/test/integration/sessions_helper.h", |
| 865 "../browser/sync/test/integration/single_client_status_change_checker.cc", | 863 "../browser/sync/test/integration/single_client_status_change_checker.cc", |
| 866 "../browser/sync/test/integration/single_client_status_change_checker.h", | 864 "../browser/sync/test/integration/single_client_status_change_checker.h", |
| 867 "../browser/sync/test/integration/status_change_checker.cc", | 865 "../browser/sync/test/integration/status_change_checker.cc", |
| 868 "../browser/sync/test/integration/status_change_checker.h", | 866 "../browser/sync/test/integration/status_change_checker.h", |
| 869 "../browser/sync/test/integration/sync_app_helper.cc", | 867 "../browser/sync/test/integration/sync_app_helper.cc", |
| 870 "../browser/sync/test/integration/sync_app_helper.h", | 868 "../browser/sync/test/integration/sync_app_helper.h", |
| 871 "../browser/sync/test/integration/sync_app_list_helper.cc", | 869 "../browser/sync/test/integration/sync_app_list_helper.cc", |
| 872 "../browser/sync/test/integration/sync_app_list_helper.h", | 870 "../browser/sync/test/integration/sync_app_list_helper.h", |
| (...skipping 4316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5189 } | 5187 } |
| 5190 | 5188 |
| 5191 if (is_win) { | 5189 if (is_win) { |
| 5192 loadable_module("conflicts_dll") { | 5190 loadable_module("conflicts_dll") { |
| 5193 testonly = true | 5191 testonly = true |
| 5194 sources = [ | 5192 sources = [ |
| 5195 "conflicts/conflicts_dll.cc", | 5193 "conflicts/conflicts_dll.cc", |
| 5196 ] | 5194 ] |
| 5197 } | 5195 } |
| 5198 } | 5196 } |
| OLD | NEW |