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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11442057: [Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use weak ptr for listener. Created 8 years 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2025 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 'browser/sync_file_system/local_change_processor.h', 2036 'browser/sync_file_system/local_change_processor.h',
2037 'browser/sync_file_system/local_file_sync_service.cc', 2037 'browser/sync_file_system/local_file_sync_service.cc',
2038 'browser/sync_file_system/local_file_sync_service.h', 2038 'browser/sync_file_system/local_file_sync_service.h',
2039 'browser/sync_file_system/remote_change_processor.h', 2039 'browser/sync_file_system/remote_change_processor.h',
2040 'browser/sync_file_system/remote_file_sync_service.h', 2040 'browser/sync_file_system/remote_file_sync_service.h',
2041 'browser/sync_file_system/sync_event_observer.h', 2041 'browser/sync_file_system/sync_event_observer.h',
2042 'browser/sync_file_system/sync_file_system_service.cc', 2042 'browser/sync_file_system/sync_file_system_service.cc',
2043 'browser/sync_file_system/sync_file_system_service.h', 2043 'browser/sync_file_system/sync_file_system_service.h',
2044 'browser/system_monitor/disk_info_mac.h', 2044 'browser/system_monitor/disk_info_mac.h',
2045 'browser/system_monitor/disk_info_mac.mm', 2045 'browser/system_monitor/disk_info_mac.mm',
2046 'browser/system_monitor/image_capture_camera.h',
2047 'browser/system_monitor/image_capture_camera.mm',
2048 'browser/system_monitor/image_capture_device_browser_mac.h',
2049 'browser/system_monitor/image_capture_device_browser_mac.mm',
2046 'browser/system_monitor/media_device_notifications_utils.cc', 2050 'browser/system_monitor/media_device_notifications_utils.cc',
2047 'browser/system_monitor/media_device_notifications_utils.h', 2051 'browser/system_monitor/media_device_notifications_utils.h',
2048 'browser/system_monitor/media_storage_util.cc', 2052 'browser/system_monitor/media_storage_util.cc',
2049 'browser/system_monitor/media_storage_util.h', 2053 'browser/system_monitor/media_storage_util.h',
2050 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ', 2054 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ',
2051 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' , 2055 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' ,
2052 'browser/system_monitor/portable_device_watcher_win.cc', 2056 'browser/system_monitor/portable_device_watcher_win.cc',
2053 'browser/system_monitor/portable_device_watcher_win.h', 2057 'browser/system_monitor/portable_device_watcher_win.h',
2054 'browser/system_monitor/removable_device_constants.cc', 2058 'browser/system_monitor/removable_device_constants.cc',
2055 'browser/system_monitor/removable_device_constants.h', 2059 'browser/system_monitor/removable_device_constants.h',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 'browser/password_manager/login_database_posix.cc', 2843 'browser/password_manager/login_database_posix.cc',
2840 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', 2844 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
2841 ], 2845 ],
2842 'link_settings': { 2846 'link_settings': {
2843 'libraries': [ 2847 'libraries': [
2844 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 2848 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
2845 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 2849 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
2846 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 2850 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
2847 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 2851 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
2848 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 2852 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
2853 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
2849 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 2854 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
2850 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2855 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2851 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 2856 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
2852 ], 2857 ],
2853 }, 2858 },
2854 'dependencies': [ 2859 'dependencies': [
2855 '../third_party/icon_family/icon_family.gyp:icon_family', 2860 '../third_party/icon_family/icon_family.gyp:icon_family',
2856 ], 2861 ],
2857 'sources': [ 2862 'sources': [
2858 # Build the necessary GTM sources 2863 # Build the necessary GTM sources
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3169 'proto_in_dir': '../third_party/cros_system_api/dbus', 3174 'proto_in_dir': '../third_party/cros_system_api/dbus',
3170 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3175 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3171 }, 3176 },
3172 'includes': ['../build/protoc.gypi'], 3177 'includes': ['../build/protoc.gypi'],
3173 }, 3178 },
3174 ], 3179 ],
3175 }, 3180 },
3176 ], 3181 ],
3177 ], 3182 ],
3178 } 3183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698