| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 | 8 |
| 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 10 # produces a conflict for the "grit" template so we have to only include one. | 10 # produces a conflict for the "grit" template so we have to only include one. |
| (...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 "profile_resetter/profile_resetter_test_base.cc", | 941 "profile_resetter/profile_resetter_test_base.cc", |
| 942 "profile_resetter/profile_resetter_test_base.h", | 942 "profile_resetter/profile_resetter_test_base.h", |
| 943 "search_engines/template_url_service_factory_test_util.cc", | 943 "search_engines/template_url_service_factory_test_util.cc", |
| 944 "search_engines/template_url_service_factory_test_util.h", | 944 "search_engines/template_url_service_factory_test_util.h", |
| 945 "search_engines/template_url_service_test_util.cc", | 945 "search_engines/template_url_service_test_util.cc", |
| 946 "search_engines/template_url_service_test_util.h", | 946 "search_engines/template_url_service_test_util.h", |
| 947 "sessions/session_restore_test_helper.cc", | 947 "sessions/session_restore_test_helper.cc", |
| 948 "sessions/session_restore_test_helper.h", | 948 "sessions/session_restore_test_helper.h", |
| 949 "sessions/session_service_test_helper.cc", | 949 "sessions/session_service_test_helper.cc", |
| 950 "sessions/session_service_test_helper.h", | 950 "sessions/session_service_test_helper.h", |
| 951 "signin/fake_account_reconcilor.cc", | |
| 952 "signin/fake_account_reconcilor.h", | |
| 953 "signin/fake_account_tracker_service.cc", | 951 "signin/fake_account_tracker_service.cc", |
| 954 "signin/fake_account_tracker_service.h", | 952 "signin/fake_account_tracker_service.h", |
| 953 "signin/fake_gaia_cookie_manager_service.cc", |
| 954 "signin/fake_gaia_cookie_manager_service.h", |
| 955 "signin/fake_profile_oauth2_token_service.cc", | 955 "signin/fake_profile_oauth2_token_service.cc", |
| 956 "signin/fake_profile_oauth2_token_service.h", | 956 "signin/fake_profile_oauth2_token_service.h", |
| 957 "signin/fake_profile_oauth2_token_service_builder.cc", | 957 "signin/fake_profile_oauth2_token_service_builder.cc", |
| 958 "signin/fake_profile_oauth2_token_service_builder.h", | 958 "signin/fake_profile_oauth2_token_service_builder.h", |
| 959 "signin/fake_signin_manager.cc", | 959 "signin/fake_signin_manager.cc", |
| 960 "signin/fake_signin_manager.h", | 960 "signin/fake_signin_manager.h", |
| 961 "ssl/ssl_client_auth_requestor_mock.cc", | 961 "ssl/ssl_client_auth_requestor_mock.cc", |
| 962 "ssl/ssl_client_auth_requestor_mock.h", | 962 "ssl/ssl_client_auth_requestor_mock.h", |
| 963 "sync/profile_sync_components_factory_mock.cc", | 963 "sync/profile_sync_components_factory_mock.cc", |
| 964 "sync/profile_sync_components_factory_mock.h", | 964 "sync/profile_sync_components_factory_mock.h", |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 ] | 1128 ] |
| 1129 } | 1129 } |
| 1130 | 1130 |
| 1131 if (enable_wifi_bootstrapping) { | 1131 if (enable_wifi_bootstrapping) { |
| 1132 sources += [ | 1132 sources += [ |
| 1133 "local_discovery/wifi/mock_wifi_manager.cc", | 1133 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1134 "local_discovery/wifi/mock_wifi_manager.h", | 1134 "local_discovery/wifi/mock_wifi_manager.h", |
| 1135 ] | 1135 ] |
| 1136 } | 1136 } |
| 1137 } | 1137 } |
| OLD | NEW |