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

Side by Side Diff: content/content_browser.gypi

Issue 11368019: Add support for external out-of-process PPAPI plugins in the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/common/view_messages.h ('k') | content/public/browser/browser_ppapi_host.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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['chromeos==1', { 8 ['chromeos==1', {
9 'use_libgps%': 1, 9 'use_libgps%': 1,
10 }, { # chromeos==0 10 }, { # chromeos==0
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'public/browser/notification_details.h', 116 'public/browser/notification_details.h',
117 'public/browser/notification_observer.h', 117 'public/browser/notification_observer.h',
118 'public/browser/notification_registrar.cc', 118 'public/browser/notification_registrar.cc',
119 'public/browser/notification_registrar.h', 119 'public/browser/notification_registrar.h',
120 'public/browser/notification_service.h', 120 'public/browser/notification_service.h',
121 'public/browser/notification_source.h', 121 'public/browser/notification_source.h',
122 'public/browser/notification_types.h', 122 'public/browser/notification_types.h',
123 'public/browser/page_navigator.cc', 123 'public/browser/page_navigator.cc',
124 'public/browser/page_navigator.h', 124 'public/browser/page_navigator.h',
125 'public/browser/pepper_flash_settings_helper.h', 125 'public/browser/pepper_flash_settings_helper.h',
126 'public/browser/pepper_helper.h',
127 'public/browser/plugin_data_remover.h', 126 'public/browser/plugin_data_remover.h',
128 'public/browser/plugin_service_filter.h', 127 'public/browser/plugin_service_filter.h',
129 'public/browser/plugin_service.h', 128 'public/browser/plugin_service.h',
130 'public/browser/profiler_controller.h', 129 'public/browser/profiler_controller.h',
131 'public/browser/profiler_subscriber.h', 130 'public/browser/profiler_subscriber.h',
132 'public/browser/quota_permission_context.h', 131 'public/browser/quota_permission_context.h',
133 'public/browser/render_process_host.h', 132 'public/browser/render_process_host.h',
134 'public/browser/render_process_host_factory.h', 133 'public/browser/render_process_host_factory.h',
135 'public/browser/render_view_host.h', 134 'public/browser/render_view_host.h',
136 'public/browser/render_view_host_observer.cc', 135 'public/browser/render_view_host_observer.cc',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'browser/net/browser_online_state_observer.cc', 503 'browser/net/browser_online_state_observer.cc',
505 'browser/net/browser_online_state_observer.h', 504 'browser/net/browser_online_state_observer.h',
506 'browser/net/view_blob_internals_job_factory.cc', 505 'browser/net/view_blob_internals_job_factory.cc',
507 'browser/net/view_blob_internals_job_factory.h', 506 'browser/net/view_blob_internals_job_factory.h',
508 'browser/net/view_http_cache_job_factory.cc', 507 'browser/net/view_http_cache_job_factory.cc',
509 'browser/net/view_http_cache_job_factory.h', 508 'browser/net/view_http_cache_job_factory.h',
510 'browser/notification_service_impl.cc', 509 'browser/notification_service_impl.cc',
511 'browser/notification_service_impl.h', 510 'browser/notification_service_impl.h',
512 'browser/pepper_flash_settings_helper_impl.cc', 511 'browser/pepper_flash_settings_helper_impl.cc',
513 'browser/pepper_flash_settings_helper_impl.h', 512 'browser/pepper_flash_settings_helper_impl.h',
514 'browser/pepper_helper.cc',
515 'browser/plugin_data_remover_impl.cc', 513 'browser/plugin_data_remover_impl.cc',
516 'browser/plugin_data_remover_impl.h', 514 'browser/plugin_data_remover_impl.h',
517 'browser/plugin_loader_posix.cc', 515 'browser/plugin_loader_posix.cc',
518 'browser/plugin_loader_posix.h', 516 'browser/plugin_loader_posix.h',
519 'browser/plugin_process_host.cc', 517 'browser/plugin_process_host.cc',
520 'browser/plugin_process_host.h', 518 'browser/plugin_process_host.h',
521 'browser/plugin_process_host_mac.cc', 519 'browser/plugin_process_host_mac.cc',
522 'browser/plugin_service_impl.cc', 520 'browser/plugin_service_impl.cc',
523 'browser/plugin_service_impl.h', 521 'browser/plugin_service_impl.h',
524 'browser/power_save_blocker.h', 522 'browser/power_save_blocker.h',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 # the USE_LIBGPS setting propagates to the "real" dependent target, 1128 # the USE_LIBGPS setting propagates to the "real" dependent target,
1131 # we use all_dependent_settings here. 1129 # we use all_dependent_settings here.
1132 'all_dependent_settings': { 1130 'all_dependent_settings': {
1133 'defines': [ 1131 'defines': [
1134 'USE_LIBGPS', 1132 'USE_LIBGPS',
1135 ], 1133 ],
1136 }, 1134 },
1137 }], 1135 }],
1138 ], 1136 ],
1139 } 1137 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/browser_ppapi_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698