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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'browser/devtools/render_view_devtools_agent_host.cc', | 385 'browser/devtools/render_view_devtools_agent_host.cc', |
386 'browser/devtools/render_view_devtools_agent_host.h', | 386 'browser/devtools/render_view_devtools_agent_host.h', |
387 'browser/devtools/renderer_overrides_handler.cc', | 387 'browser/devtools/renderer_overrides_handler.cc', |
388 'browser/devtools/renderer_overrides_handler.h', | 388 'browser/devtools/renderer_overrides_handler.h', |
389 'browser/devtools/tethering_handler.h', | 389 'browser/devtools/tethering_handler.h', |
390 'browser/devtools/tethering_handler.cc', | 390 'browser/devtools/tethering_handler.cc', |
391 'browser/devtools/worker_devtools_manager.cc', | 391 'browser/devtools/worker_devtools_manager.cc', |
392 'browser/devtools/worker_devtools_manager.h', | 392 'browser/devtools/worker_devtools_manager.h', |
393 'browser/devtools/worker_devtools_message_filter.cc', | 393 'browser/devtools/worker_devtools_message_filter.cc', |
394 'browser/devtools/worker_devtools_message_filter.h', | 394 'browser/devtools/worker_devtools_message_filter.h', |
395 'browser/device_monitor_linux.cc', | |
396 'browser/device_monitor_linux.h', | |
397 'browser/device_monitor_mac.h', | 395 'browser/device_monitor_mac.h', |
398 'browser/device_monitor_mac.mm', | 396 'browser/device_monitor_mac.mm', |
| 397 'browser/device_monitor_udev.cc', |
| 398 'browser/device_monitor_udev.h', |
399 'browser/device_orientation/data_fetcher_impl_android.cc', | 399 'browser/device_orientation/data_fetcher_impl_android.cc', |
400 'browser/device_orientation/data_fetcher_impl_android.h', | 400 'browser/device_orientation/data_fetcher_impl_android.h', |
401 'browser/device_orientation/data_fetcher_shared_memory.h', | 401 'browser/device_orientation/data_fetcher_shared_memory.h', |
402 'browser/device_orientation/data_fetcher_shared_memory_android.cc', | 402 'browser/device_orientation/data_fetcher_shared_memory_android.cc', |
403 'browser/device_orientation/data_fetcher_shared_memory_base.cc', | 403 'browser/device_orientation/data_fetcher_shared_memory_base.cc', |
404 'browser/device_orientation/data_fetcher_shared_memory_base.h', | 404 'browser/device_orientation/data_fetcher_shared_memory_base.h', |
405 'browser/device_orientation/data_fetcher_shared_memory_default.cc', | 405 'browser/device_orientation/data_fetcher_shared_memory_default.cc', |
406 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', | 406 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', |
407 'browser/device_orientation/data_fetcher_shared_memory_win.cc', | 407 'browser/device_orientation/data_fetcher_shared_memory_win.cc', |
408 'browser/device_orientation/device_data.h', | 408 'browser/device_orientation/device_data.h', |
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1254 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', | 1254 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', |
1255 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources.h
', | 1255 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources.h
', |
1256 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc', | 1256 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc', |
1257 ], | 1257 ], |
1258 'conditions': [ | 1258 'conditions': [ |
1259 ['toolkit_views==1', { | 1259 ['toolkit_views==1', { |
1260 'dependencies': [ | 1260 'dependencies': [ |
1261 '../ui/events/events.gyp:events', | 1261 '../ui/events/events.gyp:events', |
1262 ], | 1262 ], |
1263 }], | 1263 }], |
1264 ['OS!="win" and OS!="mac" and OS!="linux"', { | 1264 ['OS!="win" and OS!="mac" and (OS!="linux" or use_udev==0)', { |
1265 'sources': [ | 1265 'sources': [ |
1266 'browser/gamepad/gamepad_platform_data_fetcher.cc', | 1266 'browser/gamepad/gamepad_platform_data_fetcher.cc', |
1267 ] | 1267 ] |
1268 }], | 1268 }], |
1269 ['OS=="ios"', { | 1269 ['OS=="ios"', { |
1270 'sources/': [ | 1270 'sources/': [ |
1271 # iOS only needs a small portion of content; exclude all the | 1271 # iOS only needs a small portion of content; exclude all the |
1272 # implementation, and re-include what is used. | 1272 # implementation, and re-include what is used. |
1273 ['exclude', '\\.(cc|mm)$'], | 1273 ['exclude', '\\.(cc|mm)$'], |
1274 ['include', '_ios\\.(cc|mm)$'], | 1274 ['include', '_ios\\.(cc|mm)$'], |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1407 'dependencies': [ | 1407 'dependencies': [ |
1408 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 1408 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
1409 '../build/linux/system.gyp:fontconfig', | 1409 '../build/linux/system.gyp:fontconfig', |
1410 '../build/linux/system.gyp:gtk', | 1410 '../build/linux/system.gyp:gtk', |
1411 # For XShm* in backing_store_x.cc | 1411 # For XShm* in backing_store_x.cc |
1412 '../build/linux/system.gyp:x11', | 1412 '../build/linux/system.gyp:x11', |
1413 ], | 1413 ], |
1414 }], | 1414 }], |
1415 ['OS=="linux"', { | 1415 ['OS=="linux"', { |
1416 'dependencies': [ | 1416 'dependencies': [ |
| 1417 '../sandbox/sandbox.gyp:libc_urandom_override', |
| 1418 ], |
| 1419 }], |
| 1420 ['use_udev == 1', { |
| 1421 'dependencies': [ |
1417 '../build/linux/system.gyp:udev', | 1422 '../build/linux/system.gyp:udev', |
1418 '../sandbox/sandbox.gyp:libc_urandom_override', | 1423 ], |
| 1424 }, { |
| 1425 'sources!': [ |
| 1426 'browser/device_monitor_udev.cc', |
| 1427 'browser/device_monitor_udev.h', |
| 1428 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| 1429 'browser/udev_linux.cc', |
| 1430 'browser/udev_linux.h', |
1419 ], | 1431 ], |
1420 }], | 1432 }], |
1421 ['OS=="linux" and use_aura==1', { | 1433 ['OS=="linux" and use_aura==1', { |
1422 'dependencies': [ | 1434 'dependencies': [ |
1423 '../build/linux/system.gyp:fontconfig', | 1435 '../build/linux/system.gyp:fontconfig', |
1424 ], | 1436 ], |
1425 }], | 1437 }], |
1426 ['use_x11==1', { | 1438 ['use_x11==1', { |
1427 'dependencies': [ | 1439 'dependencies': [ |
1428 '../build/linux/system.gyp:x11', | 1440 '../build/linux/system.gyp:x11', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1611 '../build/linux/system.gyp:dbus', | 1623 '../build/linux/system.gyp:dbus', |
1612 '../dbus/dbus.gyp:dbus', | 1624 '../dbus/dbus.gyp:dbus', |
1613 ], | 1625 ], |
1614 }, { # OS != "linux" or use_dbus==0 | 1626 }, { # OS != "linux" or use_dbus==0 |
1615 'sources!': [ | 1627 'sources!': [ |
1616 'browser/geolocation/wifi_data_provider_linux.cc', | 1628 'browser/geolocation/wifi_data_provider_linux.cc', |
1617 ], | 1629 ], |
1618 }], | 1630 }], |
1619 ], | 1631 ], |
1620 } | 1632 } |
OLD | NEW |