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

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

Issue 1566753002: Upstream iOS SSL blocking page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@non-virtual-string-provider
Patch Set: Add OWNERS file Created 4 years, 11 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/ssl/OWNERS » ('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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "snapshots/lru_cache.h", 338 "snapshots/lru_cache.h",
339 "snapshots/lru_cache.mm", 339 "snapshots/lru_cache.mm",
340 "snapshots/snapshot_cache.h", 340 "snapshots/snapshot_cache.h",
341 "snapshots/snapshot_cache.mm", 341 "snapshots/snapshot_cache.mm",
342 "snapshots/snapshot_manager.h", 342 "snapshots/snapshot_manager.h",
343 "snapshots/snapshot_manager.mm", 343 "snapshots/snapshot_manager.mm",
344 "snapshots/snapshot_overlay.h", 344 "snapshots/snapshot_overlay.h",
345 "snapshots/snapshot_overlay.mm", 345 "snapshots/snapshot_overlay.mm",
346 "snapshots/snapshots_util.h", 346 "snapshots/snapshots_util.h",
347 "snapshots/snapshots_util.mm", 347 "snapshots/snapshots_util.mm",
348 "ssl/ios_ssl_blocking_page.cc",
349 "ssl/ios_ssl_blocking_page.h",
348 "suggestions/image_fetcher_impl.h", 350 "suggestions/image_fetcher_impl.h",
349 "suggestions/image_fetcher_impl.mm", 351 "suggestions/image_fetcher_impl.mm",
350 "suggestions/suggestions_service_factory.h", 352 "suggestions/suggestions_service_factory.h",
351 "suggestions/suggestions_service_factory.mm", 353 "suggestions/suggestions_service_factory.mm",
352 "sync/glue/sync_start_util.cc", 354 "sync/glue/sync_start_util.cc",
353 "sync/glue/sync_start_util.h", 355 "sync/glue/sync_start_util.h",
354 "sync/ios_chrome_profile_sync_service_factory.cc", 356 "sync/ios_chrome_profile_sync_service_factory.cc",
355 "sync/ios_chrome_profile_sync_service_factory.h", 357 "sync/ios_chrome_profile_sync_service_factory.h",
356 "sync/ios_chrome_sync_client.cc", 358 "sync/ios_chrome_sync_client.cc",
357 "sync/ios_chrome_sync_client.h", 359 "sync/ios_chrome_sync_client.h",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "//ios/chrome/common", 694 "//ios/chrome/common",
693 "//ios/chrome/test", 695 "//ios/chrome/test",
694 "//ios/public/provider/chrome/browser", 696 "//ios/public/provider/chrome/browser",
695 "//ios/web", 697 "//ios/web",
696 "//testing/gmock", 698 "//testing/gmock",
697 "//testing/gtest", 699 "//testing/gtest",
698 "//ui/base", 700 "//ui/base",
699 "//url", 701 "//url",
700 ] 702 ]
701 } 703 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ssl/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698