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

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: Update comments 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
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'browser/browsing_data_remover.cc', 343 'browser/browsing_data_remover.cc',
344 'browser/browsing_data_remover.h', 344 'browser/browsing_data_remover.h',
345 'browser/browsing_data_server_bound_cert_helper.cc', 345 'browser/browsing_data_server_bound_cert_helper.cc',
346 'browser/browsing_data_server_bound_cert_helper.h', 346 'browser/browsing_data_server_bound_cert_helper.h',
347 'browser/feedback/feedback_data.cc', 347 'browser/feedback/feedback_data.cc',
348 'browser/feedback/feedback_data.h', 348 'browser/feedback/feedback_data.h',
349 'browser/feedback/feedback_util.cc', 349 'browser/feedback/feedback_util.cc',
350 'browser/feedback/feedback_util.h', 350 'browser/feedback/feedback_util.h',
351 'browser/cancelable_request.cc', 351 'browser/cancelable_request.cc',
352 'browser/cancelable_request.h', 352 'browser/cancelable_request.h',
353 'browser/captive_portal/captive_portal_login_detector.cc',
354 'browser/captive_portal/captive_portal_login_detector.h',
353 'browser/captive_portal/captive_portal_service.cc', 355 'browser/captive_portal/captive_portal_service.cc',
354 'browser/captive_portal/captive_portal_service.h', 356 'browser/captive_portal/captive_portal_service.h',
355 'browser/captive_portal/captive_portal_service_factory.cc', 357 'browser/captive_portal/captive_portal_service_factory.cc',
356 'browser/captive_portal/captive_portal_service_factory.h', 358 'browser/captive_portal/captive_portal_service_factory.h',
359 'browser/captive_portal/captive_portal_tab_helper.cc',
360 'browser/captive_portal/captive_portal_tab_helper.h',
361 'browser/captive_portal/captive_portal_tab_reloader.cc',
362 'browser/captive_portal/captive_portal_tab_reloader.h',
357 'browser/certificate_manager_model.cc', 363 'browser/certificate_manager_model.cc',
358 'browser/certificate_manager_model.h', 364 'browser/certificate_manager_model.h',
359 'browser/certificate_viewer.cc', 365 'browser/certificate_viewer.cc',
360 'browser/certificate_viewer.h', 366 'browser/certificate_viewer.h',
361 'browser/character_encoding.cc', 367 'browser/character_encoding.cc',
362 'browser/character_encoding.h', 368 'browser/character_encoding.h',
363 'browser/chrome_benchmarking_message_filter.cc', 369 'browser/chrome_benchmarking_message_filter.cc',
364 'browser/chrome_benchmarking_message_filter.h', 370 'browser/chrome_benchmarking_message_filter.h',
365 'browser/chrome_browser_application_mac.h', 371 'browser/chrome_browser_application_mac.h',
366 'browser/chrome_browser_application_mac.mm', 372 'browser/chrome_browser_application_mac.mm',
(...skipping 4737 matching lines...) Expand 10 before | Expand all | Expand 10 after
5104 'browser/metrics/proto/study.proto', 5110 'browser/metrics/proto/study.proto',
5105 ], 5111 ],
5106 'variables': { 5112 'variables': {
5107 'proto_in_dir': 'browser/metrics/proto', 5113 'proto_in_dir': 'browser/metrics/proto',
5108 'proto_out_dir': 'chrome/browser/metrics/proto', 5114 'proto_out_dir': 'chrome/browser/metrics/proto',
5109 }, 5115 },
5110 'includes': [ '../build/protoc.gypi' ] 5116 'includes': [ '../build/protoc.gypi' ]
5111 }, 5117 },
5112 ], 5118 ],
5113 } 5119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698