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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 'browser/gpu/gpu_blacklist.h', | 297 'browser/gpu/gpu_blacklist.h', |
298 'browser/gpu/gpu_data_manager.cc', | 298 'browser/gpu/gpu_data_manager.cc', |
299 'browser/gpu/gpu_data_manager.h', | 299 'browser/gpu/gpu_data_manager.h', |
300 'browser/gpu/gpu_performance_stats.cc', | 300 'browser/gpu/gpu_performance_stats.cc', |
301 'browser/gpu/gpu_performance_stats.h', | 301 'browser/gpu/gpu_performance_stats.h', |
302 'browser/gpu/gpu_performance_stats_win.cc', | 302 'browser/gpu/gpu_performance_stats_win.cc', |
303 'browser/gpu/gpu_process_host.cc', | 303 'browser/gpu/gpu_process_host.cc', |
304 'browser/gpu/gpu_process_host.h', | 304 'browser/gpu/gpu_process_host.h', |
305 'browser/gpu/gpu_process_host_ui_shim.cc', | 305 'browser/gpu/gpu_process_host_ui_shim.cc', |
306 'browser/gpu/gpu_process_host_ui_shim.h', | 306 'browser/gpu/gpu_process_host_ui_shim.h', |
| 307 'browser/gpu/gpu_surface_tracker.cc', |
| 308 'browser/gpu/gpu_surface_tracker.h', |
307 'browser/host_zoom_map.cc', | 309 'browser/host_zoom_map.cc', |
308 'browser/host_zoom_map.h', | 310 'browser/host_zoom_map.h', |
309 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', | 311 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', |
310 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', | 312 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', |
311 'browser/in_process_webkit/dom_storage_area.cc', | 313 'browser/in_process_webkit/dom_storage_area.cc', |
312 'browser/in_process_webkit/dom_storage_area.h', | 314 'browser/in_process_webkit/dom_storage_area.h', |
313 'browser/in_process_webkit/dom_storage_context.cc', | 315 'browser/in_process_webkit/dom_storage_context.cc', |
314 'browser/in_process_webkit/dom_storage_context.h', | 316 'browser/in_process_webkit/dom_storage_context.h', |
315 'browser/in_process_webkit/dom_storage_message_filter.cc', | 317 'browser/in_process_webkit/dom_storage_message_filter.cc', |
316 'browser/in_process_webkit/dom_storage_message_filter.h', | 318 'browser/in_process_webkit/dom_storage_message_filter.h', |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 'ENABLE_JAVA_BRIDGE', | 828 'ENABLE_JAVA_BRIDGE', |
827 ], | 829 ], |
828 }, { | 830 }, { |
829 'sources/': [ | 831 'sources/': [ |
830 ['exclude', '^browser/renderer_host/java/'], | 832 ['exclude', '^browser/renderer_host/java/'], |
831 ], | 833 ], |
832 }], | 834 }], |
833 ], | 835 ], |
834 } | 836 } |
835 | 837 |
OLD | NEW |