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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 238433003: Provide Shill IP Address to myIpAddress() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'browser/chromeos/memory/low_memory_observer.cc', 683 'browser/chromeos/memory/low_memory_observer.cc',
684 'browser/chromeos/memory/low_memory_observer.h', 684 'browser/chromeos/memory/low_memory_observer.h',
685 'browser/chromeos/memory/oom_priority_manager.cc', 685 'browser/chromeos/memory/oom_priority_manager.cc',
686 'browser/chromeos/memory/oom_priority_manager.h', 686 'browser/chromeos/memory/oom_priority_manager.h',
687 'browser/chromeos/mobile/mobile_activator.cc', 687 'browser/chromeos/mobile/mobile_activator.cc',
688 'browser/chromeos/mobile/mobile_activator.h', 688 'browser/chromeos/mobile/mobile_activator.h',
689 'browser/chromeos/mobile_config.cc', 689 'browser/chromeos/mobile_config.cc',
690 'browser/chromeos/mobile_config.h', 690 'browser/chromeos/mobile_config.h',
691 'browser/chromeos/net/cert_verify_proc_chromeos.cc', 691 'browser/chromeos/net/cert_verify_proc_chromeos.cc',
692 'browser/chromeos/net/cert_verify_proc_chromeos.h', 692 'browser/chromeos/net/cert_verify_proc_chromeos.h',
693 'browser/chromeos/net/chrome_network_watcher.cc',
694 'browser/chromeos/net/chrome_network_watcher.h',
693 'browser/chromeos/net/delay_network_call.cc', 695 'browser/chromeos/net/delay_network_call.cc',
694 'browser/chromeos/net/delay_network_call.h', 696 'browser/chromeos/net/delay_network_call.h',
695 'browser/chromeos/net/network_portal_detector.cc', 697 'browser/chromeos/net/network_portal_detector.cc',
696 'browser/chromeos/net/network_portal_detector.h', 698 'browser/chromeos/net/network_portal_detector.h',
697 'browser/chromeos/net/network_portal_detector_impl.cc', 699 'browser/chromeos/net/network_portal_detector_impl.cc',
698 'browser/chromeos/net/network_portal_detector_impl.h', 700 'browser/chromeos/net/network_portal_detector_impl.h',
699 'browser/chromeos/net/network_portal_detector_strategy.cc', 701 'browser/chromeos/net/network_portal_detector_strategy.cc',
700 'browser/chromeos/net/network_portal_detector_strategy.h', 702 'browser/chromeos/net/network_portal_detector_strategy.h',
701 'browser/chromeos/net/network_portal_detector_test_impl.cc', 703 'browser/chromeos/net/network_portal_detector_test_impl.cc',
702 'browser/chromeos/net/network_portal_detector_test_impl.h', 704 'browser/chromeos/net/network_portal_detector_test_impl.h',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'browser/chromeos/attestation/attestation_signed_data.proto', 1105 'browser/chromeos/attestation/attestation_signed_data.proto',
1104 ], 1106 ],
1105 'variables': { 1107 'variables': {
1106 'proto_in_dir': 'browser/chromeos/attestation', 1108 'proto_in_dir': 'browser/chromeos/attestation',
1107 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1109 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1108 }, 1110 },
1109 'includes': [ '../build/protoc.gypi' ] 1111 'includes': [ '../build/protoc.gypi' ]
1110 }, 1112 },
1111 ], 1113 ],
1112 } 1114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698