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

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: Rebase. Created 4 years, 6 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'public/browser/notification_observer.h', 239 'public/browser/notification_observer.h',
240 'public/browser/notification_registrar.cc', 240 'public/browser/notification_registrar.cc',
241 'public/browser/notification_registrar.h', 241 'public/browser/notification_registrar.h',
242 'public/browser/notification_service.h', 242 'public/browser/notification_service.h',
243 'public/browser/notification_source.h', 243 'public/browser/notification_source.h',
244 'public/browser/notification_types.h', 244 'public/browser/notification_types.h',
245 'public/browser/overscroll_configuration.h', 245 'public/browser/overscroll_configuration.h',
246 'public/browser/page_navigator.cc', 246 'public/browser/page_navigator.cc',
247 'public/browser/page_navigator.h', 247 'public/browser/page_navigator.h',
248 'public/browser/pepper_flash_settings_helper.h', 248 'public/browser/pepper_flash_settings_helper.h',
249 'public/browser/pepper_vpn_provider_resource_host_proxy.h',
249 'public/browser/permission_manager.h', 250 'public/browser/permission_manager.h',
250 'public/browser/permission_type.h', 251 'public/browser/permission_type.h',
251 'public/browser/platform_notification_context.h', 252 'public/browser/platform_notification_context.h',
252 'public/browser/platform_notification_service.h', 253 'public/browser/platform_notification_service.h',
253 'public/browser/plugin_data_remover.h', 254 'public/browser/plugin_data_remover.h',
254 'public/browser/plugin_service.h', 255 'public/browser/plugin_service.h',
255 'public/browser/plugin_service_filter.h', 256 'public/browser/plugin_service_filter.h',
256 'public/browser/presentation_screen_availability_listener.h', 257 'public/browser/presentation_screen_availability_listener.h',
257 'public/browser/presentation_service_delegate.h', 258 'public/browser/presentation_service_delegate.h',
258 'public/browser/presentation_session.cc', 259 'public/browser/presentation_session.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'public/browser/stream_info.h', 317 'public/browser/stream_info.h',
317 'public/browser/trace_uploader.h', 318 'public/browser/trace_uploader.h',
318 'public/browser/tracing_controller.h', 319 'public/browser/tracing_controller.h',
319 'public/browser/tracing_delegate.cc', 320 'public/browser/tracing_delegate.cc',
320 'public/browser/tracing_delegate.h', 321 'public/browser/tracing_delegate.h',
321 'public/browser/url_data_source.cc', 322 'public/browser/url_data_source.cc',
322 'public/browser/url_data_source.h', 323 'public/browser/url_data_source.h',
323 'public/browser/user_metrics.h', 324 'public/browser/user_metrics.h',
324 'public/browser/utility_process_host.h', 325 'public/browser/utility_process_host.h',
325 'public/browser/utility_process_mojo_client.h', 326 'public/browser/utility_process_mojo_client.h',
327 'public/browser/vpn_service_proxy.h',
326 'public/browser/web_contents.cc', 328 'public/browser/web_contents.cc',
327 'public/browser/web_contents.h', 329 'public/browser/web_contents.h',
328 'public/browser/web_contents_delegate.cc', 330 'public/browser/web_contents_delegate.cc',
329 'public/browser/web_contents_delegate.h', 331 'public/browser/web_contents_delegate.h',
330 'public/browser/web_contents_media_capture_id.cc', 332 'public/browser/web_contents_media_capture_id.cc',
331 'public/browser/web_contents_media_capture_id.h', 333 'public/browser/web_contents_media_capture_id.h',
332 'public/browser/web_contents_observer.cc', 334 'public/browser/web_contents_observer.cc',
333 'public/browser/web_contents_observer.h', 335 'public/browser/web_contents_observer.h',
334 'public/browser/web_contents_user_data.h', 336 'public/browser/web_contents_user_data.h',
335 'public/browser/web_contents_view_delegate.cc', 337 'public/browser/web_contents_view_delegate.cc',
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 ], 2199 ],
2198 }], 2200 }],
2199 ['OS != "mac" and OS != "android"', { 2201 ['OS != "mac" and OS != "android"', {
2200 'sources!': [ 2202 'sources!': [
2201 'browser/gpu/gpu_surface_tracker.cc', 2203 'browser/gpu/gpu_surface_tracker.cc',
2202 'browser/gpu/gpu_surface_tracker.h', 2204 'browser/gpu/gpu_surface_tracker.h',
2203 ], 2205 ],
2204 }], 2206 }],
2205 ], 2207 ],
2206 } 2208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698