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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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/host_zoom_map.cc', | 307 'browser/host_zoom_map.cc', |
308 'browser/host_zoom_map.h', | 308 'browser/host_zoom_map.h', |
309 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', | 309 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', |
310 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', | 310 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', |
311 | |
312 '../webkit/dom_storage/local_storage_database.cc', | |
michaeln
2012/01/24 00:18:16
we should create a new dom_storage library for thi
| |
313 | |
314 | |
311 'browser/in_process_webkit/dom_storage_area.cc', | 315 'browser/in_process_webkit/dom_storage_area.cc', |
312 'browser/in_process_webkit/dom_storage_area.h', | 316 'browser/in_process_webkit/dom_storage_area.h', |
313 'browser/in_process_webkit/dom_storage_context.cc', | 317 'browser/in_process_webkit/dom_storage_context.cc', |
314 'browser/in_process_webkit/dom_storage_context.h', | 318 'browser/in_process_webkit/dom_storage_context.h', |
315 'browser/in_process_webkit/dom_storage_message_filter.cc', | 319 'browser/in_process_webkit/dom_storage_message_filter.cc', |
316 'browser/in_process_webkit/dom_storage_message_filter.h', | 320 'browser/in_process_webkit/dom_storage_message_filter.h', |
317 'browser/in_process_webkit/dom_storage_namespace.cc', | 321 'browser/in_process_webkit/dom_storage_namespace.cc', |
318 'browser/in_process_webkit/dom_storage_namespace.h', | 322 'browser/in_process_webkit/dom_storage_namespace.h', |
319 'browser/in_process_webkit/indexed_db_callbacks.cc', | 323 'browser/in_process_webkit/indexed_db_callbacks.cc', |
320 'browser/in_process_webkit/indexed_db_callbacks.h', | 324 'browser/in_process_webkit/indexed_db_callbacks.h', |
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
826 'ENABLE_JAVA_BRIDGE', | 830 'ENABLE_JAVA_BRIDGE', |
827 ], | 831 ], |
828 }, { | 832 }, { |
829 'sources/': [ | 833 'sources/': [ |
830 ['exclude', '^browser/renderer_host/java/'], | 834 ['exclude', '^browser/renderer_host/java/'], |
831 ], | 835 ], |
832 }], | 836 }], |
833 ], | 837 ], |
834 } | 838 } |
835 | 839 |
OLD | NEW |