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

Unified Diff: chrome/chrome_common.gypi

Issue 13375017: Move the ViewType enum to extensions\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_common.gypi
===================================================================
--- chrome/chrome_common.gypi (revision 191609)
+++ chrome/chrome_common.gypi (working copy)
@@ -94,6 +94,8 @@
'../extensions/common/url_pattern.h',
'../extensions/common/url_pattern_set.cc',
'../extensions/common/url_pattern_set.h',
+ '../extensions/common/view_type.cc',
+ '../extensions/common/view_type.h',
'common/all_messages.h',
'common/attrition_experiments.h',
'common/auto_start_linux.cc',
@@ -399,8 +401,6 @@
'common/time_format.h',
'common/url_constants.cc',
'common/url_constants.h',
- 'common/view_type.cc',
- 'common/view_type.h',
'common/web_apps.cc',
'common/web_apps.h',
'common/web_resource/web_resource_unpacker.cc',

Powered by Google App Engine
This is Rietveld 408576698