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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 171423005: Added in-session captive portal notification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleted useless NotificaionDisplayed(). Created 6 years, 10 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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'browser/chromeos/mobile_config.cc', 656 'browser/chromeos/mobile_config.cc',
657 'browser/chromeos/mobile_config.h', 657 'browser/chromeos/mobile_config.h',
658 'browser/chromeos/net/cert_verify_proc_chromeos.cc', 658 'browser/chromeos/net/cert_verify_proc_chromeos.cc',
659 'browser/chromeos/net/cert_verify_proc_chromeos.h', 659 'browser/chromeos/net/cert_verify_proc_chromeos.h',
660 'browser/chromeos/net/network_portal_detector.cc', 660 'browser/chromeos/net/network_portal_detector.cc',
661 'browser/chromeos/net/network_portal_detector.h', 661 'browser/chromeos/net/network_portal_detector.h',
662 'browser/chromeos/net/network_portal_detector_impl.cc', 662 'browser/chromeos/net/network_portal_detector_impl.cc',
663 'browser/chromeos/net/network_portal_detector_impl.h', 663 'browser/chromeos/net/network_portal_detector_impl.h',
664 'browser/chromeos/net/network_portal_detector_test_impl.cc', 664 'browser/chromeos/net/network_portal_detector_test_impl.cc',
665 'browser/chromeos/net/network_portal_detector_test_impl.h', 665 'browser/chromeos/net/network_portal_detector_test_impl.h',
666 'browser/chromeos/net/network_portal_notification_controller.cc',
667 'browser/chromeos/net/network_portal_notification_controller.h',
666 'browser/chromeos/net/onc_utils.cc', 668 'browser/chromeos/net/onc_utils.cc',
667 'browser/chromeos/net/onc_utils.h', 669 'browser/chromeos/net/onc_utils.h',
668 'browser/chromeos/net/proxy_config_handler.cc', 670 'browser/chromeos/net/proxy_config_handler.cc',
669 'browser/chromeos/net/proxy_config_handler.h', 671 'browser/chromeos/net/proxy_config_handler.h',
670 'browser/chromeos/offline/offline_load_page.cc', 672 'browser/chromeos/offline/offline_load_page.cc',
671 'browser/chromeos/offline/offline_load_page.h', 673 'browser/chromeos/offline/offline_load_page.h',
672 'browser/chromeos/options/cert_library.cc', 674 'browser/chromeos/options/cert_library.cc',
673 'browser/chromeos/options/cert_library.h', 675 'browser/chromeos/options/cert_library.h',
674 'browser/chromeos/options/network_config_view.cc', 676 'browser/chromeos/options/network_config_view.cc',
675 'browser/chromeos/options/network_config_view.h', 677 'browser/chromeos/options/network_config_view.h',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 'browser/chromeos/attestation/attestation_signed_data.proto', 1033 'browser/chromeos/attestation/attestation_signed_data.proto',
1032 ], 1034 ],
1033 'variables': { 1035 'variables': {
1034 'proto_in_dir': 'browser/chromeos/attestation', 1036 'proto_in_dir': 'browser/chromeos/attestation',
1035 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1037 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1036 }, 1038 },
1037 'includes': [ '../build/protoc.gypi' ] 1039 'includes': [ '../build/protoc.gypi' ]
1038 }, 1040 },
1039 ], 1041 ],
1040 } 1042 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698