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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6682033: Move plugin messages to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/views/about_ipc_dialog.cc ('k') | chrome/common/common_message_generator.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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '../ipc/ipc.gyp:ipc', 158 '../ipc/ipc.gyp:ipc',
159 '../net/net.gyp:net', 159 '../net/net.gyp:net',
160 '../printing/printing.gyp:printing', 160 '../printing/printing.gyp:printing',
161 '../skia/skia.gyp:skia', 161 '../skia/skia.gyp:skia',
162 '../third_party/bzip2/bzip2.gyp:bzip2', 162 '../third_party/bzip2/bzip2.gyp:bzip2',
163 '../third_party/icu/icu.gyp:icui18n', 163 '../third_party/icu/icu.gyp:icui18n',
164 '../third_party/icu/icu.gyp:icuuc', 164 '../third_party/icu/icu.gyp:icuuc',
165 '../third_party/libxml/libxml.gyp:libxml', 165 '../third_party/libxml/libxml.gyp:libxml',
166 '../third_party/sqlite/sqlite.gyp:sqlite', 166 '../third_party/sqlite/sqlite.gyp:sqlite',
167 '../third_party/zlib/zlib.gyp:zlib', 167 '../third_party/zlib/zlib.gyp:zlib',
168 '../third_party/npapi/npapi.gyp:npapi',
169 '../webkit/support/webkit_support.gyp:glue', 168 '../webkit/support/webkit_support.gyp:glue',
170 ], 169 ],
171 'sources': [ 170 'sources': [
172 # .cc, .h, and .mm files under chrome/common that are not required for 171 # .cc, .h, and .mm files under chrome/common that are not required for
173 # building 64-bit Windows targets. Test files are not included. 172 # building 64-bit Windows targets. Test files are not included.
174 'common/automation_constants.cc', 173 'common/automation_constants.cc',
175 'common/automation_constants.h', 174 'common/automation_constants.h',
176 'common/automation_messages.cc', 175 'common/automation_messages.cc',
177 'common/automation_messages.h', 176 'common/automation_messages.h',
178 'common/automation_messages_internal.h', 177 'common/automation_messages_internal.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'common/navigation_gesture.h', 243 'common/navigation_gesture.h',
245 'common/navigation_types.h', 244 'common/navigation_types.h',
246 'common/page_transition_types.cc', 245 'common/page_transition_types.cc',
247 'common/page_transition_types.h', 246 'common/page_transition_types.h',
248 'common/page_type.h', 247 'common/page_type.h',
249 'common/page_zoom.h', 248 'common/page_zoom.h',
250 'common/pepper_plugin_registry.cc', 249 'common/pepper_plugin_registry.cc',
251 'common/pepper_plugin_registry.h', 250 'common/pepper_plugin_registry.h',
252 'common/plugin_carbon_interpose_constants_mac.cc', 251 'common/plugin_carbon_interpose_constants_mac.cc',
253 'common/plugin_carbon_interpose_constants_mac.h', 252 'common/plugin_carbon_interpose_constants_mac.h',
254 'common/plugin_messages.cc',
255 'common/plugin_messages.h',
256 'common/plugin_messages_internal.h',
257 'common/persistent_pref_store.h', 253 'common/persistent_pref_store.h',
258 'common/pref_store.cc', 254 'common/pref_store.cc',
259 'common/pref_store.h', 255 'common/pref_store.h',
260 'common/remoting/chromoting_host_info.cc', 256 'common/remoting/chromoting_host_info.cc',
261 'common/remoting/chromoting_host_info.h', 257 'common/remoting/chromoting_host_info.h',
262 'common/render_messages.cc', 258 'common/render_messages.cc',
263 'common/render_messages.h', 259 'common/render_messages.h',
264 'common/render_messages_internal.h', 260 'common/render_messages_internal.h',
265 'common/render_messages_params.cc', 261 'common/render_messages_params.cc',
266 'common/render_messages_params.h', 262 'common/render_messages_params.h',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'chrome_strings', 497 'chrome_strings',
502 'common_constants_win64', 498 'common_constants_win64',
503 'app/policy/cloud_policy_codegen.gyp:policy_win64', 499 'app/policy/cloud_policy_codegen.gyp:policy_win64',
504 '../app/app.gyp:app_base_nacl_win64', 500 '../app/app.gyp:app_base_nacl_win64',
505 '../app/app.gyp:app_resources', 501 '../app/app.gyp:app_resources',
506 '../base/base.gyp:base_nacl_win64', 502 '../base/base.gyp:base_nacl_win64',
507 '../ipc/ipc.gyp:ipc_win64', 503 '../ipc/ipc.gyp:ipc_win64',
508 '../third_party/libxml/libxml.gyp:libxml', 504 '../third_party/libxml/libxml.gyp:libxml',
509 ], 505 ],
510 'include_dirs': [ 506 'include_dirs': [
511 '../third_party/npapi',
512 '../third_party/icu/public/i18n', 507 '../third_party/icu/public/i18n',
513 '../third_party/icu/public/common', 508 '../third_party/icu/public/common',
514 # We usually get these skia directories by adding a dependency on 509 # We usually get these skia directories by adding a dependency on
515 # skia, bu we don't need it for NaCl's 64-bit Windows support. The 510 # skia, bu we don't need it for NaCl's 64-bit Windows support. The
516 # directories are required for resolving the includes in any case. 511 # directories are required for resolving the includes in any case.
517 '../third_party/skia/include/config', 512 '../third_party/skia/include/config',
518 '../third_party/skia/include/core', 513 '../third_party/skia/include/core',
519 '../skia/config', 514 '../skia/config',
520 '../skia/config/win', 515 '../skia/config/win',
521 ], 516 ],
(...skipping 26 matching lines...) Expand all
548 'configurations': { 543 'configurations': {
549 'Common_Base': { 544 'Common_Base': {
550 'msvs_target_platform': 'x64', 545 'msvs_target_platform': 'x64',
551 }, 546 },
552 }, 547 },
553 }, 548 },
554 ], 549 ],
555 }], 550 }],
556 ], 551 ],
557 } 552 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/about_ipc_dialog.cc ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698