| 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 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.gni") |
| 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 "signin/fake_account_tracker_service.cc", | 757 "signin/fake_account_tracker_service.cc", |
| 758 "signin/fake_account_tracker_service.h", | 758 "signin/fake_account_tracker_service.h", |
| 759 "signin/fake_profile_oauth2_token_service.cc", | 759 "signin/fake_profile_oauth2_token_service.cc", |
| 760 "signin/fake_profile_oauth2_token_service.h", | 760 "signin/fake_profile_oauth2_token_service.h", |
| 761 "signin/fake_profile_oauth2_token_service_builder.cc", | 761 "signin/fake_profile_oauth2_token_service_builder.cc", |
| 762 "signin/fake_profile_oauth2_token_service_builder.h", | 762 "signin/fake_profile_oauth2_token_service_builder.h", |
| 763 "signin/fake_signin_manager.cc", | 763 "signin/fake_signin_manager.cc", |
| 764 "signin/fake_signin_manager.h", | 764 "signin/fake_signin_manager.h", |
| 765 "ssl/ssl_client_auth_requestor_mock.cc", | 765 "ssl/ssl_client_auth_requestor_mock.cc", |
| 766 "ssl/ssl_client_auth_requestor_mock.h", | 766 "ssl/ssl_client_auth_requestor_mock.h", |
| 767 "sync/glue/local_device_info_provider_mock.cc", | |
| 768 "sync/glue/local_device_info_provider_mock.h", | |
| 769 "sync/profile_sync_components_factory_mock.cc", | 767 "sync/profile_sync_components_factory_mock.cc", |
| 770 "sync/profile_sync_components_factory_mock.h", | 768 "sync/profile_sync_components_factory_mock.h", |
| 771 "sync/profile_sync_service_mock.cc", | 769 "sync/profile_sync_service_mock.cc", |
| 772 "sync/profile_sync_service_mock.h", | 770 "sync/profile_sync_service_mock.h", |
| 773 ] | 771 ] |
| 774 | 772 |
| 775 public_deps = [ | 773 public_deps = [ |
| 776 ":browser", | 774 ":browser", |
| 777 "//chrome/browser/ui:test_support", | 775 "//chrome/browser/ui:test_support", |
| 778 ] | 776 ] |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 ] | 922 ] |
| 925 } | 923 } |
| 926 | 924 |
| 927 if (enable_wifi_bootstrapping) { | 925 if (enable_wifi_bootstrapping) { |
| 928 sources += [ | 926 sources += [ |
| 929 "local_discovery/wifi/mock_wifi_manager.cc", | 927 "local_discovery/wifi/mock_wifi_manager.cc", |
| 930 "local_discovery/wifi/mock_wifi_manager.h", | 928 "local_discovery/wifi/mock_wifi_manager.h", |
| 931 ] | 929 ] |
| 932 } | 930 } |
| 933 } | 931 } |
| OLD | NEW |