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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'browser/chromeos/login/wizard_controller.cc', 643 'browser/chromeos/login/wizard_controller.cc',
644 'browser/chromeos/login/wizard_controller.h', 644 'browser/chromeos/login/wizard_controller.h',
645 'browser/chromeos/memory/low_memory_observer.cc', 645 'browser/chromeos/memory/low_memory_observer.cc',
646 'browser/chromeos/memory/low_memory_observer.h', 646 'browser/chromeos/memory/low_memory_observer.h',
647 'browser/chromeos/memory/oom_priority_manager.cc', 647 'browser/chromeos/memory/oom_priority_manager.cc',
648 'browser/chromeos/memory/oom_priority_manager.h', 648 'browser/chromeos/memory/oom_priority_manager.h',
649 'browser/chromeos/mobile/mobile_activator.cc', 649 'browser/chromeos/mobile/mobile_activator.cc',
650 'browser/chromeos/mobile/mobile_activator.h', 650 'browser/chromeos/mobile/mobile_activator.h',
651 'browser/chromeos/mobile_config.cc', 651 'browser/chromeos/mobile_config.cc',
652 'browser/chromeos/mobile_config.h', 652 'browser/chromeos/mobile_config.h',
653 'browser/chromeos/net/captive_portal_ignore_proxy_policy_values.h',
653 'browser/chromeos/net/cert_verify_proc_chromeos.cc', 654 'browser/chromeos/net/cert_verify_proc_chromeos.cc',
654 'browser/chromeos/net/cert_verify_proc_chromeos.h', 655 'browser/chromeos/net/cert_verify_proc_chromeos.h',
655 'browser/chromeos/net/client_cert_filter_chromeos.cc', 656 'browser/chromeos/net/client_cert_filter_chromeos.cc',
656 'browser/chromeos/net/client_cert_filter_chromeos.h', 657 'browser/chromeos/net/client_cert_filter_chromeos.h',
657 'browser/chromeos/net/delay_network_call.cc', 658 'browser/chromeos/net/delay_network_call.cc',
658 'browser/chromeos/net/delay_network_call.h', 659 'browser/chromeos/net/delay_network_call.h',
659 'browser/chromeos/net/network_portal_detector_impl.cc', 660 'browser/chromeos/net/network_portal_detector_impl.cc',
660 'browser/chromeos/net/network_portal_detector_impl.h', 661 'browser/chromeos/net/network_portal_detector_impl.h',
661 'browser/chromeos/net/network_portal_detector_test_impl.cc', 662 'browser/chromeos/net/network_portal_detector_test_impl.cc',
662 'browser/chromeos/net/network_portal_detector_test_impl.h', 663 'browser/chromeos/net/network_portal_detector_test_impl.h',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 'browser/chromeos/attestation/attestation_signed_data.proto', 1288 'browser/chromeos/attestation/attestation_signed_data.proto',
1288 ], 1289 ],
1289 'variables': { 1290 'variables': {
1290 'proto_in_dir': 'browser/chromeos/attestation', 1291 'proto_in_dir': 'browser/chromeos/attestation',
1291 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1292 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1292 }, 1293 },
1293 'includes': [ '../build/protoc.gypi' ] 1294 'includes': [ '../build/protoc.gypi' ]
1294 }, 1295 },
1295 ], 1296 ],
1296 } 1297 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698