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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 318213002: Add custom interstitial for captive portals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove notification, add observer for SSLErrorHandler timer. Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 'browser/captive_portal/captive_portal_login_detector.cc', 1200 'browser/captive_portal/captive_portal_login_detector.cc',
1201 'browser/captive_portal/captive_portal_login_detector.h', 1201 'browser/captive_portal/captive_portal_login_detector.h',
1202 'browser/captive_portal/captive_portal_service.cc', 1202 'browser/captive_portal/captive_portal_service.cc',
1203 'browser/captive_portal/captive_portal_service.h', 1203 'browser/captive_portal/captive_portal_service.h',
1204 'browser/captive_portal/captive_portal_service_factory.cc', 1204 'browser/captive_portal/captive_portal_service_factory.cc',
1205 'browser/captive_portal/captive_portal_service_factory.h', 1205 'browser/captive_portal/captive_portal_service_factory.h',
1206 'browser/captive_portal/captive_portal_tab_helper.cc', 1206 'browser/captive_portal/captive_portal_tab_helper.cc',
1207 'browser/captive_portal/captive_portal_tab_helper.h', 1207 'browser/captive_portal/captive_portal_tab_helper.h',
1208 'browser/captive_portal/captive_portal_tab_reloader.cc', 1208 'browser/captive_portal/captive_portal_tab_reloader.cc',
1209 'browser/captive_portal/captive_portal_tab_reloader.h', 1209 'browser/captive_portal/captive_portal_tab_reloader.h',
1210 'browser/ssl/captive_portal_blocking_page.cc',
1211 'browser/ssl/captive_portal_blocking_page.h',
1210 ], 1212 ],
1211 'chrome_browser_content_settings_sources': [ 1213 'chrome_browser_content_settings_sources': [
1212 'browser/content_settings/chrome_content_settings_client.cc', 1214 'browser/content_settings/chrome_content_settings_client.cc',
1213 'browser/content_settings/chrome_content_settings_client.h', 1215 'browser/content_settings/chrome_content_settings_client.h',
1214 'browser/content_settings/chrome_content_settings_utils.cc', 1216 'browser/content_settings/chrome_content_settings_utils.cc',
1215 'browser/content_settings/chrome_content_settings_utils.h', 1217 'browser/content_settings/chrome_content_settings_utils.h',
1216 'browser/content_settings/content_settings_usages_state.cc', 1218 'browser/content_settings/content_settings_usages_state.cc',
1217 'browser/content_settings/content_settings_usages_state.h', 1219 'browser/content_settings/content_settings_usages_state.h',
1218 'browser/content_settings/cookie_settings.cc', 1220 'browser/content_settings/cookie_settings.cc',
1219 'browser/content_settings/cookie_settings.h', 1221 'browser/content_settings/cookie_settings.h',
(...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
2562 'browser/ssl/chrome_ssl_host_state_delegate.h', 2564 'browser/ssl/chrome_ssl_host_state_delegate.h',
2563 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', 2565 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc',
2564 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', 2566 'browser/ssl/chrome_ssl_host_state_delegate_factory.h',
2565 'browser/ssl/ssl_blocking_page.cc', 2567 'browser/ssl/ssl_blocking_page.cc',
2566 'browser/ssl/ssl_blocking_page.h', 2568 'browser/ssl/ssl_blocking_page.h',
2567 'browser/ssl/ssl_client_certificate_selector.h', 2569 'browser/ssl/ssl_client_certificate_selector.h',
2568 'browser/ssl/ssl_error_classification.cc', 2570 'browser/ssl/ssl_error_classification.cc',
2569 'browser/ssl/ssl_error_classification.h', 2571 'browser/ssl/ssl_error_classification.h',
2570 'browser/ssl/ssl_error_info.cc', 2572 'browser/ssl/ssl_error_info.cc',
2571 'browser/ssl/ssl_error_info.h', 2573 'browser/ssl/ssl_error_info.h',
2574 'browser/ssl/ssl_error_handler.cc',
Bernhard Bauer 2014/12/18 18:10:06 Sort alphabetically please ("handler" before "info
meacer 2014/12/19 02:42:24 Done.
2575 'browser/ssl/ssl_error_handler.h',
2572 ], 2576 ],
2573 'chrome_browser_supervised_user_sources': [ 2577 'chrome_browser_supervised_user_sources': [
2574 'browser/supervised_user/child_accounts/child_account_service.cc', 2578 'browser/supervised_user/child_accounts/child_account_service.cc',
2575 'browser/supervised_user/child_accounts/child_account_service.h', 2579 'browser/supervised_user/child_accounts/child_account_service.h',
2576 'browser/supervised_user/child_accounts/child_account_service_factory.cc', 2580 'browser/supervised_user/child_accounts/child_account_service_factory.cc',
2577 'browser/supervised_user/child_accounts/child_account_service_factory.h', 2581 'browser/supervised_user/child_accounts/child_account_service_factory.h',
2578 'browser/supervised_user/child_accounts/family_info_fetcher.cc', 2582 'browser/supervised_user/child_accounts/family_info_fetcher.cc',
2579 'browser/supervised_user/child_accounts/family_info_fetcher.h', 2583 'browser/supervised_user/child_accounts/family_info_fetcher.h',
2580 'browser/supervised_user/custodian_profile_downloader_service.cc', 2584 'browser/supervised_user/custodian_profile_downloader_service.cc',
2581 'browser/supervised_user/custodian_profile_downloader_service.h', 2585 'browser/supervised_user/custodian_profile_downloader_service.h',
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3707 'variables': { 3711 'variables': {
3708 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3712 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3709 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3713 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3710 }, 3714 },
3711 'includes': [ '../build/protoc.gypi' ] 3715 'includes': [ '../build/protoc.gypi' ]
3712 }, 3716 },
3713 ], 3717 ],
3714 },], 3718 },],
3715 ], 3719 ],
3716 } 3720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698