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/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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 '../third_party/mozilla/NSString+Utils.mm', | 1025 '../third_party/mozilla/NSString+Utils.mm', |
1026 '../third_party/mozilla/NSURL+Utils.h', | 1026 '../third_party/mozilla/NSURL+Utils.h', |
1027 '../third_party/mozilla/NSURL+Utils.m', | 1027 '../third_party/mozilla/NSURL+Utils.m', |
1028 ], | 1028 ], |
1029 'dependencies': [ | 1029 'dependencies': [ |
1030 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot
ion_sensor', | 1030 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot
ion_sensor', |
1031 ], | 1031 ], |
1032 }], | 1032 }], |
1033 ['chromeos==1', { | 1033 ['chromeos==1', { |
1034 'dependencies': [ | 1034 'dependencies': [ |
1035 '../build/linux/system.gyp:dbus-glib', | 1035 '../build/linux/system.gyp:dbus', |
1036 ], | 1036 ], |
1037 'sources!': [ | 1037 'sources!': [ |
1038 'browser/power_save_blocker_linux.cc', | 1038 'browser/power_save_blocker_linux.cc', |
1039 'browser/renderer_host/gtk_key_bindings_handler.cc', | 1039 'browser/renderer_host/gtk_key_bindings_handler.cc', |
1040 'browser/renderer_host/gtk_key_bindings_handler.h', | 1040 'browser/renderer_host/gtk_key_bindings_handler.h', |
1041 ], | 1041 ], |
1042 }], | 1042 }], |
1043 ['os_bsd==1', { | 1043 ['os_bsd==1', { |
1044 'sources/': [ | 1044 'sources/': [ |
1045 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], | 1045 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 ['exclude', '^browser/renderer_host/java/'], | 1099 ['exclude', '^browser/renderer_host/java/'], |
1100 ], | 1100 ], |
1101 }], | 1101 }], |
1102 ['input_speech==0', { | 1102 ['input_speech==0', { |
1103 'sources/': [ | 1103 'sources/': [ |
1104 ['exclude', '^browser/speech/'], | 1104 ['exclude', '^browser/speech/'], |
1105 ], | 1105 ], |
1106 }], | 1106 }], |
1107 ], | 1107 ], |
1108 } | 1108 } |
OLD | NEW |