| 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 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1154 'browser/net/network_errors_listing_ui.cc', | 1154 'browser/net/network_errors_listing_ui.cc', |
| 1155 'browser/net/network_errors_listing_ui.h', | 1155 'browser/net/network_errors_listing_ui.h', |
| 1156 'browser/net/quota_policy_cookie_store.cc', | 1156 'browser/net/quota_policy_cookie_store.cc', |
| 1157 'browser/net/quota_policy_cookie_store.h', | 1157 'browser/net/quota_policy_cookie_store.h', |
| 1158 'browser/net/view_blob_internals_job_factory.cc', | 1158 'browser/net/view_blob_internals_job_factory.cc', |
| 1159 'browser/net/view_blob_internals_job_factory.h', | 1159 'browser/net/view_blob_internals_job_factory.h', |
| 1160 'browser/net/view_http_cache_job_factory.cc', | 1160 'browser/net/view_http_cache_job_factory.cc', |
| 1161 'browser/net/view_http_cache_job_factory.h', | 1161 'browser/net/view_http_cache_job_factory.h', |
| 1162 'browser/notification_service_impl.cc', | 1162 'browser/notification_service_impl.cc', |
| 1163 'browser/notification_service_impl.h', | 1163 'browser/notification_service_impl.h', |
| 1164 'browser/notifications/blink_notification_service_impl.cc', |
| 1165 'browser/notifications/blink_notification_service_impl.h', |
| 1164 'browser/notifications/notification_database.cc', | 1166 'browser/notifications/notification_database.cc', |
| 1165 'browser/notifications/notification_database.h', | 1167 'browser/notifications/notification_database.h', |
| 1166 'browser/notifications/notification_database_data_conversions.cc', | 1168 'browser/notifications/notification_database_data_conversions.cc', |
| 1167 'browser/notifications/notification_database_data_conversions.h', | 1169 'browser/notifications/notification_database_data_conversions.h', |
| 1168 'browser/notifications/notification_event_dispatcher_impl.cc', | 1170 'browser/notifications/notification_event_dispatcher_impl.cc', |
| 1169 'browser/notifications/notification_event_dispatcher_impl.h', | 1171 'browser/notifications/notification_event_dispatcher_impl.h', |
| 1170 'browser/notifications/notification_id_generator.cc', | 1172 'browser/notifications/notification_id_generator.cc', |
| 1171 'browser/notifications/notification_id_generator.h', | 1173 'browser/notifications/notification_id_generator.h', |
| 1172 'browser/notifications/notification_message_filter.cc', | 1174 'browser/notifications/notification_message_filter.cc', |
| 1173 'browser/notifications/notification_message_filter.h', | 1175 'browser/notifications/notification_message_filter.h', |
| (...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2213 ], | 2215 ], |
| 2214 }], | 2216 }], |
| 2215 ['OS != "mac" and OS != "android"', { | 2217 ['OS != "mac" and OS != "android"', { |
| 2216 'sources!': [ | 2218 'sources!': [ |
| 2217 'browser/gpu/gpu_surface_tracker.cc', | 2219 'browser/gpu/gpu_surface_tracker.cc', |
| 2218 'browser/gpu/gpu_surface_tracker.h', | 2220 'browser/gpu/gpu_surface_tracker.h', |
| 2219 ], | 2221 ], |
| 2220 }], | 2222 }], |
| 2221 ], | 2223 ], |
| 2222 } | 2224 } |
| OLD | NEW |