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

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: Refactor patch. Communication now handled using ContentBrowserClient. 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/page_navigator.cc', 247 'public/browser/page_navigator.cc',
248 'public/browser/page_navigator.h', 248 'public/browser/page_navigator.h',
249 'public/browser/pepper_flash_settings_helper.h', 249 'public/browser/pepper_flash_settings_helper.h',
250 'public/browser/pepper_vpn_provider_resource_host_proxy.h',
250 'public/browser/permission_manager.h', 251 'public/browser/permission_manager.h',
251 'public/browser/permission_type.h', 252 'public/browser/permission_type.h',
252 'public/browser/platform_notification_context.h', 253 'public/browser/platform_notification_context.h',
253 'public/browser/platform_notification_service.h', 254 'public/browser/platform_notification_service.h',
254 'public/browser/plugin_data_remover.h', 255 'public/browser/plugin_data_remover.h',
255 'public/browser/plugin_service.h', 256 'public/browser/plugin_service.h',
256 'public/browser/plugin_service_filter.h', 257 'public/browser/plugin_service_filter.h',
257 'public/browser/power_save_blocker.h', 258 'public/browser/power_save_blocker.h',
258 'public/browser/power_save_blocker_factory.h', 259 'public/browser/power_save_blocker_factory.h',
259 'public/browser/presentation_screen_availability_listener.h', 260 'public/browser/presentation_screen_availability_listener.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'public/browser/stream_info.cc', 319 'public/browser/stream_info.cc',
319 'public/browser/stream_info.h', 320 'public/browser/stream_info.h',
320 'public/browser/trace_uploader.h', 321 'public/browser/trace_uploader.h',
321 'public/browser/tracing_controller.h', 322 'public/browser/tracing_controller.h',
322 'public/browser/tracing_delegate.cc', 323 'public/browser/tracing_delegate.cc',
323 'public/browser/tracing_delegate.h', 324 'public/browser/tracing_delegate.h',
324 'public/browser/url_data_source.cc', 325 'public/browser/url_data_source.cc',
325 'public/browser/url_data_source.h', 326 'public/browser/url_data_source.h',
326 'public/browser/user_metrics.h', 327 'public/browser/user_metrics.h',
327 'public/browser/utility_process_host.h', 328 'public/browser/utility_process_host.h',
329 'public/browser/vpn_service_proxy.h',
328 'public/browser/web_contents.cc', 330 'public/browser/web_contents.cc',
329 'public/browser/web_contents.h', 331 'public/browser/web_contents.h',
330 'public/browser/web_contents_delegate.cc', 332 'public/browser/web_contents_delegate.cc',
331 'public/browser/web_contents_delegate.h', 333 'public/browser/web_contents_delegate.h',
332 'public/browser/web_contents_media_capture_id.cc', 334 'public/browser/web_contents_media_capture_id.cc',
333 'public/browser/web_contents_media_capture_id.h', 335 'public/browser/web_contents_media_capture_id.h',
334 'public/browser/web_contents_observer.cc', 336 'public/browser/web_contents_observer.cc',
335 'public/browser/web_contents_observer.h', 337 'public/browser/web_contents_observer.h',
336 'public/browser/web_contents_user_data.h', 338 'public/browser/web_contents_user_data.h',
337 'public/browser/web_contents_view_delegate.cc', 339 'public/browser/web_contents_view_delegate.cc',
(...skipping 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 ], 2208 ],
2207 }], 2209 }],
2208 ['OS != "mac" and OS != "android"', { 2210 ['OS != "mac" and OS != "android"', {
2209 'sources!': [ 2211 'sources!': [
2210 'browser/gpu/gpu_surface_tracker.cc', 2212 'browser/gpu/gpu_surface_tracker.cc',
2211 'browser/gpu/gpu_surface_tracker.h', 2213 'browser/gpu/gpu_surface_tracker.h',
2212 ], 2214 ],
2213 }], 2215 }],
2214 ], 2216 ],
2215 } 2217 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698