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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11088012: [Win, MediaGallery] Enumerate and handle mtp device attach/detach events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 8 years, 1 month 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 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 'browser/sync_file_system/sync_file_system_service.cc', 1961 'browser/sync_file_system/sync_file_system_service.cc',
1962 'browser/sync_file_system/sync_file_system_service.h', 1962 'browser/sync_file_system/sync_file_system_service.h',
1963 'browser/system_monitor/disk_info_mac.h', 1963 'browser/system_monitor/disk_info_mac.h',
1964 'browser/system_monitor/disk_info_mac.mm', 1964 'browser/system_monitor/disk_info_mac.mm',
1965 'browser/system_monitor/media_device_notifications_utils.cc', 1965 'browser/system_monitor/media_device_notifications_utils.cc',
1966 'browser/system_monitor/media_device_notifications_utils.h', 1966 'browser/system_monitor/media_device_notifications_utils.h',
1967 'browser/system_monitor/media_storage_util.cc', 1967 'browser/system_monitor/media_storage_util.cc',
1968 'browser/system_monitor/media_storage_util.h', 1968 'browser/system_monitor/media_storage_util.h',
1969 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ', 1969 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ',
1970 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' , 1970 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' ,
1971 'browser/system_monitor/portable_device_watcher_win.cc',
1972 'browser/system_monitor/portable_device_watcher_win.h',
1971 'browser/system_monitor/removable_device_constants.cc', 1973 'browser/system_monitor/removable_device_constants.cc',
1972 'browser/system_monitor/removable_device_constants.h', 1974 'browser/system_monitor/removable_device_constants.h',
1973 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1975 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1974 'browser/system_monitor/removable_device_notifications_chromeos.h', 1976 'browser/system_monitor/removable_device_notifications_chromeos.h',
1975 'browser/system_monitor/removable_device_notifications_linux.cc', 1977 'browser/system_monitor/removable_device_notifications_linux.cc',
1976 'browser/system_monitor/removable_device_notifications_linux.h', 1978 'browser/system_monitor/removable_device_notifications_linux.h',
1977 'browser/system_monitor/removable_device_notifications_mac.h', 1979 'browser/system_monitor/removable_device_notifications_mac.h',
1978 'browser/system_monitor/removable_device_notifications_mac.mm', 1980 'browser/system_monitor/removable_device_notifications_mac.mm',
1979 'browser/system_monitor/removable_device_notifications_window_win.cc', 1981 'browser/system_monitor/removable_device_notifications_window_win.cc',
1980 'browser/system_monitor/removable_device_notifications_window_win.h', 1982 'browser/system_monitor/removable_device_notifications_window_win.h',
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
2934 'proto_in_dir': '../third_party/cros_system_api/dbus', 2936 'proto_in_dir': '../third_party/cros_system_api/dbus',
2935 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2937 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2936 }, 2938 },
2937 'includes': ['../build/protoc.gypi'], 2939 'includes': ['../build/protoc.gypi'],
2938 }, 2940 },
2939 ], 2941 ],
2940 }, 2942 },
2941 ], 2943 ],
2942 ], 2944 ],
2943 } 2945 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698