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 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1132 'dependencies': [ | 1132 'dependencies': [ |
1133 '../build/linux/system.gyp:dbus', | 1133 '../build/linux/system.gyp:dbus', |
1134 ], | 1134 ], |
1135 'sources!': [ | 1135 'sources!': [ |
1136 'browser/geolocation/wifi_data_provider_linux.cc', | 1136 'browser/geolocation/wifi_data_provider_linux.cc', |
1137 'browser/power_save_blocker_linux.cc', | 1137 'browser/power_save_blocker_linux.cc', |
1138 'browser/renderer_host/gtk_key_bindings_handler.cc', | 1138 'browser/renderer_host/gtk_key_bindings_handler.cc', |
1139 'browser/renderer_host/gtk_key_bindings_handler.h', | 1139 'browser/renderer_host/gtk_key_bindings_handler.h', |
1140 ], | 1140 ], |
1141 }], | 1141 }], |
1142 ['OS=="linux" and use_udev==0', { | |
1143 'sources!': [ | |
1144 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | |
1145 'browser/udev_linux.cc', | |
1146 'browser/udev_linux.h', | |
1147 'browser/device_monitor_linux.cc', | |
1148 'browser/device_monitor_linux.h', | |
1149 ], | |
1150 'sources': [ | |
1151 'browser/gamepad/gamepad_platform_data_fetcher.cc', | |
1152 ], | |
1153 'dependencies!': [ | |
1154 '../build/linux/system.gyp:udev', | |
1155 ], | |
1156 }, { | |
1157 'defines': [ | |
Lei Zhang
2013/03/04 21:10:25
This would define USE_UDEV on Win/Mac. How about w
Mostyn Bramley-Moore
2013/03/05 00:02:33
Done.
| |
1158 'USE_UDEV', | |
1159 ], | |
1160 }], | |
1142 ['os_bsd==1', { | 1161 ['os_bsd==1', { |
1143 'sources/': [ | 1162 'sources/': [ |
1144 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], | 1163 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], |
1145 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], | 1164 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], |
1146 ], | 1165 ], |
1147 }], | 1166 }], |
1148 ['use_aura!=1 and OS!="win"', { | 1167 ['use_aura!=1 and OS!="win"', { |
1149 'sources!': [ | 1168 'sources!': [ |
1150 'browser/renderer_host/ui_events_helper.cc', | 1169 'browser/renderer_host/ui_events_helper.cc', |
1151 'browser/renderer_host/ui_events_helper.h', | 1170 'browser/renderer_host/ui_events_helper.h', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1225 ['exclude', '^browser/speech/'], | 1244 ['exclude', '^browser/speech/'], |
1226 ], | 1245 ], |
1227 }], | 1246 }], |
1228 ['linux_use_libgps==1', { | 1247 ['linux_use_libgps==1', { |
1229 'dependencies': [ | 1248 'dependencies': [ |
1230 '../build/linux/system.gyp:libgps', | 1249 '../build/linux/system.gyp:libgps', |
1231 ], | 1250 ], |
1232 }], | 1251 }], |
1233 ], | 1252 ], |
1234 } | 1253 } |
OLD | NEW |