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

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
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'public/browser/notification_details.h', 115 'public/browser/notification_details.h',
116 'public/browser/notification_observer.h', 116 'public/browser/notification_observer.h',
117 'public/browser/notification_registrar.cc', 117 'public/browser/notification_registrar.cc',
118 'public/browser/notification_registrar.h', 118 'public/browser/notification_registrar.h',
119 'public/browser/notification_service.h', 119 'public/browser/notification_service.h',
120 'public/browser/notification_source.h', 120 'public/browser/notification_source.h',
121 'public/browser/notification_types.h', 121 'public/browser/notification_types.h',
122 'public/browser/page_navigator.cc', 122 'public/browser/page_navigator.cc',
123 'public/browser/page_navigator.h', 123 'public/browser/page_navigator.h',
124 'public/browser/pepper_flash_settings_helper.h', 124 'public/browser/pepper_flash_settings_helper.h',
125 'public/browser/pepper_helper.h',
126 'public/browser/plugin_data_remover.h', 125 'public/browser/plugin_data_remover.h',
127 'public/browser/plugin_service_filter.h', 126 'public/browser/plugin_service_filter.h',
128 'public/browser/plugin_service.h', 127 'public/browser/plugin_service.h',
129 'public/browser/profiler_controller.h', 128 'public/browser/profiler_controller.h',
130 'public/browser/profiler_subscriber.h', 129 'public/browser/profiler_subscriber.h',
131 'public/browser/quota_permission_context.h', 130 'public/browser/quota_permission_context.h',
132 'public/browser/render_process_host.h', 131 'public/browser/render_process_host.h',
133 'public/browser/render_process_host_factory.h', 132 'public/browser/render_process_host_factory.h',
134 'public/browser/render_view_host.h', 133 'public/browser/render_view_host.h',
135 'public/browser/render_view_host_observer.cc', 134 'public/browser/render_view_host_observer.cc',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'browser/net/browser_online_state_observer.cc', 501 'browser/net/browser_online_state_observer.cc',
503 'browser/net/browser_online_state_observer.h', 502 'browser/net/browser_online_state_observer.h',
504 'browser/net/view_blob_internals_job_factory.cc', 503 'browser/net/view_blob_internals_job_factory.cc',
505 'browser/net/view_blob_internals_job_factory.h', 504 'browser/net/view_blob_internals_job_factory.h',
506 'browser/net/view_http_cache_job_factory.cc', 505 'browser/net/view_http_cache_job_factory.cc',
507 'browser/net/view_http_cache_job_factory.h', 506 'browser/net/view_http_cache_job_factory.h',
508 'browser/notification_service_impl.cc', 507 'browser/notification_service_impl.cc',
509 'browser/notification_service_impl.h', 508 'browser/notification_service_impl.h',
510 'browser/pepper_flash_settings_helper_impl.cc', 509 'browser/pepper_flash_settings_helper_impl.cc',
511 'browser/pepper_flash_settings_helper_impl.h', 510 'browser/pepper_flash_settings_helper_impl.h',
512 'browser/pepper_helper.cc',
513 'browser/plugin_data_remover_impl.cc', 511 'browser/plugin_data_remover_impl.cc',
514 'browser/plugin_data_remover_impl.h', 512 'browser/plugin_data_remover_impl.h',
515 'browser/plugin_loader_posix.cc', 513 'browser/plugin_loader_posix.cc',
516 'browser/plugin_loader_posix.h', 514 'browser/plugin_loader_posix.h',
517 'browser/plugin_process_host.cc', 515 'browser/plugin_process_host.cc',
518 'browser/plugin_process_host.h', 516 'browser/plugin_process_host.h',
519 'browser/plugin_process_host_mac.cc', 517 'browser/plugin_process_host_mac.cc',
520 'browser/plugin_service_impl.cc', 518 'browser/plugin_service_impl.cc',
521 'browser/plugin_service_impl.h', 519 'browser/plugin_service_impl.h',
522 'browser/power_save_blocker.h', 520 'browser/power_save_blocker.h',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 # the USE_LIBGPS setting propagates to the "real" dependent target, 1124 # the USE_LIBGPS setting propagates to the "real" dependent target,
1127 # we use all_dependent_settings here. 1125 # we use all_dependent_settings here.
1128 'all_dependent_settings': { 1126 'all_dependent_settings': {
1129 'defines': [ 1127 'defines': [
1130 'USE_LIBGPS', 1128 'USE_LIBGPS',
1131 ], 1129 ],
1132 }, 1130 },
1133 }], 1131 }],
1134 ], 1132 ],
1135 } 1133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698