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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'public/browser/notification_observer.h', | 238 'public/browser/notification_observer.h', |
239 'public/browser/notification_registrar.cc', | 239 'public/browser/notification_registrar.cc', |
240 'public/browser/notification_registrar.h', | 240 'public/browser/notification_registrar.h', |
241 'public/browser/notification_service.h', | 241 'public/browser/notification_service.h', |
242 'public/browser/notification_source.h', | 242 'public/browser/notification_source.h', |
243 'public/browser/notification_types.h', | 243 'public/browser/notification_types.h', |
244 'public/browser/overscroll_configuration.h', | 244 'public/browser/overscroll_configuration.h', |
245 'public/browser/page_navigator.cc', | 245 'public/browser/page_navigator.cc', |
246 'public/browser/page_navigator.h', | 246 'public/browser/page_navigator.h', |
247 'public/browser/pepper_flash_settings_helper.h', | 247 'public/browser/pepper_flash_settings_helper.h', |
| 248 'public/browser/pepper_vpn_provider_service_helper.cc', |
| 249 'public/browser/pepper_vpn_provider_service_helper.h', |
248 'public/browser/permission_manager.h', | 250 'public/browser/permission_manager.h', |
249 'public/browser/permission_type.h', | 251 'public/browser/permission_type.h', |
250 'public/browser/platform_notification_context.h', | 252 'public/browser/platform_notification_context.h', |
251 'public/browser/platform_notification_service.h', | 253 'public/browser/platform_notification_service.h', |
252 'public/browser/plugin_data_remover.h', | 254 'public/browser/plugin_data_remover.h', |
253 'public/browser/plugin_service.h', | 255 'public/browser/plugin_service.h', |
254 'public/browser/plugin_service_filter.h', | 256 'public/browser/plugin_service_filter.h', |
255 'public/browser/power_save_blocker.h', | 257 'public/browser/power_save_blocker.h', |
256 'public/browser/presentation_screen_availability_listener.h', | 258 'public/browser/presentation_screen_availability_listener.h', |
257 'public/browser/presentation_service_delegate.h', | 259 'public/browser/presentation_service_delegate.h', |
(...skipping 1955 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 |