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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6735004: Move extension messages to their own file and add a RenderViewObserver to start moving the extens... (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/web_applications/web_app_unittest.cc ('k') | chrome/chrome_renderer.gypi » ('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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'common/extensions/extension_file_util.cc', 164 'common/extensions/extension_file_util.cc',
165 'common/extensions/extension_file_util.h', 165 'common/extensions/extension_file_util.h',
166 'common/extensions/extension_icon_set.cc', 166 'common/extensions/extension_icon_set.cc',
167 'common/extensions/extension_icon_set.h', 167 'common/extensions/extension_icon_set.h',
168 'common/extensions/extension_l10n_util.cc', 168 'common/extensions/extension_l10n_util.cc',
169 'common/extensions/extension_l10n_util.h', 169 'common/extensions/extension_l10n_util.h',
170 'common/extensions/extension_localization_peer.cc', 170 'common/extensions/extension_localization_peer.cc',
171 'common/extensions/extension_localization_peer.h', 171 'common/extensions/extension_localization_peer.h',
172 'common/extensions/extension_message_bundle.cc', 172 'common/extensions/extension_message_bundle.cc',
173 'common/extensions/extension_message_bundle.h', 173 'common/extensions/extension_message_bundle.h',
174 'common/extensions/extension_messages.cc',
175 'common/extensions/extension_messages.h',
174 'common/extensions/extension_resource.cc', 176 'common/extensions/extension_resource.cc',
175 'common/extensions/extension_resource.h', 177 'common/extensions/extension_resource.h',
176 'common/extensions/extension_set.cc', 178 'common/extensions/extension_set.cc',
177 'common/extensions/extension_set.h', 179 'common/extensions/extension_set.h',
178 'common/extensions/extension_sidebar_defaults.h', 180 'common/extensions/extension_sidebar_defaults.h',
179 'common/extensions/extension_sidebar_utils.cc', 181 'common/extensions/extension_sidebar_utils.cc',
180 'common/extensions/extension_sidebar_utils.h', 182 'common/extensions/extension_sidebar_utils.h',
181 'common/extensions/extension_unpacker.cc', 183 'common/extensions/extension_unpacker.cc',
182 'common/extensions/extension_unpacker.h', 184 'common/extensions/extension_unpacker.h',
183 'common/extensions/update_manifest.cc', 185 'common/extensions/update_manifest.cc',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'configurations': { 481 'configurations': {
480 'Common_Base': { 482 'Common_Base': {
481 'msvs_target_platform': 'x64', 483 'msvs_target_platform': 'x64',
482 }, 484 },
483 }, 485 },
484 }, 486 },
485 ], 487 ],
486 }], 488 }],
487 ], 489 ],
488 } 490 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_unittest.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698