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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7812020: Moved the following IPC messages used by the chrome NPAPI plugin installer out of content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « chrome/browser/plugin_observer.cc ('k') | chrome/common/chrome_plugin_messages.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'common/automation_messages.cc', 130 'common/automation_messages.cc',
131 'common/automation_messages.h', 131 'common/automation_messages.h',
132 'common/automation_messages_internal.h', 132 'common/automation_messages_internal.h',
133 'common/badge_util.cc', 133 'common/badge_util.cc',
134 'common/badge_util.h', 134 'common/badge_util.h',
135 'common/bzip2_error_handler.cc', 135 'common/bzip2_error_handler.cc',
136 'common/chrome_content_client.cc', 136 'common/chrome_content_client.cc',
137 'common/chrome_content_client.h', 137 'common/chrome_content_client.h',
138 'common/chrome_content_plugin_client.cc', 138 'common/chrome_content_plugin_client.cc',
139 'common/chrome_content_plugin_client.h', 139 'common/chrome_content_plugin_client.h',
140 'common/chrome_plugin_messages.h',
140 'common/cloud_print/cloud_print_proxy_info.cc', 141 'common/cloud_print/cloud_print_proxy_info.cc',
141 'common/cloud_print/cloud_print_proxy_info.h', 142 'common/cloud_print/cloud_print_proxy_info.h',
142 'common/common_api.h', 143 'common/common_api.h',
143 'common/common_message_generator.cc', 144 'common/common_message_generator.cc',
144 'common/common_message_generator.h', 145 'common/common_message_generator.h',
145 'common/common_param_traits.cc', 146 'common/common_param_traits.cc',
146 'common/common_param_traits.h', 147 'common/common_param_traits.h',
147 'common/custom_handlers/protocol_handler.cc', 148 'common/custom_handlers/protocol_handler.cc',
148 'common/custom_handlers/protocol_handler.h', 149 'common/custom_handlers/protocol_handler.h',
149 'common/default_plugin.cc', 150 'common/default_plugin.cc',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'configurations': { 491 'configurations': {
491 'Common_Base': { 492 'Common_Base': {
492 'msvs_target_platform': 'x64', 493 'msvs_target_platform': 'x64',
493 }, 494 },
494 }, 495 },
495 }, 496 },
496 ], 497 ],
497 }], 498 }],
498 ], 499 ],
499 } 500 }
OLDNEW
« no previous file with comments | « chrome/browser/plugin_observer.cc ('k') | chrome/common/chrome_plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698