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

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 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 'browser/sync_file_system/sync_file_system_service.cc', 1970 'browser/sync_file_system/sync_file_system_service.cc',
1971 'browser/sync_file_system/sync_file_system_service.h', 1971 'browser/sync_file_system/sync_file_system_service.h',
1972 'browser/system_monitor/disk_info_mac.h', 1972 'browser/system_monitor/disk_info_mac.h',
1973 'browser/system_monitor/disk_info_mac.mm', 1973 'browser/system_monitor/disk_info_mac.mm',
1974 'browser/system_monitor/media_device_notifications_utils.cc', 1974 'browser/system_monitor/media_device_notifications_utils.cc',
1975 'browser/system_monitor/media_device_notifications_utils.h', 1975 'browser/system_monitor/media_device_notifications_utils.h',
1976 'browser/system_monitor/media_storage_util.cc', 1976 'browser/system_monitor/media_storage_util.cc',
1977 'browser/system_monitor/media_storage_util.h', 1977 'browser/system_monitor/media_storage_util.h',
1978 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ', 1978 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ',
1979 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' , 1979 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' ,
1980 'browser/system_monitor/portable_device_watcher_win.cc',
1981 'browser/system_monitor/portable_device_watcher_win.h',
1980 'browser/system_monitor/removable_device_constants.cc', 1982 'browser/system_monitor/removable_device_constants.cc',
1981 'browser/system_monitor/removable_device_constants.h', 1983 'browser/system_monitor/removable_device_constants.h',
1982 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1984 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1983 'browser/system_monitor/removable_device_notifications_chromeos.h', 1985 'browser/system_monitor/removable_device_notifications_chromeos.h',
1984 'browser/system_monitor/removable_device_notifications_linux.cc', 1986 'browser/system_monitor/removable_device_notifications_linux.cc',
1985 'browser/system_monitor/removable_device_notifications_linux.h', 1987 'browser/system_monitor/removable_device_notifications_linux.h',
1986 'browser/system_monitor/removable_device_notifications_mac.h', 1988 'browser/system_monitor/removable_device_notifications_mac.h',
1987 'browser/system_monitor/removable_device_notifications_mac.mm', 1989 'browser/system_monitor/removable_device_notifications_mac.mm',
1988 'browser/system_monitor/removable_device_notifications_window_win.cc', 1990 'browser/system_monitor/removable_device_notifications_window_win.cc',
1989 'browser/system_monitor/removable_device_notifications_window_win.h', 1991 'browser/system_monitor/removable_device_notifications_window_win.h',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 'proto_in_dir': '../third_party/cros_system_api/dbus', 2947 'proto_in_dir': '../third_party/cros_system_api/dbus',
2946 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2948 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2947 }, 2949 },
2948 'includes': ['../build/protoc.gypi'], 2950 'includes': ['../build/protoc.gypi'],
2949 }, 2951 },
2950 ], 2952 ],
2951 }, 2953 },
2952 ], 2954 ],
2953 ], 2955 ],
2954 } 2956 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698