| 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_mac.mm', | |
| 217 'browser/gamepad/data_fetcher_mac.h', | |
| 218 'browser/gamepad/data_fetcher_win.cc', | |
| 219 'browser/gamepad/data_fetcher_win.h', | |
| 220 'browser/gamepad/gamepad_provider.cc', | 216 'browser/gamepad/gamepad_provider.cc', |
| 221 'browser/gamepad/gamepad_provider.h', | 217 'browser/gamepad/gamepad_provider.h', |
| 222 'browser/gamepad/gamepad_service.cc', | 218 'browser/gamepad/gamepad_service.cc', |
| 223 'browser/gamepad/gamepad_service.h', | 219 'browser/gamepad/gamepad_service.h', |
| 220 'browser/gamepad/gamepad_standard_mappings_linux.cc', |
| 221 'browser/gamepad/gamepad_standard_mappings_linux.h', |
| 222 'browser/gamepad/platform_data_fetcher.h', |
| 223 'browser/gamepad/platform_data_fetcher_linux.cc', |
| 224 'browser/gamepad/platform_data_fetcher_linux.h', |
| 225 'browser/gamepad/platform_data_fetcher_mac.h', |
| 226 'browser/gamepad/platform_data_fetcher_mac.mm', |
| 227 'browser/gamepad/platform_data_fetcher_win.cc', |
| 228 'browser/gamepad/platform_data_fetcher_win.h', |
| 224 'browser/geolocation/access_token_store.cc', | 229 'browser/geolocation/access_token_store.cc', |
| 225 'browser/geolocation/access_token_store.h', | 230 'browser/geolocation/access_token_store.h', |
| 226 'browser/geolocation/arbitrator_dependency_factory.cc', | 231 'browser/geolocation/arbitrator_dependency_factory.cc', |
| 227 'browser/geolocation/arbitrator_dependency_factory.h', | 232 'browser/geolocation/arbitrator_dependency_factory.h', |
| 228 'browser/geolocation/core_location_data_provider_mac.h', | 233 'browser/geolocation/core_location_data_provider_mac.h', |
| 229 'browser/geolocation/core_location_data_provider_mac.mm', | 234 'browser/geolocation/core_location_data_provider_mac.mm', |
| 230 'browser/geolocation/core_location_provider_mac.h', | 235 'browser/geolocation/core_location_provider_mac.h', |
| 231 'browser/geolocation/core_location_provider_mac.mm', | 236 'browser/geolocation/core_location_provider_mac.mm', |
| 232 'browser/geolocation/device_data_provider.cc', | 237 'browser/geolocation/device_data_provider.cc', |
| 233 'browser/geolocation/device_data_provider.h', | 238 'browser/geolocation/device_data_provider.h', |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 '../dbus/dbus.gyp:dbus', | 696 '../dbus/dbus.gyp:dbus', |
| 692 ], | 697 ], |
| 693 'conditions': [ | 698 'conditions': [ |
| 694 ['linux_sandbox_path != ""', { | 699 ['linux_sandbox_path != ""', { |
| 695 'defines': [ | 700 'defines': [ |
| 696 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | 701 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
| 697 ], | 702 ], |
| 698 }], | 703 }], |
| 699 ], | 704 ], |
| 700 }], | 705 }], |
| 706 ['OS=="linux"', { |
| 707 'dependencies': [ |
| 708 '../build/linux/system.gyp:udev', |
| 709 ], |
| 710 }], |
| 701 ['OS=="linux" and toolkit_uses_gtk==0', { | 711 ['OS=="linux" and toolkit_uses_gtk==0', { |
| 702 'dependencies': [ | 712 'dependencies': [ |
| 703 '../build/linux/system.gyp:dbus', | 713 '../build/linux/system.gyp:dbus', |
| 704 '../build/linux/system.gyp:fontconfig', | 714 '../build/linux/system.gyp:fontconfig', |
| 705 '../build/linux/system.gyp:x11', | 715 '../build/linux/system.gyp:x11', |
| 706 '../dbus/dbus.gyp:dbus', | 716 '../dbus/dbus.gyp:dbus', |
| 707 ], | 717 ], |
| 708 }], | 718 }], |
| 709 ['OS=="mac"', { | 719 ['OS=="mac"', { |
| 710 'sources': [ | 720 'sources': [ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 'ENABLE_JAVA_BRIDGE', | 807 'ENABLE_JAVA_BRIDGE', |
| 798 ], | 808 ], |
| 799 }, { | 809 }, { |
| 800 'sources/': [ | 810 'sources/': [ |
| 801 ['exclude', '^browser/renderer_host/java/'], | 811 ['exclude', '^browser/renderer_host/java/'], |
| 802 ], | 812 ], |
| 803 }], | 813 }], |
| 804 ], | 814 ], |
| 805 } | 815 } |
| 806 | 816 |
| OLD | NEW |