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

Side by Side Diff: content/content_browser.gypi

Issue 22926029: Mac: implement orientation/motion shared memory data fetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FakeNonPollingDataFetcher on stack 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_mac.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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'browser/device_monitor_mac.mm', 392 'browser/device_monitor_mac.mm',
393 'browser/device_orientation/accelerometer_mac.cc', 393 'browser/device_orientation/accelerometer_mac.cc',
394 'browser/device_orientation/accelerometer_mac.h', 394 'browser/device_orientation/accelerometer_mac.h',
395 'browser/device_orientation/data_fetcher.h', 395 'browser/device_orientation/data_fetcher.h',
396 'browser/device_orientation/data_fetcher_impl_android.cc', 396 'browser/device_orientation/data_fetcher_impl_android.cc',
397 'browser/device_orientation/data_fetcher_impl_android.h', 397 'browser/device_orientation/data_fetcher_impl_android.h',
398 'browser/device_orientation/data_fetcher_impl_win.cc', 398 'browser/device_orientation/data_fetcher_impl_win.cc',
399 'browser/device_orientation/data_fetcher_impl_win.h', 399 'browser/device_orientation/data_fetcher_impl_win.h',
400 'browser/device_orientation/data_fetcher_orientation_android.cc', 400 'browser/device_orientation/data_fetcher_orientation_android.cc',
401 'browser/device_orientation/data_fetcher_orientation_android.h', 401 'browser/device_orientation/data_fetcher_orientation_android.h',
402 'browser/device_orientation/data_fetcher_shared_memory.h',
402 'browser/device_orientation/data_fetcher_shared_memory_android.cc', 403 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
403 'browser/device_orientation/data_fetcher_shared_memory_base.cc', 404 'browser/device_orientation/data_fetcher_shared_memory_base.cc',
404 'browser/device_orientation/data_fetcher_shared_memory_base.h', 405 'browser/device_orientation/data_fetcher_shared_memory_base.h',
405 'browser/device_orientation/data_fetcher_shared_memory_default.cc', 406 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
406 'browser/device_orientation/data_fetcher_shared_memory.h', 407 'browser/device_orientation/data_fetcher_shared_memory_mac.cc',
407 'browser/device_orientation/device_data.h', 408 'browser/device_orientation/device_data.h',
408 'browser/device_orientation/device_inertial_sensor_service.cc', 409 'browser/device_orientation/device_inertial_sensor_service.cc',
409 'browser/device_orientation/device_inertial_sensor_service.h', 410 'browser/device_orientation/device_inertial_sensor_service.h',
410 'browser/device_orientation/device_motion_message_filter.cc', 411 'browser/device_orientation/device_motion_message_filter.cc',
411 'browser/device_orientation/device_motion_message_filter.h', 412 'browser/device_orientation/device_motion_message_filter.h',
412 'browser/device_orientation/device_orientation_message_filter.cc', 413 'browser/device_orientation/device_orientation_message_filter.cc',
413 'browser/device_orientation/device_orientation_message_filter.h', 414 'browser/device_orientation/device_orientation_message_filter.h',
414 'browser/device_orientation/inertial_sensor_consts.h', 415 'browser/device_orientation/inertial_sensor_consts.h',
415 'browser/device_orientation/message_filter.cc', 416 'browser/device_orientation/message_filter.cc',
416 'browser/device_orientation/message_filter.h', 417 'browser/device_orientation/message_filter.h',
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 # Build necessary Mozilla sources 1400 # Build necessary Mozilla sources
1400 '../third_party/mozilla/ComplexTextInputPanel.h', 1401 '../third_party/mozilla/ComplexTextInputPanel.h',
1401 '../third_party/mozilla/ComplexTextInputPanel.mm', 1402 '../third_party/mozilla/ComplexTextInputPanel.mm',
1402 '../third_party/mozilla/NSPasteboard+Utils.h', 1403 '../third_party/mozilla/NSPasteboard+Utils.h',
1403 '../third_party/mozilla/NSPasteboard+Utils.mm', 1404 '../third_party/mozilla/NSPasteboard+Utils.mm',
1404 '../third_party/mozilla/NSString+Utils.h', 1405 '../third_party/mozilla/NSString+Utils.h',
1405 '../third_party/mozilla/NSString+Utils.mm', 1406 '../third_party/mozilla/NSString+Utils.mm',
1406 '../third_party/mozilla/NSURL+Utils.h', 1407 '../third_party/mozilla/NSURL+Utils.h',
1407 '../third_party/mozilla/NSURL+Utils.m', 1408 '../third_party/mozilla/NSURL+Utils.m',
1408 ], 1409 ],
1410 'sources/': [
1411 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'],
1412 ],
1409 'dependencies': [ 1413 'dependencies': [
1410 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor', 1414 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor',
1411 ], 1415 ],
1412 'link_settings': { 1416 'link_settings': {
1413 'libraries': [ 1417 'libraries': [
1414 '$(SDKROOT)/usr/lib/libbsm.dylib', 1418 '$(SDKROOT)/usr/lib/libbsm.dylib',
1415 ], 1419 ],
1416 }, 1420 },
1417 }], 1421 }],
1418 ['chromeos==1', { 1422 ['chromeos==1', {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 '../third_party/speex/speex.gyp:libspeex', 1515 '../third_party/speex/speex.gyp:libspeex',
1512 ], 1516 ],
1513 }], 1517 }],
1514 ['linux_use_libgps==1', { 1518 ['linux_use_libgps==1', {
1515 'dependencies': [ 1519 'dependencies': [
1516 '../build/linux/system.gyp:libgps', 1520 '../build/linux/system.gyp:libgps',
1517 ], 1521 ],
1518 }], 1522 }],
1519 ], 1523 ],
1520 } 1524 }
OLDNEW
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698