Chromium Code Reviews| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1033 "signin/fake_gaia_cookie_manager_service.cc", | 1033 "signin/fake_gaia_cookie_manager_service.cc", |
| 1034 "signin/fake_gaia_cookie_manager_service.h", | 1034 "signin/fake_gaia_cookie_manager_service.h", |
| 1035 "signin/fake_profile_oauth2_token_service_builder.cc", | 1035 "signin/fake_profile_oauth2_token_service_builder.cc", |
| 1036 "signin/fake_profile_oauth2_token_service_builder.h", | 1036 "signin/fake_profile_oauth2_token_service_builder.h", |
| 1037 "signin/fake_signin_manager_builder.cc", | 1037 "signin/fake_signin_manager_builder.cc", |
| 1038 "signin/fake_signin_manager_builder.h", | 1038 "signin/fake_signin_manager_builder.h", |
| 1039 "ssl/ssl_client_auth_requestor_mock.cc", | 1039 "ssl/ssl_client_auth_requestor_mock.cc", |
| 1040 "ssl/ssl_client_auth_requestor_mock.h", | 1040 "ssl/ssl_client_auth_requestor_mock.h", |
| 1041 "sync/profile_sync_service_mock.cc", | 1041 "sync/profile_sync_service_mock.cc", |
| 1042 "sync/profile_sync_service_mock.h", | 1042 "sync/profile_sync_service_mock.h", |
| 1043 "sync/profile_sync_test_util.cc", | |
| 1044 "sync/profile_sync_test_util.h", | |
|
Nicolas Zea
2015/10/28 20:33:18
Does this imply we weren't actually using any of t
maxbogue
2015/10/28 23:19:11
Ah no, it's just that in chrome/chrome_tests_unit.
| |
| 1043 ] | 1045 ] |
| 1044 | 1046 |
| 1045 configs += [ "//build/config:precompiled_headers" ] | 1047 configs += [ "//build/config:precompiled_headers" ] |
| 1046 | 1048 |
| 1047 public_deps = [ | 1049 public_deps = [ |
| 1048 ":browser", | 1050 ":browser", |
| 1049 "//chrome/browser/ui:test_support", | 1051 "//chrome/browser/ui:test_support", |
| 1050 ] | 1052 ] |
| 1051 deps = [ | 1053 deps = [ |
| 1052 "//base:prefs_test_support", | 1054 "//base:prefs_test_support", |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1254 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1256 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1255 deps = [ | 1257 deps = [ |
| 1256 "//components/google/core/browser", | 1258 "//components/google/core/browser", |
| 1257 "//components/omnibox/browser", | 1259 "//components/omnibox/browser", |
| 1258 "//components/rlz", | 1260 "//components/rlz", |
| 1259 "//components/search_engines", | 1261 "//components/search_engines", |
| 1260 "//rlz:rlz_lib", | 1262 "//rlz:rlz_lib", |
| 1261 ] | 1263 ] |
| 1262 } | 1264 } |
| 1263 } | 1265 } |
| OLD | NEW |