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

Side by Side Diff: content/content_browser.gypi

Issue 9844020: Move the Sudden Motion Sensor library into third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS: convert line endings Created 8 years, 9 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 | Annotate | Revision Log
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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 ['OS=="mac"', { 815 ['OS=="mac"', {
816 'sources': [ 816 'sources': [
817 # Build necessary Mozilla sources 817 # Build necessary Mozilla sources
818 '../third_party/mozilla/ComplexTextInputPanel.h', 818 '../third_party/mozilla/ComplexTextInputPanel.h',
819 '../third_party/mozilla/ComplexTextInputPanel.mm', 819 '../third_party/mozilla/ComplexTextInputPanel.mm',
820 '../third_party/mozilla/NSPasteboard+Utils.h', 820 '../third_party/mozilla/NSPasteboard+Utils.h',
821 '../third_party/mozilla/NSPasteboard+Utils.mm', 821 '../third_party/mozilla/NSPasteboard+Utils.mm',
822 ], 822 ],
823 'dependencies': [ 823 'dependencies': [
824 '../base/base.gyp:closure_blocks_leopard_compat', 824 '../base/base.gyp:closure_blocks_leopard_compat',
825 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor',
825 ], 826 ],
826 }, { # OS!="mac" 827 }, { # OS!="mac"
827 'dependencies': [ 828 'dependencies': [
828 '../sandbox/sandbox.gyp:sandbox', 829 '../sandbox/sandbox.gyp:sandbox',
829 ], 830 ],
830 }], 831 }],
831 ['chromeos==1', { 832 ['chromeos==1', {
832 'dependencies': [ 833 'dependencies': [
833 '../build/linux/system.gyp:dbus-glib', 834 '../build/linux/system.gyp:dbus-glib',
834 ], 835 ],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 ], 909 ],
909 }], 910 }],
910 ['input_speech==0', { 911 ['input_speech==0', {
911 'sources/': [ 912 'sources/': [
912 ['exclude', '^browser/speech/'], 913 ['exclude', '^browser/speech/'],
913 ], 914 ],
914 }], 915 }],
915 ], 916 ],
916 } 917 }
917 918
OLDNEW
« no previous file with comments | « content/browser/device_orientation/accelerometer_mac.cc ('k') | third_party/sudden_motion_sensor/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698