| 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 '../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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'browser/geolocation/win7_location_provider_win.cc', | 292 'browser/geolocation/win7_location_provider_win.cc', |
| 293 'browser/geolocation/win7_location_provider_win.h', | 293 'browser/geolocation/win7_location_provider_win.h', |
| 294 'browser/gpu/gpu_blacklist.cc', | 294 'browser/gpu/gpu_blacklist.cc', |
| 295 'browser/gpu/gpu_blacklist.h', | 295 'browser/gpu/gpu_blacklist.h', |
| 296 'browser/gpu/gpu_data_manager.cc', | 296 'browser/gpu/gpu_data_manager.cc', |
| 297 'browser/gpu/gpu_data_manager.h', | 297 'browser/gpu/gpu_data_manager.h', |
| 298 'browser/gpu/gpu_process_host.cc', | 298 'browser/gpu/gpu_process_host.cc', |
| 299 'browser/gpu/gpu_process_host.h', | 299 'browser/gpu/gpu_process_host.h', |
| 300 'browser/gpu/gpu_process_host_ui_shim.cc', | 300 'browser/gpu/gpu_process_host_ui_shim.cc', |
| 301 'browser/gpu/gpu_process_host_ui_shim.h', | 301 'browser/gpu/gpu_process_host_ui_shim.h', |
| 302 'browser/gpu/gpu_surface_tracker.cc', |
| 303 'browser/gpu/gpu_surface_tracker.h', |
| 302 'browser/host_zoom_map.cc', | 304 'browser/host_zoom_map.cc', |
| 303 'browser/host_zoom_map.h', | 305 'browser/host_zoom_map.h', |
| 304 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', | 306 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', |
| 305 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', | 307 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', |
| 306 'browser/in_process_webkit/dom_storage_area.cc', | 308 'browser/in_process_webkit/dom_storage_area.cc', |
| 307 'browser/in_process_webkit/dom_storage_area.h', | 309 'browser/in_process_webkit/dom_storage_area.h', |
| 308 'browser/in_process_webkit/dom_storage_context.cc', | 310 'browser/in_process_webkit/dom_storage_context.cc', |
| 309 'browser/in_process_webkit/dom_storage_context.h', | 311 'browser/in_process_webkit/dom_storage_context.h', |
| 310 'browser/in_process_webkit/dom_storage_message_filter.cc', | 312 'browser/in_process_webkit/dom_storage_message_filter.cc', |
| 311 'browser/in_process_webkit/dom_storage_message_filter.h', | 313 'browser/in_process_webkit/dom_storage_message_filter.h', |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'ENABLE_JAVA_BRIDGE', | 821 'ENABLE_JAVA_BRIDGE', |
| 820 ], | 822 ], |
| 821 }, { | 823 }, { |
| 822 'sources/': [ | 824 'sources/': [ |
| 823 ['exclude', '^browser/renderer_host/java/'], | 825 ['exclude', '^browser/renderer_host/java/'], |
| 824 ], | 826 ], |
| 825 }], | 827 }], |
| 826 ], | 828 ], |
| 827 } | 829 } |
| 828 | 830 |
| OLD | NEW |