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

Side by Side Diff: content/content_browser.gypi

Issue 10391173: Pepper Flash settings integration: implement "deauthorize content licenses". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | Annotate | Revision Log
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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'public/browser/navigation_type.h', 98 'public/browser/navigation_type.h',
99 'public/browser/notification_details.h', 99 'public/browser/notification_details.h',
100 'public/browser/notification_observer.h', 100 'public/browser/notification_observer.h',
101 'public/browser/notification_registrar.cc', 101 'public/browser/notification_registrar.cc',
102 'public/browser/notification_registrar.h', 102 'public/browser/notification_registrar.h',
103 'public/browser/notification_service.h', 103 'public/browser/notification_service.h',
104 'public/browser/notification_source.h', 104 'public/browser/notification_source.h',
105 'public/browser/notification_types.h', 105 'public/browser/notification_types.h',
106 'public/browser/page_navigator.cc', 106 'public/browser/page_navigator.cc',
107 'public/browser/page_navigator.h', 107 'public/browser/page_navigator.h',
108 'public/browser/pepper_flash_settings_helper.h',
108 'public/browser/plugin_data_remover.h', 109 'public/browser/plugin_data_remover.h',
109 'public/browser/plugin_service_filter.h', 110 'public/browser/plugin_service_filter.h',
110 'public/browser/plugin_service.h', 111 'public/browser/plugin_service.h',
111 'public/browser/profiler_controller.h', 112 'public/browser/profiler_controller.h',
112 'public/browser/profiler_subscriber.h', 113 'public/browser/profiler_subscriber.h',
113 'public/browser/quota_permission_context.h', 114 'public/browser/quota_permission_context.h',
114 'public/browser/render_process_host.h', 115 'public/browser/render_process_host.h',
115 'public/browser/render_process_host_factory.h', 116 'public/browser/render_process_host_factory.h',
116 'public/browser/render_view_host.h', 117 'public/browser/render_view_host.h',
117 'public/browser/render_view_host_observer.cc', 118 'public/browser/render_view_host_observer.cc',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'browser/mime_registry_message_filter.cc', 423 'browser/mime_registry_message_filter.cc',
423 'browser/mime_registry_message_filter.h', 424 'browser/mime_registry_message_filter.h',
424 'browser/net/browser_online_state_observer.cc', 425 'browser/net/browser_online_state_observer.cc',
425 'browser/net/browser_online_state_observer.h', 426 'browser/net/browser_online_state_observer.h',
426 'browser/net/view_blob_internals_job_factory.cc', 427 'browser/net/view_blob_internals_job_factory.cc',
427 'browser/net/view_blob_internals_job_factory.h', 428 'browser/net/view_blob_internals_job_factory.h',
428 'browser/net/view_http_cache_job_factory.cc', 429 'browser/net/view_http_cache_job_factory.cc',
429 'browser/net/view_http_cache_job_factory.h', 430 'browser/net/view_http_cache_job_factory.h',
430 'browser/notification_service_impl.cc', 431 'browser/notification_service_impl.cc',
431 'browser/notification_service_impl.h', 432 'browser/notification_service_impl.h',
433 'browser/pepper_flash_settings_helper_impl.cc',
434 'browser/pepper_flash_settings_helper_impl.h',
432 'browser/plugin_data_remover_impl.cc', 435 'browser/plugin_data_remover_impl.cc',
433 'browser/plugin_data_remover_impl.h', 436 'browser/plugin_data_remover_impl.h',
434 'browser/plugin_loader_posix.cc', 437 'browser/plugin_loader_posix.cc',
435 'browser/plugin_loader_posix.h', 438 'browser/plugin_loader_posix.h',
436 'browser/plugin_process_host.cc', 439 'browser/plugin_process_host.cc',
437 'browser/plugin_process_host.h', 440 'browser/plugin_process_host.h',
438 'browser/plugin_process_host_mac.cc', 441 'browser/plugin_process_host_mac.cc',
439 'browser/plugin_service_impl.cc', 442 'browser/plugin_service_impl.cc',
440 'browser/plugin_service_impl.h', 443 'browser/plugin_service_impl.h',
441 'browser/power_save_blocker.h', 444 'browser/power_save_blocker.h',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 ], 961 ],
959 }], 962 }],
960 ['input_speech==0', { 963 ['input_speech==0', {
961 'sources/': [ 964 'sources/': [
962 ['exclude', '^browser/speech/'], 965 ['exclude', '^browser/speech/'],
963 ], 966 ],
964 }], 967 }],
965 ], 968 ],
966 } 969 }
967 970
OLDNEW
« no previous file with comments | « content/browser/renderer_host/pepper_file_message_filter.cc ('k') | content/ppapi_plugin/broker_process_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698