OLD | NEW |
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 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2039 'browser/sync_file_system/local_change_processor.h', | 2039 'browser/sync_file_system/local_change_processor.h', |
2040 'browser/sync_file_system/local_file_sync_service.cc', | 2040 'browser/sync_file_system/local_file_sync_service.cc', |
2041 'browser/sync_file_system/local_file_sync_service.h', | 2041 'browser/sync_file_system/local_file_sync_service.h', |
2042 'browser/sync_file_system/remote_change_processor.h', | 2042 'browser/sync_file_system/remote_change_processor.h', |
2043 'browser/sync_file_system/remote_file_sync_service.h', | 2043 'browser/sync_file_system/remote_file_sync_service.h', |
2044 'browser/sync_file_system/sync_event_observer.h', | 2044 'browser/sync_file_system/sync_event_observer.h', |
2045 'browser/sync_file_system/sync_file_system_service.cc', | 2045 'browser/sync_file_system/sync_file_system_service.cc', |
2046 'browser/sync_file_system/sync_file_system_service.h', | 2046 'browser/sync_file_system/sync_file_system_service.h', |
2047 'browser/system_monitor/disk_info_mac.h', | 2047 'browser/system_monitor/disk_info_mac.h', |
2048 'browser/system_monitor/disk_info_mac.mm', | 2048 'browser/system_monitor/disk_info_mac.mm', |
2049 'browser/system_monitor/image_capture_device.h', | |
2050 'browser/system_monitor/image_capture_device.mm', | |
2051 'browser/system_monitor/image_capture_device_manager.h', | |
2052 'browser/system_monitor/image_capture_device_manager.mm', | |
2053 'browser/system_monitor/media_device_notifications_utils.cc', | 2049 'browser/system_monitor/media_device_notifications_utils.cc', |
2054 'browser/system_monitor/media_device_notifications_utils.h', | 2050 'browser/system_monitor/media_device_notifications_utils.h', |
2055 'browser/system_monitor/media_storage_util.cc', | 2051 'browser/system_monitor/media_storage_util.cc', |
2056 'browser/system_monitor/media_storage_util.h', | 2052 'browser/system_monitor/media_storage_util.h', |
2057 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 2053 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
2058 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 2054 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
2059 'browser/system_monitor/portable_device_watcher_win.cc', | 2055 'browser/system_monitor/portable_device_watcher_win.cc', |
2060 'browser/system_monitor/portable_device_watcher_win.h', | 2056 'browser/system_monitor/portable_device_watcher_win.h', |
2061 'browser/system_monitor/removable_device_constants.cc', | 2057 'browser/system_monitor/removable_device_constants.cc', |
2062 'browser/system_monitor/removable_device_constants.h', | 2058 'browser/system_monitor/removable_device_constants.h', |
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2829 'browser/password_manager/login_database_posix.cc', | 2825 'browser/password_manager/login_database_posix.cc', |
2830 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', | 2826 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', |
2831 ], | 2827 ], |
2832 'link_settings': { | 2828 'link_settings': { |
2833 'libraries': [ | 2829 'libraries': [ |
2834 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 2830 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
2835 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 2831 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
2836 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 2832 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
2837 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', | 2833 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
2838 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 2834 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
2839 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', | |
2840 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 2835 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
2841 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2836 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
2842 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 2837 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
2843 ], | 2838 ], |
2844 }, | 2839 }, |
2845 'dependencies': [ | 2840 'dependencies': [ |
2846 '../third_party/icon_family/icon_family.gyp:icon_family', | 2841 '../third_party/icon_family/icon_family.gyp:icon_family', |
2847 ], | 2842 ], |
2848 'sources': [ | 2843 'sources': [ |
2849 # Build the necessary GTM sources | 2844 # Build the necessary GTM sources |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3130 'variables': { | 3125 'variables': { |
3131 'jni_gen_dir': 'chrome', | 3126 'jni_gen_dir': 'chrome', |
3132 }, | 3127 }, |
3133 'includes': [ '../build/jni_generator.gypi' ], | 3128 'includes': [ '../build/jni_generator.gypi' ], |
3134 }, | 3129 }, |
3135 ], | 3130 ], |
3136 }, | 3131 }, |
3137 ], | 3132 ], |
3138 ], | 3133 ], |
3139 } | 3134 } |
OLD | NEW |