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

Side by Side Diff: ios/chrome/ios_chrome.gyp

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 | « ios/chrome/browser/ssl/ios_ssl_blocking_page.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'browser/snapshots/lru_cache.h', 490 'browser/snapshots/lru_cache.h',
491 'browser/snapshots/lru_cache.mm', 491 'browser/snapshots/lru_cache.mm',
492 'browser/snapshots/snapshot_cache.h', 492 'browser/snapshots/snapshot_cache.h',
493 'browser/snapshots/snapshot_cache.mm', 493 'browser/snapshots/snapshot_cache.mm',
494 'browser/snapshots/snapshot_manager.h', 494 'browser/snapshots/snapshot_manager.h',
495 'browser/snapshots/snapshot_manager.mm', 495 'browser/snapshots/snapshot_manager.mm',
496 'browser/snapshots/snapshot_overlay.h', 496 'browser/snapshots/snapshot_overlay.h',
497 'browser/snapshots/snapshot_overlay.mm', 497 'browser/snapshots/snapshot_overlay.mm',
498 'browser/snapshots/snapshots_util.h', 498 'browser/snapshots/snapshots_util.h',
499 'browser/snapshots/snapshots_util.mm', 499 'browser/snapshots/snapshots_util.mm',
500 'browser/ssl/ios_ssl_blocking_page.cc',
501 'browser/ssl/ios_ssl_blocking_page.h',
500 'browser/suggestions/image_fetcher_impl.h', 502 'browser/suggestions/image_fetcher_impl.h',
501 'browser/suggestions/image_fetcher_impl.mm', 503 'browser/suggestions/image_fetcher_impl.mm',
502 'browser/suggestions/suggestions_service_factory.h', 504 'browser/suggestions/suggestions_service_factory.h',
503 'browser/suggestions/suggestions_service_factory.mm', 505 'browser/suggestions/suggestions_service_factory.mm',
504 'browser/sync/glue/sync_start_util.cc', 506 'browser/sync/glue/sync_start_util.cc',
505 'browser/sync/glue/sync_start_util.h', 507 'browser/sync/glue/sync_start_util.h',
506 'browser/sync/ios_chrome_profile_sync_service_factory.cc', 508 'browser/sync/ios_chrome_profile_sync_service_factory.cc',
507 'browser/sync/ios_chrome_profile_sync_service_factory.h', 509 'browser/sync/ios_chrome_profile_sync_service_factory.h',
508 'browser/sync/ios_chrome_sync_client.cc', 510 'browser/sync/ios_chrome_sync_client.cc',
509 'browser/sync/ios_chrome_sync_client.h', 511 'browser/sync/ios_chrome_sync_client.h',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'variables': { 844 'variables': {
843 'proto_in_dir': 'browser/safe_browsing', 845 'proto_in_dir': 'browser/safe_browsing',
844 'proto_out_dir': 'ios/chrome/browser/safe_browsing', 846 'proto_out_dir': 'ios/chrome/browser/safe_browsing',
845 }, 847 },
846 'includes': [ '../../build/protoc.gypi' ], 848 'includes': [ '../../build/protoc.gypi' ],
847 }, 849 },
848 ], 850 ],
849 }], 851 }],
850 ], 852 ],
851 } 853 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ssl/ios_ssl_blocking_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698