Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: chrome/chrome_common.gypi

Issue 6869051: Move PepperPluginRegistry to content, while leaving the Chrome specific bits (NaCl, registration ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/common/chrome_content_client.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'common/json_pref_store.h', 195 'common/json_pref_store.h',
196 'common/json_schema_validator.cc', 196 'common/json_schema_validator.cc',
197 'common/json_schema_validator.h', 197 'common/json_schema_validator.h',
198 'common/jstemplate_builder.cc', 198 'common/jstemplate_builder.cc',
199 'common/jstemplate_builder.h', 199 'common/jstemplate_builder.h',
200 'common/launchd_mac.h', 200 'common/launchd_mac.h',
201 'common/launchd_mac.mm', 201 'common/launchd_mac.mm',
202 'common/libxml_utils.cc', 202 'common/libxml_utils.cc',
203 'common/libxml_utils.h', 203 'common/libxml_utils.h',
204 'common/native_window_notification_source.h', 204 'common/native_window_notification_source.h',
205 'common/pepper_plugin_registry.cc',
206 'common/pepper_plugin_registry.h',
207 'common/persistent_pref_store.h', 205 'common/persistent_pref_store.h',
208 'common/pref_store.cc', 206 'common/pref_store.cc',
209 'common/pref_store.h', 207 'common/pref_store.h',
210 'common/print_messages.h', 208 'common/print_messages.h',
211 'common/remoting/chromoting_host_info.cc', 209 'common/remoting/chromoting_host_info.cc',
212 'common/remoting/chromoting_host_info.h', 210 'common/remoting/chromoting_host_info.h',
213 'common/render_messages.cc', 211 'common/render_messages.cc',
214 'common/render_messages.h', 212 'common/render_messages.h',
215 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', 213 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc',
216 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', 214 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'configurations': { 525 'configurations': {
528 'Common_Base': { 526 'Common_Base': {
529 'msvs_target_platform': 'x64', 527 'msvs_target_platform': 'x64',
530 }, 528 },
531 }, 529 },
532 }, 530 },
533 ], 531 ],
534 }], 532 }],
535 ], 533 ],
536 } 534 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698