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

Side by Side Diff: content/content_browser.gypi

Issue 10907102: Add a PepperHelper::EnablePepperSupportForChannel function to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « content/browser/pepper_helper.cc ('k') | content/public/browser/pepper_helper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'public/browser/notification_details.h', 100 'public/browser/notification_details.h',
101 'public/browser/notification_observer.h', 101 'public/browser/notification_observer.h',
102 'public/browser/notification_registrar.cc', 102 'public/browser/notification_registrar.cc',
103 'public/browser/notification_registrar.h', 103 'public/browser/notification_registrar.h',
104 'public/browser/notification_service.h', 104 'public/browser/notification_service.h',
105 'public/browser/notification_source.h', 105 'public/browser/notification_source.h',
106 'public/browser/notification_types.h', 106 'public/browser/notification_types.h',
107 'public/browser/page_navigator.cc', 107 'public/browser/page_navigator.cc',
108 'public/browser/page_navigator.h', 108 'public/browser/page_navigator.h',
109 'public/browser/pepper_flash_settings_helper.h', 109 'public/browser/pepper_flash_settings_helper.h',
110 'public/browser/pepper_helper.h',
110 'public/browser/plugin_data_remover.h', 111 'public/browser/plugin_data_remover.h',
111 'public/browser/plugin_service_filter.h', 112 'public/browser/plugin_service_filter.h',
112 'public/browser/plugin_service.h', 113 'public/browser/plugin_service.h',
113 'public/browser/profiler_controller.h', 114 'public/browser/profiler_controller.h',
114 'public/browser/profiler_subscriber.h', 115 'public/browser/profiler_subscriber.h',
115 'public/browser/quota_permission_context.h', 116 'public/browser/quota_permission_context.h',
116 'public/browser/render_process_host.h', 117 'public/browser/render_process_host.h',
117 'public/browser/render_process_host_factory.h', 118 'public/browser/render_process_host_factory.h',
118 'public/browser/render_view_host.h', 119 'public/browser/render_view_host.h',
119 'public/browser/render_view_host_observer.cc', 120 'public/browser/render_view_host_observer.cc',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'browser/net/browser_online_state_observer.cc', 472 'browser/net/browser_online_state_observer.cc',
472 'browser/net/browser_online_state_observer.h', 473 'browser/net/browser_online_state_observer.h',
473 'browser/net/view_blob_internals_job_factory.cc', 474 'browser/net/view_blob_internals_job_factory.cc',
474 'browser/net/view_blob_internals_job_factory.h', 475 'browser/net/view_blob_internals_job_factory.h',
475 'browser/net/view_http_cache_job_factory.cc', 476 'browser/net/view_http_cache_job_factory.cc',
476 'browser/net/view_http_cache_job_factory.h', 477 'browser/net/view_http_cache_job_factory.h',
477 'browser/notification_service_impl.cc', 478 'browser/notification_service_impl.cc',
478 'browser/notification_service_impl.h', 479 'browser/notification_service_impl.h',
479 'browser/pepper_flash_settings_helper_impl.cc', 480 'browser/pepper_flash_settings_helper_impl.cc',
480 'browser/pepper_flash_settings_helper_impl.h', 481 'browser/pepper_flash_settings_helper_impl.h',
482 'browser/pepper_helper.cc',
481 'browser/plugin_data_remover_impl.cc', 483 'browser/plugin_data_remover_impl.cc',
482 'browser/plugin_data_remover_impl.h', 484 'browser/plugin_data_remover_impl.h',
483 'browser/plugin_loader_posix.cc', 485 'browser/plugin_loader_posix.cc',
484 'browser/plugin_loader_posix.h', 486 'browser/plugin_loader_posix.h',
485 'browser/plugin_process_host.cc', 487 'browser/plugin_process_host.cc',
486 'browser/plugin_process_host.h', 488 'browser/plugin_process_host.h',
487 'browser/plugin_process_host_mac.cc', 489 'browser/plugin_process_host_mac.cc',
488 'browser/plugin_service_impl.cc', 490 'browser/plugin_service_impl.cc',
489 'browser/plugin_service_impl.h', 491 'browser/plugin_service_impl.h',
490 'browser/power_save_blocker_android.cc', 492 'browser/power_save_blocker_android.cc',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 ['include', '^public/browser/notification_registrar\\.cc$'], 1043 ['include', '^public/browser/notification_registrar\\.cc$'],
1042 ['include', '^public/browser/speech_recognition_'], 1044 ['include', '^public/browser/speech_recognition_'],
1043 ['include', '^browser/notification_service_impl\\.cc$'], 1045 ['include', '^browser/notification_service_impl\\.cc$'],
1044 # Pull in all but one file from speech. 1046 # Pull in all but one file from speech.
1045 ['include', '^browser/speech/'], 1047 ['include', '^browser/speech/'],
1046 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], 1048 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'],
1047 ], 1049 ],
1048 }], 1050 }],
1049 ], 1051 ],
1050 } 1052 }
OLDNEW
« no previous file with comments | « content/browser/pepper_helper.cc ('k') | content/public/browser/pepper_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698