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

Side by Side Diff: content/content_browser.gypi

Issue 22926032: Win: implement shared memory Device Orientation fetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Aug-23-mac-fetcher
Patch Set: fix compile on win Created 7 years, 3 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
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'browser/device_orientation/data_fetcher_impl_win.cc', 395 'browser/device_orientation/data_fetcher_impl_win.cc',
396 'browser/device_orientation/data_fetcher_impl_win.h', 396 'browser/device_orientation/data_fetcher_impl_win.h',
397 'browser/device_orientation/data_fetcher_orientation_android.cc', 397 'browser/device_orientation/data_fetcher_orientation_android.cc',
398 'browser/device_orientation/data_fetcher_orientation_android.h', 398 'browser/device_orientation/data_fetcher_orientation_android.h',
399 'browser/device_orientation/data_fetcher_shared_memory.h', 399 'browser/device_orientation/data_fetcher_shared_memory.h',
400 'browser/device_orientation/data_fetcher_shared_memory_android.cc', 400 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
401 'browser/device_orientation/data_fetcher_shared_memory_base.cc', 401 'browser/device_orientation/data_fetcher_shared_memory_base.cc',
402 'browser/device_orientation/data_fetcher_shared_memory_base.h', 402 'browser/device_orientation/data_fetcher_shared_memory_base.h',
403 'browser/device_orientation/data_fetcher_shared_memory_default.cc', 403 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
404 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', 404 'browser/device_orientation/data_fetcher_shared_memory_mac.cc',
405 'browser/device_orientation/data_fetcher_shared_memory_win.cc',
405 'browser/device_orientation/device_data.h', 406 'browser/device_orientation/device_data.h',
406 'browser/device_orientation/device_inertial_sensor_service.cc', 407 'browser/device_orientation/device_inertial_sensor_service.cc',
407 'browser/device_orientation/device_inertial_sensor_service.h', 408 'browser/device_orientation/device_inertial_sensor_service.h',
408 'browser/device_orientation/device_motion_message_filter.cc', 409 'browser/device_orientation/device_motion_message_filter.cc',
409 'browser/device_orientation/device_motion_message_filter.h', 410 'browser/device_orientation/device_motion_message_filter.h',
410 'browser/device_orientation/device_orientation_message_filter.cc', 411 'browser/device_orientation/device_orientation_message_filter.cc',
411 'browser/device_orientation/device_orientation_message_filter.h', 412 'browser/device_orientation/device_orientation_message_filter.h',
412 'browser/device_orientation/inertial_sensor_consts.h', 413 'browser/device_orientation/inertial_sensor_consts.h',
413 'browser/device_orientation/message_filter.cc', 414 'browser/device_orientation/message_filter.cc',
414 'browser/device_orientation/message_filter.h', 415 'browser/device_orientation/message_filter.h',
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 'ENABLE_SCREEN_CAPTURE=1', 1300 'ENABLE_SCREEN_CAPTURE=1',
1300 ], 1301 ],
1301 }], 1302 }],
1302 ['OS=="win"', { 1303 ['OS=="win"', {
1303 'dependencies': [ 1304 'dependencies': [
1304 # For accessibility 1305 # For accessibility
1305 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1306 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1306 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1307 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1307 '../win8/win8.gyp:win8_util', 1308 '../win8/win8.gyp:win8_util',
1308 ], 1309 ],
1310 'sources/': [
1311 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'],
1312 ],
1309 'defines': [ 1313 'defines': [
1310 # This prevents the inclusion of atlhost.h which paired 1314 # This prevents the inclusion of atlhost.h which paired
1311 # with the windows 8 sdk it does the wrong thing. 1315 # with the windows 8 sdk it does the wrong thing.
1312 '__ATLHOST_H__', 1316 '__ATLHOST_H__',
1313 ], 1317 ],
1314 'link_settings': { 1318 'link_settings': {
1315 'libraries': [ 1319 'libraries': [
1316 '-lcomctl32.lib', 1320 '-lcomctl32.lib',
1317 '-ldinput8.lib', 1321 '-ldinput8.lib',
1318 '-ldwmapi.lib', 1322 '-ldwmapi.lib',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 '../third_party/speex/speex.gyp:libspeex', 1525 '../third_party/speex/speex.gyp:libspeex',
1522 ], 1526 ],
1523 }], 1527 }],
1524 ['linux_use_libgps==1', { 1528 ['linux_use_libgps==1', {
1525 'dependencies': [ 1529 'dependencies': [
1526 '../build/linux/system.gyp:libgps', 1530 '../build/linux/system.gyp:libgps',
1527 ], 1531 ],
1528 }], 1532 }],
1529 ], 1533 ],
1530 } 1534 }
OLDNEW
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698