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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 25112004: Move statistics_provider to chromeos/system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments Created 7 years, 2 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/policy/browser_policy_connector.cc ('k') | chrome/chrome_tests_unit.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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'browser/chromeos/system/ash_system_tray_delegate.h', 795 'browser/chromeos/system/ash_system_tray_delegate.h',
796 'browser/chromeos/system/automatic_reboot_manager.cc', 796 'browser/chromeos/system/automatic_reboot_manager.cc',
797 'browser/chromeos/system/automatic_reboot_manager.h', 797 'browser/chromeos/system/automatic_reboot_manager.h',
798 'browser/chromeos/system/automatic_reboot_manager_observer.h', 798 'browser/chromeos/system/automatic_reboot_manager_observer.h',
799 'browser/chromeos/system/device_change_handler.cc', 799 'browser/chromeos/system/device_change_handler.cc',
800 'browser/chromeos/system/device_change_handler.h', 800 'browser/chromeos/system/device_change_handler.h',
801 'browser/chromeos/system/input_device_settings.cc', 801 'browser/chromeos/system/input_device_settings.cc',
802 'browser/chromeos/system/input_device_settings.h', 802 'browser/chromeos/system/input_device_settings.h',
803 'browser/chromeos/system/pointer_device_observer.cc', 803 'browser/chromeos/system/pointer_device_observer.cc',
804 'browser/chromeos/system/pointer_device_observer.h', 804 'browser/chromeos/system/pointer_device_observer.h',
805 'browser/chromeos/system/statistics_provider.cc',
806 'browser/chromeos/system/statistics_provider.h',
807 'browser/chromeos/system/syslogs_provider.cc', 805 'browser/chromeos/system/syslogs_provider.cc',
808 'browser/chromeos/system/syslogs_provider.h', 806 'browser/chromeos/system/syslogs_provider.h',
809 'browser/chromeos/system/timezone_settings.cc', 807 'browser/chromeos/system/timezone_settings.cc',
810 'browser/chromeos/system/timezone_settings.h', 808 'browser/chromeos/system/timezone_settings.h',
811 'browser/chromeos/system_key_event_listener.cc', 809 'browser/chromeos/system_key_event_listener.cc',
812 'browser/chromeos/system_key_event_listener.h', 810 'browser/chromeos/system_key_event_listener.h',
813 'browser/chromeos/system_logs/about_system_logs_fetcher.cc', 811 'browser/chromeos/system_logs/about_system_logs_fetcher.cc',
814 'browser/chromeos/system_logs/about_system_logs_fetcher.h', 812 'browser/chromeos/system_logs/about_system_logs_fetcher.h',
815 'browser/chromeos/system_logs/chrome_internal_log_source.cc', 813 'browser/chromeos/system_logs/chrome_internal_log_source.cc',
816 'browser/chromeos/system_logs/chrome_internal_log_source.h', 814 'browser/chromeos/system_logs/chrome_internal_log_source.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/chromeos/attestation/attestation_signed_data.proto', 983 'browser/chromeos/attestation/attestation_signed_data.proto',
986 ], 984 ],
987 'variables': { 985 'variables': {
988 'proto_in_dir': 'browser/chromeos/attestation', 986 'proto_in_dir': 'browser/chromeos/attestation',
989 'proto_out_dir': 'chrome/browser/chromeos/attestation', 987 'proto_out_dir': 'chrome/browser/chromeos/attestation',
990 }, 988 },
991 'includes': [ '../build/protoc.gypi' ] 989 'includes': [ '../build/protoc.gypi' ]
992 }, 990 },
993 ], 991 ],
994 } 992 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/browser_policy_connector.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698