| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'public/browser/notification_database_data.h', | 237 'public/browser/notification_database_data.h', |
| 238 'public/browser/notification_details.h', | 238 'public/browser/notification_details.h', |
| 239 'public/browser/notification_event_dispatcher.h', | 239 'public/browser/notification_event_dispatcher.h', |
| 240 'public/browser/notification_observer.h', | 240 'public/browser/notification_observer.h', |
| 241 'public/browser/notification_registrar.cc', | 241 'public/browser/notification_registrar.cc', |
| 242 'public/browser/notification_registrar.h', | 242 'public/browser/notification_registrar.h', |
| 243 'public/browser/notification_service.h', | 243 'public/browser/notification_service.h', |
| 244 'public/browser/notification_source.h', | 244 'public/browser/notification_source.h', |
| 245 'public/browser/notification_types.h', | 245 'public/browser/notification_types.h', |
| 246 'public/browser/overscroll_configuration.h', | 246 'public/browser/overscroll_configuration.h', |
| 247 'public/browser/owned_interface.h', | |
| 248 'public/browser/page_navigator.cc', | 247 'public/browser/page_navigator.cc', |
| 249 'public/browser/page_navigator.h', | 248 'public/browser/page_navigator.h', |
| 250 'public/browser/pepper_flash_settings_helper.h', | 249 'public/browser/pepper_flash_settings_helper.h', |
| 251 'public/browser/pepper_vpn_provider_resource_host_proxy.h', | 250 'public/browser/pepper_vpn_provider_resource_host_proxy.h', |
| 252 'public/browser/permission_manager.h', | 251 'public/browser/permission_manager.h', |
| 253 'public/browser/permission_type.h', | 252 'public/browser/permission_type.h', |
| 254 'public/browser/platform_notification_context.h', | 253 'public/browser/platform_notification_context.h', |
| 255 'public/browser/platform_notification_service.h', | 254 'public/browser/platform_notification_service.h', |
| 256 'public/browser/plugin_data_remover.h', | 255 'public/browser/plugin_data_remover.h', |
| 257 'public/browser/plugin_service.h', | 256 'public/browser/plugin_service.h', |
| (...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2169 ], | 2168 ], |
| 2170 }], | 2169 }], |
| 2171 ['OS != "mac" and OS != "android"', { | 2170 ['OS != "mac" and OS != "android"', { |
| 2172 'sources!': [ | 2171 'sources!': [ |
| 2173 'browser/gpu/gpu_surface_tracker.cc', | 2172 'browser/gpu/gpu_surface_tracker.cc', |
| 2174 'browser/gpu/gpu_surface_tracker.h', | 2173 'browser/gpu/gpu_surface_tracker.h', |
| 2175 ], | 2174 ], |
| 2176 }], | 2175 }], |
| 2177 ], | 2176 ], |
| 2178 } | 2177 } |
| OLD | NEW |