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

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: Removed StringPrintf() 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 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 'browser/sync_file_system/sync_file_system_service.cc', 1946 'browser/sync_file_system/sync_file_system_service.cc',
1947 'browser/sync_file_system/sync_file_system_service.h', 1947 'browser/sync_file_system/sync_file_system_service.h',
1948 'browser/system_monitor/disk_info_mac.h', 1948 'browser/system_monitor/disk_info_mac.h',
1949 'browser/system_monitor/disk_info_mac.mm', 1949 'browser/system_monitor/disk_info_mac.mm',
1950 'browser/system_monitor/media_device_notifications_utils.cc', 1950 'browser/system_monitor/media_device_notifications_utils.cc',
1951 'browser/system_monitor/media_device_notifications_utils.h', 1951 'browser/system_monitor/media_device_notifications_utils.h',
1952 'browser/system_monitor/media_storage_util.cc', 1952 'browser/system_monitor/media_storage_util.cc',
1953 'browser/system_monitor/media_storage_util.h', 1953 'browser/system_monitor/media_storage_util.h',
1954 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ', 1954 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ',
1955 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' , 1955 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' ,
1956 'browser/system_monitor/portable_device_watcher_win.cc',
1957 'browser/system_monitor/portable_device_watcher_win.h',
1956 'browser/system_monitor/removable_device_constants.cc', 1958 'browser/system_monitor/removable_device_constants.cc',
1957 'browser/system_monitor/removable_device_constants.h', 1959 'browser/system_monitor/removable_device_constants.h',
1958 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1960 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1959 'browser/system_monitor/removable_device_notifications_chromeos.h', 1961 'browser/system_monitor/removable_device_notifications_chromeos.h',
1960 'browser/system_monitor/removable_device_notifications_linux.cc', 1962 'browser/system_monitor/removable_device_notifications_linux.cc',
1961 'browser/system_monitor/removable_device_notifications_linux.h', 1963 'browser/system_monitor/removable_device_notifications_linux.h',
1962 'browser/system_monitor/removable_device_notifications_mac.h', 1964 'browser/system_monitor/removable_device_notifications_mac.h',
1963 'browser/system_monitor/removable_device_notifications_mac.mm', 1965 'browser/system_monitor/removable_device_notifications_mac.mm',
1964 'browser/system_monitor/removable_device_notifications_window_win.cc', 1966 'browser/system_monitor/removable_device_notifications_window_win.cc',
1965 'browser/system_monitor/removable_device_notifications_window_win.h', 1967 'browser/system_monitor/removable_device_notifications_window_win.h',
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 'proto_in_dir': '../third_party/cros_system_api/dbus', 2919 'proto_in_dir': '../third_party/cros_system_api/dbus',
2918 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2920 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2919 }, 2921 },
2920 'includes': ['../build/protoc.gypi'], 2922 'includes': ['../build/protoc.gypi'],
2921 }, 2923 },
2922 ], 2924 ],
2923 }, 2925 },
2924 ], 2926 ],
2925 ], 2927 ],
2926 } 2928 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698