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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1235 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', | 1235 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', |
1236 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources.h
', | 1236 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources.h
', |
1237 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc', | 1237 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc', |
1238 ], | 1238 ], |
1239 'conditions': [ | 1239 'conditions': [ |
1240 ['toolkit_views==1', { | 1240 ['toolkit_views==1', { |
1241 'dependencies': [ | 1241 'dependencies': [ |
1242 '../ui/events/events.gyp:events', | 1242 '../ui/events/events.gyp:events', |
1243 ], | 1243 ], |
1244 }], | 1244 }], |
1245 ['OS!="win" and OS!="mac" and OS!="linux"', { | 1245 ['OS!="linux" or use_udev==0', { |
1246 'sources': [ | 1246 'sources': [ |
1247 'browser/gamepad/gamepad_platform_data_fetcher.cc', | 1247 'browser/gamepad/gamepad_platform_data_fetcher.cc', |
1248 ] | 1248 ] |
1249 }], | 1249 }], |
1250 ['OS=="ios"', { | 1250 ['OS=="ios"', { |
1251 'sources/': [ | 1251 'sources/': [ |
1252 # iOS only needs a small portion of content; exclude all the | 1252 # iOS only needs a small portion of content; exclude all the |
1253 # implementation, and re-include what is used. | 1253 # implementation, and re-include what is used. |
1254 ['exclude', '\\.(cc|mm)$'], | 1254 ['exclude', '\\.(cc|mm)$'], |
1255 ['include', '_ios\\.(cc|mm)$'], | 1255 ['include', '_ios\\.(cc|mm)$'], |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1390 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 1390 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
1391 '../build/linux/system.gyp:fontconfig', | 1391 '../build/linux/system.gyp:fontconfig', |
1392 '../build/linux/system.gyp:gtk', | 1392 '../build/linux/system.gyp:gtk', |
1393 # For XShm* in backing_store_x.cc | 1393 # For XShm* in backing_store_x.cc |
1394 '../build/linux/system.gyp:x11', | 1394 '../build/linux/system.gyp:x11', |
1395 '../dbus/dbus.gyp:dbus', | 1395 '../dbus/dbus.gyp:dbus', |
1396 ], | 1396 ], |
1397 }], | 1397 }], |
1398 ['OS=="linux"', { | 1398 ['OS=="linux"', { |
1399 'dependencies': [ | 1399 'dependencies': [ |
| 1400 '../sandbox/sandbox.gyp:libc_urandom_override', |
| 1401 ], |
| 1402 }], |
| 1403 ['use_udev == 1', { |
| 1404 'dependencies': [ |
1400 '../build/linux/system.gyp:udev', | 1405 '../build/linux/system.gyp:udev', |
1401 '../sandbox/sandbox.gyp:libc_urandom_override', | 1406 ], |
| 1407 }, { |
| 1408 'sources!': [ |
| 1409 'browser/device_monitor_linux.cc', |
| 1410 'browser/device_monitor_linux.h', |
| 1411 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| 1412 'browser/udev_linux.cc', |
| 1413 'browser/udev_linux.h', |
1402 ], | 1414 ], |
1403 }], | 1415 }], |
1404 ['OS=="linux" and use_aura==1', { | 1416 ['OS=="linux" and use_aura==1', { |
1405 'dependencies': [ | 1417 'dependencies': [ |
1406 '../build/linux/system.gyp:dbus', | 1418 '../build/linux/system.gyp:dbus', |
1407 '../build/linux/system.gyp:fontconfig', | 1419 '../build/linux/system.gyp:fontconfig', |
1408 '../dbus/dbus.gyp:dbus', | 1420 '../dbus/dbus.gyp:dbus', |
1409 ], | 1421 ], |
1410 }], | 1422 }], |
1411 ['use_x11==1', { | 1423 ['use_x11==1', { |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1573 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1585 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
1574 ], | 1586 ], |
1575 }, { # input_speech==1 | 1587 }, { # input_speech==1 |
1576 'dependencies': [ | 1588 'dependencies': [ |
1577 '../third_party/flac/flac.gyp:libflac', | 1589 '../third_party/flac/flac.gyp:libflac', |
1578 '../third_party/speex/speex.gyp:libspeex', | 1590 '../third_party/speex/speex.gyp:libspeex', |
1579 ], | 1591 ], |
1580 }], | 1592 }], |
1581 ], | 1593 ], |
1582 } | 1594 } |
OLD | NEW |