| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |