| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'browser/file_metadata_mac.mm', | 206 'browser/file_metadata_mac.mm', |
| 207 'browser/file_system/browser_file_system_helper.cc', | 207 'browser/file_system/browser_file_system_helper.cc', |
| 208 'browser/file_system/browser_file_system_helper.h', | 208 'browser/file_system/browser_file_system_helper.h', |
| 209 'browser/file_system/file_system_dispatcher_host.cc', | 209 'browser/file_system/file_system_dispatcher_host.cc', |
| 210 'browser/file_system/file_system_dispatcher_host.h', | 210 'browser/file_system/file_system_dispatcher_host.h', |
| 211 'browser/find_pasteboard.h', | 211 'browser/find_pasteboard.h', |
| 212 'browser/find_pasteboard.mm', | 212 'browser/find_pasteboard.mm', |
| 213 'browser/font_list_async.cc', | 213 'browser/font_list_async.cc', |
| 214 'browser/font_list_async.h', | 214 'browser/font_list_async.h', |
| 215 'browser/gamepad/data_fetcher.h', | 215 'browser/gamepad/data_fetcher.h', |
| 216 'browser/gamepad/data_fetcher_linux.cc', |
| 217 'browser/gamepad/data_fetcher_linux.h', |
| 218 'browser/gamepad/data_fetcher_mac.h', |
| 216 'browser/gamepad/data_fetcher_mac.mm', | 219 'browser/gamepad/data_fetcher_mac.mm', |
| 217 'browser/gamepad/data_fetcher_mac.h', | |
| 218 'browser/gamepad/data_fetcher_win.cc', | 220 'browser/gamepad/data_fetcher_win.cc', |
| 219 'browser/gamepad/data_fetcher_win.h', | 221 'browser/gamepad/data_fetcher_win.h', |
| 220 'browser/gamepad/gamepad_provider.cc', | 222 'browser/gamepad/gamepad_provider.cc', |
| 221 'browser/gamepad/gamepad_provider.h', | 223 'browser/gamepad/gamepad_provider.h', |
| 222 'browser/gamepad/gamepad_service.cc', | 224 'browser/gamepad/gamepad_service.cc', |
| 223 'browser/gamepad/gamepad_service.h', | 225 'browser/gamepad/gamepad_service.h', |
| 226 'browser/gamepad/gamepad_standard_mappings_linux.cc', |
| 227 'browser/gamepad/gamepad_standard_mappings_linux.h', |
| 224 'browser/geolocation/access_token_store.cc', | 228 'browser/geolocation/access_token_store.cc', |
| 225 'browser/geolocation/access_token_store.h', | 229 'browser/geolocation/access_token_store.h', |
| 226 'browser/geolocation/arbitrator_dependency_factory.cc', | 230 'browser/geolocation/arbitrator_dependency_factory.cc', |
| 227 'browser/geolocation/arbitrator_dependency_factory.h', | 231 'browser/geolocation/arbitrator_dependency_factory.h', |
| 228 'browser/geolocation/core_location_data_provider_mac.h', | 232 'browser/geolocation/core_location_data_provider_mac.h', |
| 229 'browser/geolocation/core_location_data_provider_mac.mm', | 233 'browser/geolocation/core_location_data_provider_mac.mm', |
| 230 'browser/geolocation/core_location_provider_mac.h', | 234 'browser/geolocation/core_location_provider_mac.h', |
| 231 'browser/geolocation/core_location_provider_mac.mm', | 235 'browser/geolocation/core_location_provider_mac.mm', |
| 232 'browser/geolocation/device_data_provider.cc', | 236 'browser/geolocation/device_data_provider.cc', |
| 233 'browser/geolocation/device_data_provider.h', | 237 'browser/geolocation/device_data_provider.h', |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 '../dbus/dbus.gyp:dbus', | 695 '../dbus/dbus.gyp:dbus', |
| 692 ], | 696 ], |
| 693 'conditions': [ | 697 'conditions': [ |
| 694 ['linux_sandbox_path != ""', { | 698 ['linux_sandbox_path != ""', { |
| 695 'defines': [ | 699 'defines': [ |
| 696 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | 700 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
| 697 ], | 701 ], |
| 698 }], | 702 }], |
| 699 ], | 703 ], |
| 700 }], | 704 }], |
| 705 ['OS=="linux"', { |
| 706 'include_dirs': [ |
| 707 '../third_party/libudev', |
| 708 ], |
| 709 }], |
| 701 ['OS=="linux" and toolkit_uses_gtk==0', { | 710 ['OS=="linux" and toolkit_uses_gtk==0', { |
| 702 'dependencies': [ | 711 'dependencies': [ |
| 703 '../build/linux/system.gyp:dbus', | 712 '../build/linux/system.gyp:dbus', |
| 704 '../build/linux/system.gyp:fontconfig', | 713 '../build/linux/system.gyp:fontconfig', |
| 705 '../build/linux/system.gyp:x11', | 714 '../build/linux/system.gyp:x11', |
| 706 '../dbus/dbus.gyp:dbus', | 715 '../dbus/dbus.gyp:dbus', |
| 707 ], | 716 ], |
| 708 }], | 717 }], |
| 709 ['OS=="mac"', { | 718 ['OS=="mac"', { |
| 710 'sources': [ | 719 'sources': [ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 'ENABLE_JAVA_BRIDGE', | 806 'ENABLE_JAVA_BRIDGE', |
| 798 ], | 807 ], |
| 799 }, { | 808 }, { |
| 800 'sources/': [ | 809 'sources/': [ |
| 801 ['exclude', '^browser/renderer_host/java/'], | 810 ['exclude', '^browser/renderer_host/java/'], |
| 802 ], | 811 ], |
| 803 }], | 812 }], |
| 804 ], | 813 ], |
| 805 } | 814 } |
| 806 | 815 |
| OLD | NEW |