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

Unified Diff: chrome/chrome.gyp

Issue 337035: Replace ExtensionAction with ExtensionAction2. (Closed)
Patch Set: Remove todo Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 71486f69dc2a7359a9a85684356ae94a7aca5110..9c8f107cfe1f8144dc138f75cd16bf32e632e356 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -538,8 +538,8 @@
'common/extensions/extension_error_reporter.h',
'common/extensions/extension_error_utils.cc',
'common/extensions/extension_error_utils.h',
- 'common/extensions/extension_action2.cc',
- 'common/extensions/extension_action2.h',
+ 'common/extensions/extension_action.cc',
+ 'common/extensions/extension_action.h',
'common/extensions/extension_message_bundle.cc',
'common/extensions/extension_message_bundle.h',
'common/extensions/extension_resource.cc',
@@ -4626,7 +4626,7 @@
'common/common_param_traits_unittest.cc',
'common/extensions/extension_resource_unittest.cc',
'common/extensions/extension_unittest.cc',
- 'common/extensions/extension_action2_unittest.cc',
+ 'common/extensions/extension_action_unittest.cc',
'common/extensions/extension_message_bundle_unittest.cc',
'common/extensions/update_manifest_unittest.cc',
'common/extensions/url_pattern_unittest.cc',
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698