| 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 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2006 'browser/sync_file_system/local_change_processor.h', | 2006 'browser/sync_file_system/local_change_processor.h', |
| 2007 'browser/sync_file_system/local_file_sync_service.cc', | 2007 'browser/sync_file_system/local_file_sync_service.cc', |
| 2008 'browser/sync_file_system/local_file_sync_service.h', | 2008 'browser/sync_file_system/local_file_sync_service.h', |
| 2009 'browser/sync_file_system/remote_change_processor.h', | 2009 'browser/sync_file_system/remote_change_processor.h', |
| 2010 'browser/sync_file_system/remote_file_sync_service.h', | 2010 'browser/sync_file_system/remote_file_sync_service.h', |
| 2011 'browser/sync_file_system/sync_event_observer.h', | 2011 'browser/sync_file_system/sync_event_observer.h', |
| 2012 'browser/sync_file_system/sync_file_system_service.cc', | 2012 'browser/sync_file_system/sync_file_system_service.cc', |
| 2013 'browser/sync_file_system/sync_file_system_service.h', | 2013 'browser/sync_file_system/sync_file_system_service.h', |
| 2014 'browser/system_monitor/disk_info_mac.h', | 2014 'browser/system_monitor/disk_info_mac.h', |
| 2015 'browser/system_monitor/disk_info_mac.mm', | 2015 'browser/system_monitor/disk_info_mac.mm', |
| 2016 'browser/system_monitor/image_capture_device.h', |
| 2017 'browser/system_monitor/image_capture_device.mm', |
| 2018 'browser/system_monitor/image_capture_device_manager.h', |
| 2019 'browser/system_monitor/image_capture_device_manager.mm', |
| 2016 'browser/system_monitor/media_device_notifications_utils.cc', | 2020 'browser/system_monitor/media_device_notifications_utils.cc', |
| 2017 'browser/system_monitor/media_device_notifications_utils.h', | 2021 'browser/system_monitor/media_device_notifications_utils.h', |
| 2018 'browser/system_monitor/media_storage_util.cc', | 2022 'browser/system_monitor/media_storage_util.cc', |
| 2019 'browser/system_monitor/media_storage_util.h', | 2023 'browser/system_monitor/media_storage_util.h', |
| 2020 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 2024 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
| 2021 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 2025 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
| 2022 'browser/system_monitor/portable_device_watcher_win.cc', | 2026 'browser/system_monitor/portable_device_watcher_win.cc', |
| 2023 'browser/system_monitor/portable_device_watcher_win.h', | 2027 'browser/system_monitor/portable_device_watcher_win.h', |
| 2024 'browser/system_monitor/removable_device_constants.cc', | 2028 'browser/system_monitor/removable_device_constants.cc', |
| 2025 'browser/system_monitor/removable_device_constants.h', | 2029 'browser/system_monitor/removable_device_constants.h', |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2795 'browser/password_manager/login_database_posix.cc', | 2799 'browser/password_manager/login_database_posix.cc', |
| 2796 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', | 2800 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', |
| 2797 ], | 2801 ], |
| 2798 'link_settings': { | 2802 'link_settings': { |
| 2799 'libraries': [ | 2803 'libraries': [ |
| 2800 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 2804 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
| 2801 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 2805 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
| 2802 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 2806 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
| 2803 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', | 2807 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
| 2804 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 2808 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 2809 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', |
| 2805 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 2810 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 2806 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2811 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 2807 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 2812 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
| 2808 ], | 2813 ], |
| 2809 }, | 2814 }, |
| 2810 'dependencies': [ | 2815 'dependencies': [ |
| 2811 '../third_party/icon_family/icon_family.gyp:icon_family', | 2816 '../third_party/icon_family/icon_family.gyp:icon_family', |
| 2812 ], | 2817 ], |
| 2813 'sources': [ | 2818 'sources': [ |
| 2814 # Build the necessary GTM sources | 2819 # Build the necessary GTM sources |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3105 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3110 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3111 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3107 }, | 3112 }, |
| 3108 'includes': ['../build/protoc.gypi'], | 3113 'includes': ['../build/protoc.gypi'], |
| 3109 }, | 3114 }, |
| 3110 ], | 3115 ], |
| 3111 }, | 3116 }, |
| 3112 ], | 3117 ], |
| 3113 ], | 3118 ], |
| 3114 } | 3119 } |
| OLD | NEW |