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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 'browser/histogram_controller.h', | 904 'browser/histogram_controller.h', |
905 'browser/histogram_internals_request_job.cc', | 905 'browser/histogram_internals_request_job.cc', |
906 'browser/histogram_internals_request_job.h', | 906 'browser/histogram_internals_request_job.h', |
907 'browser/histogram_message_filter.cc', | 907 'browser/histogram_message_filter.cc', |
908 'browser/histogram_message_filter.h', | 908 'browser/histogram_message_filter.h', |
909 'browser/histogram_subscriber.h', | 909 'browser/histogram_subscriber.h', |
910 'browser/histogram_synchronizer.cc', | 910 'browser/histogram_synchronizer.cc', |
911 'browser/histogram_synchronizer.h', | 911 'browser/histogram_synchronizer.h', |
912 'browser/host_zoom_level_context.cc', | 912 'browser/host_zoom_level_context.cc', |
913 'browser/host_zoom_level_context.h', | 913 'browser/host_zoom_level_context.h', |
| 914 'browser/host_zoom_level_impl.cc', |
| 915 'browser/host_zoom_level_impl.h', |
914 'browser/host_zoom_map_impl.cc', | 916 'browser/host_zoom_map_impl.cc', |
915 'browser/host_zoom_map_impl.h', | 917 'browser/host_zoom_map_impl.h', |
916 'browser/indexed_db/indexed_db.h', | 918 'browser/indexed_db/indexed_db.h', |
917 'browser/indexed_db/indexed_db_active_blob_registry.cc', | 919 'browser/indexed_db/indexed_db_active_blob_registry.cc', |
918 'browser/indexed_db/indexed_db_active_blob_registry.h', | 920 'browser/indexed_db/indexed_db_active_blob_registry.h', |
919 'browser/indexed_db/indexed_db_backing_store.cc', | 921 'browser/indexed_db/indexed_db_backing_store.cc', |
920 'browser/indexed_db/indexed_db_backing_store.h', | 922 'browser/indexed_db/indexed_db_backing_store.h', |
921 'browser/indexed_db/indexed_db_blob_info.cc', | 923 'browser/indexed_db/indexed_db_blob_info.cc', |
922 'browser/indexed_db/indexed_db_blob_info.h', | 924 'browser/indexed_db/indexed_db_blob_info.h', |
923 'browser/indexed_db/indexed_db_callbacks.cc', | 925 'browser/indexed_db/indexed_db_callbacks.cc', |
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2212 ], | 2214 ], |
2213 }], | 2215 }], |
2214 ['OS != "mac" and OS != "android"', { | 2216 ['OS != "mac" and OS != "android"', { |
2215 'sources!': [ | 2217 'sources!': [ |
2216 'browser/gpu/gpu_surface_tracker.cc', | 2218 'browser/gpu/gpu_surface_tracker.cc', |
2217 'browser/gpu/gpu_surface_tracker.h', | 2219 'browser/gpu/gpu_surface_tracker.h', |
2218 ], | 2220 ], |
2219 }], | 2221 }], |
2220 ], | 2222 ], |
2221 } | 2223 } |
OLD | NEW |