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

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

Issue 1725533004: Enable iPad Tab Switcher by default on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment. Created 4 years, 10 months 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 | « no previous file | ios/chrome/browser/experimental_flags.mm » ('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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "signin/signin_error_controller_factory.h", 352 "signin/signin_error_controller_factory.h",
353 "signin/signin_manager_factory.cc", 353 "signin/signin_manager_factory.cc",
354 "signin/signin_manager_factory.h", 354 "signin/signin_manager_factory.h",
355 "signin/signin_manager_factory_observer.h", 355 "signin/signin_manager_factory_observer.h",
356 "signin/signin_util.h", 356 "signin/signin_util.h",
357 "signin/signin_util.mm", 357 "signin/signin_util.mm",
358 "snapshots/lru_cache.h", 358 "snapshots/lru_cache.h",
359 "snapshots/lru_cache.mm", 359 "snapshots/lru_cache.mm",
360 "snapshots/snapshot_cache.h", 360 "snapshots/snapshot_cache.h",
361 "snapshots/snapshot_cache.mm", 361 "snapshots/snapshot_cache.mm",
362 "snapshots/snapshot_cache_internal.h",
362 "snapshots/snapshot_manager.h", 363 "snapshots/snapshot_manager.h",
363 "snapshots/snapshot_manager.mm", 364 "snapshots/snapshot_manager.mm",
364 "snapshots/snapshot_overlay.h", 365 "snapshots/snapshot_overlay.h",
365 "snapshots/snapshot_overlay.mm", 366 "snapshots/snapshot_overlay.mm",
366 "snapshots/snapshots_util.h", 367 "snapshots/snapshots_util.h",
367 "snapshots/snapshots_util.mm", 368 "snapshots/snapshots_util.mm",
368 "ssl/ios_chrome_security_state_model_client.h", 369 "ssl/ios_chrome_security_state_model_client.h",
369 "ssl/ios_chrome_security_state_model_client.mm", 370 "ssl/ios_chrome_security_state_model_client.mm",
370 "ssl/ios_ssl_blocking_page.h", 371 "ssl/ios_ssl_blocking_page.h",
371 "ssl/ios_ssl_blocking_page.mm", 372 "ssl/ios_ssl_blocking_page.mm",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 "//ios/public/provider/chrome/browser", 742 "//ios/public/provider/chrome/browser",
742 "//ios/public/provider/chrome/browser:test_support", 743 "//ios/public/provider/chrome/browser:test_support",
743 "//ios/web", 744 "//ios/web",
744 "//sync", 745 "//sync",
745 "//testing/gmock", 746 "//testing/gmock",
746 "//testing/gtest", 747 "//testing/gtest",
747 "//ui/base", 748 "//ui/base",
748 "//url", 749 "//url",
749 ] 750 ]
750 } 751 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698