Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: content/content_browser.gypi

Issue 1988613005: ppapi: PPB_VpnProvider: Implement Service Helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vpn-permission
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698