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

Side by Side Diff: content/content_browser.gypi

Issue 10785047: Remove all the OS X 10.6 SDK forward declarations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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) 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 '../third_party/mozilla/ComplexTextInputPanel.h', 906 '../third_party/mozilla/ComplexTextInputPanel.h',
907 '../third_party/mozilla/ComplexTextInputPanel.mm', 907 '../third_party/mozilla/ComplexTextInputPanel.mm',
908 '../third_party/mozilla/NSPasteboard+Utils.h', 908 '../third_party/mozilla/NSPasteboard+Utils.h',
909 '../third_party/mozilla/NSPasteboard+Utils.mm', 909 '../third_party/mozilla/NSPasteboard+Utils.mm',
910 '../third_party/mozilla/NSString+Utils.h', 910 '../third_party/mozilla/NSString+Utils.h',
911 '../third_party/mozilla/NSString+Utils.mm', 911 '../third_party/mozilla/NSString+Utils.mm',
912 '../third_party/mozilla/NSURL+Utils.h', 912 '../third_party/mozilla/NSURL+Utils.h',
913 '../third_party/mozilla/NSURL+Utils.m', 913 '../third_party/mozilla/NSURL+Utils.m',
914 ], 914 ],
915 'dependencies': [ 915 'dependencies': [
916 '../base/base.gyp:closure_blocks_leopard_compat',
917 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor', 916 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor',
918 ], 917 ],
919 }, { # OS!="mac" 918 }, { # OS!="mac"
920 'dependencies': [ 919 'dependencies': [
921 '../sandbox/sandbox.gyp:sandbox', 920 '../sandbox/sandbox.gyp:sandbox',
922 ], 921 ],
923 }], 922 }],
924 ['chromeos==1', { 923 ['chromeos==1', {
925 'dependencies': [ 924 'dependencies': [
926 '../build/linux/system.gyp:dbus-glib', 925 '../build/linux/system.gyp:dbus-glib',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 ['exclude', '^browser/renderer_host/java/'], 995 ['exclude', '^browser/renderer_host/java/'],
997 ], 996 ],
998 }], 997 }],
999 ['input_speech==0', { 998 ['input_speech==0', {
1000 'sources/': [ 999 'sources/': [
1001 ['exclude', '^browser/speech/'], 1000 ['exclude', '^browser/speech/'],
1002 ], 1001 ],
1003 }], 1002 }],
1004 ], 1003 ],
1005 } 1004 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | media/audio/mac/audio_input_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698