OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
7 import("//third_party/protobuf/proto_library.gni") | 7 import("//third_party/protobuf/proto_library.gni") |
8 | 8 |
9 declare_args() { | 9 declare_args() { |
10 google_test_gaia_client_id = "" | 10 google_test_gaia_client_id = "" |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 "net/metrics_network_client.mm", | 272 "net/metrics_network_client.mm", |
273 "net/metrics_network_client_manager.h", | 273 "net/metrics_network_client_manager.h", |
274 "net/metrics_network_client_manager.mm", | 274 "net/metrics_network_client_manager.mm", |
275 "net/net_types.h", | 275 "net/net_types.h", |
276 "net/proxy_service_factory.cc", | 276 "net/proxy_service_factory.cc", |
277 "net/proxy_service_factory.h", | 277 "net/proxy_service_factory.h", |
278 "net/retryable_url_fetcher.h", | 278 "net/retryable_url_fetcher.h", |
279 "net/retryable_url_fetcher.mm", | 279 "net/retryable_url_fetcher.mm", |
280 "notification_promo.cc", | 280 "notification_promo.cc", |
281 "notification_promo.h", | 281 "notification_promo.h", |
282 "ntp_snippets/ios_chrome_ntp_snippets_service_factory.cc", | 282 "ntp_snippets/ios_chrome_content_suggestions_service_factory.cc", |
283 "ntp_snippets/ios_chrome_ntp_snippets_service_factory.h", | 283 "ntp_snippets/ios_chrome_content_suggestions_service_factory.h", |
284 "open_from_clipboard/create_clipboard_recent_content.h", | 284 "open_from_clipboard/create_clipboard_recent_content.h", |
285 "open_from_clipboard/create_clipboard_recent_content.mm", | 285 "open_from_clipboard/create_clipboard_recent_content.mm", |
286 "passwords/credential_manager.h", | 286 "passwords/credential_manager.h", |
287 "passwords/credential_manager.mm", | 287 "passwords/credential_manager.mm", |
288 "passwords/ios_chrome_password_manager_client.h", | 288 "passwords/ios_chrome_password_manager_client.h", |
289 "passwords/ios_chrome_password_manager_client.mm", | 289 "passwords/ios_chrome_password_manager_client.mm", |
290 "passwords/ios_chrome_password_manager_driver.h", | 290 "passwords/ios_chrome_password_manager_driver.h", |
291 "passwords/ios_chrome_password_manager_driver.mm", | 291 "passwords/ios_chrome_password_manager_driver.mm", |
292 "passwords/ios_chrome_password_manager_infobar_delegate.h", | 292 "passwords/ios_chrome_password_manager_infobar_delegate.h", |
293 "passwords/ios_chrome_password_manager_infobar_delegate.mm", | 293 "passwords/ios_chrome_password_manager_infobar_delegate.mm", |
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 "//ios/public/provider/chrome/browser", | 836 "//ios/public/provider/chrome/browser", |
837 "//ios/public/provider/chrome/browser:test_support", | 837 "//ios/public/provider/chrome/browser:test_support", |
838 "//ios/web", | 838 "//ios/web", |
839 "//net:test_support", | 839 "//net:test_support", |
840 "//testing/gmock", | 840 "//testing/gmock", |
841 "//testing/gtest", | 841 "//testing/gtest", |
842 "//ui/base", | 842 "//ui/base", |
843 "//url", | 843 "//url", |
844 ] | 844 ] |
845 } | 845 } |
OLD | NEW |