Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: content/content_browser.gypi

Issue 12374068: Make it possible to disable udev in linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename device_monitor_linux.* to device_monitor_udev.* Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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!': [
rjkroege 2013/11/18 22:32:19 I didn't provide adequate information. I meant you
Mostyn Bramley-Moore 2013/11/18 23:32:26 It might be a little confusing since there are oth
1409 'browser/device_monitor_udev.cc',
1410 'browser/device_monitor_udev.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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698