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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 'browser/indexed_db/indexed_db_callbacks.cc', | 893 'browser/indexed_db/indexed_db_callbacks.cc', |
894 'browser/indexed_db/indexed_db_callbacks.h', | 894 'browser/indexed_db/indexed_db_callbacks.h', |
895 'browser/indexed_db/indexed_db_class_factory.cc', | 895 'browser/indexed_db/indexed_db_class_factory.cc', |
896 'browser/indexed_db/indexed_db_class_factory.h', | 896 'browser/indexed_db/indexed_db_class_factory.h', |
897 'browser/indexed_db/indexed_db_connection.cc', | 897 'browser/indexed_db/indexed_db_connection.cc', |
898 'browser/indexed_db/indexed_db_connection.h', | 898 'browser/indexed_db/indexed_db_connection.h', |
899 'browser/indexed_db/indexed_db_context_impl.cc', | 899 'browser/indexed_db/indexed_db_context_impl.cc', |
900 'browser/indexed_db/indexed_db_context_impl.h', | 900 'browser/indexed_db/indexed_db_context_impl.h', |
901 'browser/indexed_db/indexed_db_cursor.cc', | 901 'browser/indexed_db/indexed_db_cursor.cc', |
902 'browser/indexed_db/indexed_db_cursor.h', | 902 'browser/indexed_db/indexed_db_cursor.h', |
| 903 'browser/indexed_db/indexed_db_data_loss_info.h', |
903 'browser/indexed_db/indexed_db_database.cc', | 904 'browser/indexed_db/indexed_db_database.cc', |
904 'browser/indexed_db/indexed_db_database.h', | 905 'browser/indexed_db/indexed_db_database.h', |
905 'browser/indexed_db/indexed_db_database_callbacks.cc', | 906 'browser/indexed_db/indexed_db_database_callbacks.cc', |
906 'browser/indexed_db/indexed_db_database_callbacks.h', | 907 'browser/indexed_db/indexed_db_database_callbacks.h', |
907 'browser/indexed_db/indexed_db_database_error.cc', | 908 'browser/indexed_db/indexed_db_database_error.cc', |
908 'browser/indexed_db/indexed_db_database_error.h', | 909 'browser/indexed_db/indexed_db_database_error.h', |
909 'browser/indexed_db/indexed_db_dispatcher_host.cc', | 910 'browser/indexed_db/indexed_db_dispatcher_host.cc', |
910 'browser/indexed_db/indexed_db_dispatcher_host.h', | 911 'browser/indexed_db/indexed_db_dispatcher_host.h', |
911 'browser/indexed_db/indexed_db_factory.h', | 912 'browser/indexed_db/indexed_db_factory.h', |
912 'browser/indexed_db/indexed_db_factory_impl.cc', | 913 'browser/indexed_db/indexed_db_factory_impl.cc', |
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2168 ], | 2169 ], |
2169 }], | 2170 }], |
2170 ['OS != "mac" and OS != "android"', { | 2171 ['OS != "mac" and OS != "android"', { |
2171 'sources!': [ | 2172 'sources!': [ |
2172 'browser/gpu/gpu_surface_tracker.cc', | 2173 'browser/gpu/gpu_surface_tracker.cc', |
2173 'browser/gpu/gpu_surface_tracker.h', | 2174 'browser/gpu/gpu_surface_tracker.h', |
2174 ], | 2175 ], |
2175 }], | 2176 }], |
2176 ], | 2177 ], |
2177 } | 2178 } |
OLD | NEW |