Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 1467803003: Get 'gn_all' building on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios arm build, non-ios build Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/webp_transcode/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 7
8 declare_args() { 8 declare_args() {
9 google_test_gaia_client_id = "" 9 google_test_gaia_client_id = ""
10 google_test_gaia_client_secret = "" 10 google_test_gaia_client_secret = ""
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "net/ios_chrome_url_request_context_getter.cc", 236 "net/ios_chrome_url_request_context_getter.cc",
237 "net/ios_chrome_url_request_context_getter.h", 237 "net/ios_chrome_url_request_context_getter.h",
238 "net/metrics_network_client.h", 238 "net/metrics_network_client.h",
239 "net/metrics_network_client.mm", 239 "net/metrics_network_client.mm",
240 "net/metrics_network_client_manager.h", 240 "net/metrics_network_client_manager.h",
241 "net/metrics_network_client_manager.mm", 241 "net/metrics_network_client_manager.mm",
242 "net/proxy_service_factory.cc", 242 "net/proxy_service_factory.cc",
243 "net/proxy_service_factory.h", 243 "net/proxy_service_factory.h",
244 "net/retryable_url_fetcher.h", 244 "net/retryable_url_fetcher.h",
245 "net/retryable_url_fetcher.mm", 245 "net/retryable_url_fetcher.mm",
246 "ntp_snippets/ios_chrome_ntp_snippets_service_factory.cc",
246 "open_from_clipboard/create_clipboard_recent_content.h", 247 "open_from_clipboard/create_clipboard_recent_content.h",
247 "open_from_clipboard/create_clipboard_recent_content.mm", 248 "open_from_clipboard/create_clipboard_recent_content.mm",
248 "passwords/ios_chrome_password_manager_setting_migrator_service_factory.cc", 249 "passwords/ios_chrome_password_manager_setting_migrator_service_factory.cc",
249 "passwords/ios_chrome_password_manager_setting_migrator_service_factory.h", 250 "passwords/ios_chrome_password_manager_setting_migrator_service_factory.h",
250 "passwords/ios_chrome_password_store_factory.cc", 251 "passwords/ios_chrome_password_store_factory.cc",
251 "passwords/ios_chrome_password_store_factory.h", 252 "passwords/ios_chrome_password_store_factory.h",
252 "passwords/password_generation_utils.h", 253 "passwords/password_generation_utils.h",
253 "passwords/password_generation_utils.mm", 254 "passwords/password_generation_utils.mm",
254 "pref_names.cc", 255 "pref_names.cc",
255 "pref_names.h", 256 "pref_names.h",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "//components/invalidation/public", 493 "//components/invalidation/public",
493 "//components/keyed_service/core", 494 "//components/keyed_service/core",
494 "//components/keyed_service/ios", 495 "//components/keyed_service/ios",
495 "//components/leveldb_proto", 496 "//components/leveldb_proto",
496 "//components/metrics", 497 "//components/metrics",
497 "//components/metrics:net", 498 "//components/metrics:net",
498 "//components/metrics:profiler", 499 "//components/metrics:profiler",
499 "//components/metrics:ui", 500 "//components/metrics:ui",
500 "//components/net_log", 501 "//components/net_log",
501 "//components/network_time", 502 "//components/network_time",
503 "//components/ntp_snippets",
502 "//components/omnibox/browser", 504 "//components/omnibox/browser",
503 "//components/open_from_clipboard", 505 "//components/open_from_clipboard",
504 "//components/password_manager/core/browser", 506 "//components/password_manager/core/browser",
505 "//components/password_manager/sync/browser", 507 "//components/password_manager/sync/browser",
506 "//components/policy:policy_component_common", 508 "//components/policy:policy_component_common",
507 "//components/pref_registry", 509 "//components/pref_registry",
508 "//components/profile_metrics", 510 "//components/profile_metrics",
509 "//components/proxy_config", 511 "//components/proxy_config",
510 "//components/rappor", 512 "//components/rappor",
511 "//components/resources", 513 "//components/resources",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 "//components/signin/ios/browser", 660 "//components/signin/ios/browser",
659 "//ios/chrome/browser", 661 "//ios/chrome/browser",
660 "//ios/chrome/test", 662 "//ios/chrome/test",
661 "//ios/public/provider/chrome/browser", 663 "//ios/public/provider/chrome/browser",
662 "//testing/gmock", 664 "//testing/gmock",
663 "//testing/gtest", 665 "//testing/gtest",
664 "//ui/base", 666 "//ui/base",
665 "//url", 667 "//url",
666 ] 668 ]
667 } 669 }
OLDNEW
« no previous file with comments | « components/webp_transcode/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698