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

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: Fix Android builds Created 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ssl/ssl_error_handler_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 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 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'browser/captive_portal/captive_portal_login_detector.cc', 1214 'browser/captive_portal/captive_portal_login_detector.cc',
1215 'browser/captive_portal/captive_portal_login_detector.h', 1215 'browser/captive_portal/captive_portal_login_detector.h',
1216 'browser/captive_portal/captive_portal_service.cc', 1216 'browser/captive_portal/captive_portal_service.cc',
1217 'browser/captive_portal/captive_portal_service.h', 1217 'browser/captive_portal/captive_portal_service.h',
1218 'browser/captive_portal/captive_portal_service_factory.cc', 1218 'browser/captive_portal/captive_portal_service_factory.cc',
1219 'browser/captive_portal/captive_portal_service_factory.h', 1219 'browser/captive_portal/captive_portal_service_factory.h',
1220 'browser/captive_portal/captive_portal_tab_helper.cc', 1220 'browser/captive_portal/captive_portal_tab_helper.cc',
1221 'browser/captive_portal/captive_portal_tab_helper.h', 1221 'browser/captive_portal/captive_portal_tab_helper.h',
1222 'browser/captive_portal/captive_portal_tab_reloader.cc', 1222 'browser/captive_portal/captive_portal_tab_reloader.cc',
1223 'browser/captive_portal/captive_portal_tab_reloader.h', 1223 'browser/captive_portal/captive_portal_tab_reloader.h',
1224 'browser/ssl/captive_portal_blocking_page.cc',
1225 'browser/ssl/captive_portal_blocking_page.h',
1224 ], 1226 ],
1225 'chrome_browser_content_settings_sources': [ 1227 'chrome_browser_content_settings_sources': [
1226 'browser/content_settings/chrome_content_settings_client.cc', 1228 'browser/content_settings/chrome_content_settings_client.cc',
1227 'browser/content_settings/chrome_content_settings_client.h', 1229 'browser/content_settings/chrome_content_settings_client.h',
1228 'browser/content_settings/chrome_content_settings_utils.cc', 1230 'browser/content_settings/chrome_content_settings_utils.cc',
1229 'browser/content_settings/chrome_content_settings_utils.h', 1231 'browser/content_settings/chrome_content_settings_utils.h',
1230 'browser/content_settings/content_settings_usages_state.cc', 1232 'browser/content_settings/content_settings_usages_state.cc',
1231 'browser/content_settings/content_settings_usages_state.h', 1233 'browser/content_settings/content_settings_usages_state.h',
1232 'browser/content_settings/cookie_settings.cc', 1234 'browser/content_settings/cookie_settings.cc',
1233 'browser/content_settings/cookie_settings.h', 1235 'browser/content_settings/cookie_settings.h',
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 'chrome_browser_ssl_sources': [ 2555 'chrome_browser_ssl_sources': [
2554 'browser/ssl/chrome_ssl_host_state_delegate.cc', 2556 'browser/ssl/chrome_ssl_host_state_delegate.cc',
2555 'browser/ssl/chrome_ssl_host_state_delegate.h', 2557 'browser/ssl/chrome_ssl_host_state_delegate.h',
2556 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', 2558 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc',
2557 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', 2559 'browser/ssl/chrome_ssl_host_state_delegate_factory.h',
2558 'browser/ssl/ssl_blocking_page.cc', 2560 'browser/ssl/ssl_blocking_page.cc',
2559 'browser/ssl/ssl_blocking_page.h', 2561 'browser/ssl/ssl_blocking_page.h',
2560 'browser/ssl/ssl_client_certificate_selector.h', 2562 'browser/ssl/ssl_client_certificate_selector.h',
2561 'browser/ssl/ssl_error_classification.cc', 2563 'browser/ssl/ssl_error_classification.cc',
2562 'browser/ssl/ssl_error_classification.h', 2564 'browser/ssl/ssl_error_classification.h',
2565 'browser/ssl/ssl_error_handler.cc',
2566 'browser/ssl/ssl_error_handler.h',
2563 'browser/ssl/ssl_error_info.cc', 2567 'browser/ssl/ssl_error_info.cc',
2564 'browser/ssl/ssl_error_info.h', 2568 'browser/ssl/ssl_error_info.h',
2565 ], 2569 ],
2566 'chrome_browser_supervised_user_sources': [ 2570 'chrome_browser_supervised_user_sources': [
2567 'browser/supervised_user/child_accounts/child_account_service.cc', 2571 'browser/supervised_user/child_accounts/child_account_service.cc',
2568 'browser/supervised_user/child_accounts/child_account_service.h', 2572 'browser/supervised_user/child_accounts/child_account_service.h',
2569 'browser/supervised_user/child_accounts/child_account_service_android.cc', 2573 'browser/supervised_user/child_accounts/child_account_service_android.cc',
2570 'browser/supervised_user/child_accounts/child_account_service_android.h', 2574 'browser/supervised_user/child_accounts/child_account_service_android.h',
2571 'browser/supervised_user/child_accounts/child_account_service_factory.cc', 2575 'browser/supervised_user/child_accounts/child_account_service_factory.cc',
2572 'browser/supervised_user/child_accounts/child_account_service_factory.h', 2576 'browser/supervised_user/child_accounts/child_account_service_factory.h',
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
3711 'variables': { 3715 'variables': {
3712 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3716 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3713 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3717 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3714 }, 3718 },
3715 'includes': [ '../build/protoc.gypi' ] 3719 'includes': [ '../build/protoc.gypi' ]
3716 }, 3720 },
3717 ], 3721 ],
3718 },], 3722 },],
3719 ], 3723 ],
3720 } 3724 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_error_handler_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698