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

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: Rename storage_iter => storage_map_iter 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
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc ('k') | no next file » | 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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'browser/sync_file_system/sync_file_system_service.cc', 1976 'browser/sync_file_system/sync_file_system_service.cc',
1977 'browser/sync_file_system/sync_file_system_service.h', 1977 'browser/sync_file_system/sync_file_system_service.h',
1978 'browser/system_monitor/disk_info_mac.h', 1978 'browser/system_monitor/disk_info_mac.h',
1979 'browser/system_monitor/disk_info_mac.mm', 1979 'browser/system_monitor/disk_info_mac.mm',
1980 'browser/system_monitor/media_device_notifications_utils.cc', 1980 'browser/system_monitor/media_device_notifications_utils.cc',
1981 'browser/system_monitor/media_device_notifications_utils.h', 1981 'browser/system_monitor/media_device_notifications_utils.h',
1982 'browser/system_monitor/media_storage_util.cc', 1982 'browser/system_monitor/media_storage_util.cc',
1983 'browser/system_monitor/media_storage_util.h', 1983 'browser/system_monitor/media_storage_util.h',
1984 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ', 1984 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ',
1985 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' , 1985 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' ,
1986 'browser/system_monitor/portable_device_watcher_win.cc',
1987 'browser/system_monitor/portable_device_watcher_win.h',
1986 'browser/system_monitor/removable_device_constants.cc', 1988 'browser/system_monitor/removable_device_constants.cc',
1987 'browser/system_monitor/removable_device_constants.h', 1989 'browser/system_monitor/removable_device_constants.h',
1988 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1990 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1989 'browser/system_monitor/removable_device_notifications_chromeos.h', 1991 'browser/system_monitor/removable_device_notifications_chromeos.h',
1990 'browser/system_monitor/removable_device_notifications_linux.cc', 1992 'browser/system_monitor/removable_device_notifications_linux.cc',
1991 'browser/system_monitor/removable_device_notifications_linux.h', 1993 'browser/system_monitor/removable_device_notifications_linux.h',
1992 'browser/system_monitor/removable_device_notifications_mac.h', 1994 'browser/system_monitor/removable_device_notifications_mac.h',
1993 'browser/system_monitor/removable_device_notifications_mac.mm', 1995 'browser/system_monitor/removable_device_notifications_mac.mm',
1994 'browser/system_monitor/removable_device_notifications_window_win.cc', 1996 'browser/system_monitor/removable_device_notifications_window_win.cc',
1995 'browser/system_monitor/removable_device_notifications_window_win.h', 1997 'browser/system_monitor/removable_device_notifications_window_win.h',
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 'proto_in_dir': '../third_party/cros_system_api/dbus', 2976 'proto_in_dir': '../third_party/cros_system_api/dbus',
2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2977 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2976 }, 2978 },
2977 'includes': ['../build/protoc.gypi'], 2979 'includes': ['../build/protoc.gypi'],
2978 }, 2980 },
2979 ], 2981 ],
2980 }, 2982 },
2981 ], 2983 ],
2982 ], 2984 ],
2983 } 2985 }
OLDNEW
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698