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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10020051: Open a login tab on captive portal detection on SSL loads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix typo in comment, forward declare CaptivePortalTabReloader in the TabHelper Created 8 years, 6 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/ui/tab_contents/tab_contents.cc ('k') | chrome/chrome_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'browser/browsing_data_remover.cc', 353 'browser/browsing_data_remover.cc',
354 'browser/browsing_data_remover.h', 354 'browser/browsing_data_remover.h',
355 'browser/browsing_data_server_bound_cert_helper.cc', 355 'browser/browsing_data_server_bound_cert_helper.cc',
356 'browser/browsing_data_server_bound_cert_helper.h', 356 'browser/browsing_data_server_bound_cert_helper.h',
357 'browser/feedback/feedback_data.cc', 357 'browser/feedback/feedback_data.cc',
358 'browser/feedback/feedback_data.h', 358 'browser/feedback/feedback_data.h',
359 'browser/feedback/feedback_util.cc', 359 'browser/feedback/feedback_util.cc',
360 'browser/feedback/feedback_util.h', 360 'browser/feedback/feedback_util.h',
361 'browser/cancelable_request.cc', 361 'browser/cancelable_request.cc',
362 'browser/cancelable_request.h', 362 'browser/cancelable_request.h',
363 'browser/captive_portal/captive_portal_login_detector.cc',
364 'browser/captive_portal/captive_portal_login_detector.h',
363 'browser/captive_portal/captive_portal_service.cc', 365 'browser/captive_portal/captive_portal_service.cc',
364 'browser/captive_portal/captive_portal_service.h', 366 'browser/captive_portal/captive_portal_service.h',
365 'browser/captive_portal/captive_portal_service_factory.cc', 367 'browser/captive_portal/captive_portal_service_factory.cc',
366 'browser/captive_portal/captive_portal_service_factory.h', 368 'browser/captive_portal/captive_portal_service_factory.h',
369 'browser/captive_portal/captive_portal_tab_helper.cc',
370 'browser/captive_portal/captive_portal_tab_helper.h',
371 'browser/captive_portal/captive_portal_tab_reloader.cc',
372 'browser/captive_portal/captive_portal_tab_reloader.h',
367 'browser/certificate_manager_model.cc', 373 'browser/certificate_manager_model.cc',
368 'browser/certificate_manager_model.h', 374 'browser/certificate_manager_model.h',
369 'browser/certificate_viewer.cc', 375 'browser/certificate_viewer.cc',
370 'browser/certificate_viewer.h', 376 'browser/certificate_viewer.h',
371 'browser/character_encoding.cc', 377 'browser/character_encoding.cc',
372 'browser/character_encoding.h', 378 'browser/character_encoding.h',
373 'browser/chrome_benchmarking_message_filter.cc', 379 'browser/chrome_benchmarking_message_filter.cc',
374 'browser/chrome_benchmarking_message_filter.h', 380 'browser/chrome_benchmarking_message_filter.h',
375 'browser/chrome_browser_application_mac.h', 381 'browser/chrome_browser_application_mac.h',
376 'browser/chrome_browser_application_mac.mm', 382 'browser/chrome_browser_application_mac.mm',
(...skipping 4274 matching lines...) Expand 10 before | Expand all | Expand 10 after
4651 'sources/': [ 4657 'sources/': [
4652 ['exclude', '^browser/automation/'], 4658 ['exclude', '^browser/automation/'],
4653 ], 4659 ],
4654 }], 4660 }],
4655 ['enable_printing!=1', { 4661 ['enable_printing!=1', {
4656 'sources/': [ 4662 'sources/': [
4657 ['exclude', '^browser/printing/'], 4663 ['exclude', '^browser/printing/'],
4658 ['exclude', '^browser/ui/webui/print_preview/'], 4664 ['exclude', '^browser/ui/webui/print_preview/'],
4659 ], 4665 ],
4660 }], 4666 }],
4667 ['enable_captive_portal_detection!=1', {
4668 'sources/': [
4669 ['exclude', '^browser/captive_portal/'],
4670 ],
4671 }],
4661 ['enable_session_service!=1', { 4672 ['enable_session_service!=1', {
4662 'sources!': [ 4673 'sources!': [
4663 'browser/sessions/session_restore.cc', 4674 'browser/sessions/session_restore.cc',
4664 'browser/sessions/session_service.cc', 4675 'browser/sessions/session_service.cc',
4665 'browser/sessions/session_service.h', 4676 'browser/sessions/session_service.h',
4666 'browser/sessions/session_service_factory.cc', 4677 'browser/sessions/session_service_factory.cc',
4667 'browser/sessions/session_service_factory.h', 4678 'browser/sessions/session_service_factory.h',
4668 ], 4679 ],
4669 }], 4680 }],
4670 ['OS=="android"', { 4681 ['OS=="android"', {
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
5214 'browser/metrics/proto/study.proto', 5225 'browser/metrics/proto/study.proto',
5215 ], 5226 ],
5216 'variables': { 5227 'variables': {
5217 'proto_in_dir': 'browser/metrics/proto', 5228 'proto_in_dir': 'browser/metrics/proto',
5218 'proto_out_dir': 'chrome/browser/metrics/proto', 5229 'proto_out_dir': 'chrome/browser/metrics/proto',
5219 }, 5230 },
5220 'includes': [ '../build/protoc.gypi' ] 5231 'includes': [ '../build/protoc.gypi' ]
5221 }, 5232 },
5222 ], 5233 ],
5223 } 5234 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698