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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3187025: Adding MacBook Pro accelerometer support. (Closed)
Patch Set: Created 10 years, 4 months 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'browser/cookies_tree_model.cc', 1124 'browser/cookies_tree_model.cc',
1125 'browser/cookies_tree_model.h', 1125 'browser/cookies_tree_model.h',
1126 'browser/cross_site_request_manager.cc', 1126 'browser/cross_site_request_manager.cc',
1127 'browser/cross_site_request_manager.h', 1127 'browser/cross_site_request_manager.h',
1128 'browser/custom_home_pages_table_model.cc', 1128 'browser/custom_home_pages_table_model.cc',
1129 'browser/custom_home_pages_table_model.h', 1129 'browser/custom_home_pages_table_model.h',
1130 'browser/default_encoding_combo_model.cc', 1130 'browser/default_encoding_combo_model.cc',
1131 'browser/default_encoding_combo_model.h', 1131 'browser/default_encoding_combo_model.h',
1132 'browser/defaults.cc', 1132 'browser/defaults.cc',
1133 'browser/defaults.h', 1133 'browser/defaults.h',
1134 'browser/device_orientation/accelerometer_mac.cc',
1135 'browser/device_orientation/accelerometer_mac.h',
1134 'browser/device_orientation/data_fetcher.h', 1136 'browser/device_orientation/data_fetcher.h',
1135 'browser/device_orientation/dispatcher_host.cc', 1137 'browser/device_orientation/dispatcher_host.cc',
1136 'browser/device_orientation/dispatcher_host.h', 1138 'browser/device_orientation/dispatcher_host.h',
1137 'browser/device_orientation/orientation.h', 1139 'browser/device_orientation/orientation.h',
1138 'browser/device_orientation/provider.cc', 1140 'browser/device_orientation/provider.cc',
1139 'browser/device_orientation/provider.h', 1141 'browser/device_orientation/provider.h',
1140 'browser/device_orientation/provider_impl.cc', 1142 'browser/device_orientation/provider_impl.cc',
1141 'browser/device_orientation/provider_impl.h', 1143 'browser/device_orientation/provider_impl.h',
1142 'browser/diagnostics/diagnostics_main.cc', 1144 'browser/diagnostics/diagnostics_main.cc',
1143 'browser/diagnostics/diagnostics_main.h', 1145 'browser/diagnostics/diagnostics_main.h',
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
3241 'include_dirs': [ 3243 'include_dirs': [
3242 '../third_party/apple', 3244 '../third_party/apple',
3243 '../third_party/GTM', 3245 '../third_party/GTM',
3244 '../third_party/GTM/AppKit', 3246 '../third_party/GTM/AppKit',
3245 '../third_party/GTM/Foundation', 3247 '../third_party/GTM/Foundation',
3246 '../third_party/GTM/DebugUtils', 3248 '../third_party/GTM/DebugUtils',
3247 ], 3249 ],
3248 'link_settings': { 3250 'link_settings': {
3249 'libraries': [ 3251 'libraries': [
3250 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3252 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3253 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3254 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3255 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3251 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3256 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3252 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3253 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3254 ], 3257 ],
3255 'mac_bundle_resources': [ 3258 'mac_bundle_resources': [
3256 'browser/nacl_loader.sb', 3259 'browser/nacl_loader.sb',
3257 'browser/utility.sb', 3260 'browser/utility.sb',
3258 'browser/worker.sb', 3261 'browser/worker.sb',
3259 ], 3262 ],
3260 }, 3263 },
3261 'actions': [ 3264 'actions': [
3262 { 3265 {
3263 # This action is used to extract the localization data from xib 3266 # This action is used to extract the localization data from xib
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 ], 3912 ],
3910 }, 3913 },
3911 ], 3914 ],
3912 } 3915 }
3913 3916
3914 # Local Variables: 3917 # Local Variables:
3915 # tab-width:2 3918 # tab-width:2
3916 # indent-tabs-mode:nil 3919 # indent-tabs-mode:nil
3917 # End: 3920 # End:
3918 # vim: set expandtab tabstop=2 shiftwidth=2: 3921 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698