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

Unified Diff: extensions/extensions.gyp

Issue 454873005: Move UpdateManifest to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « extensions/common/update_manifest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 4365ad1268e7b6c9216f5f1ce0a3b1ea138243c2..b111b8125dc819dea3fab26c96c5e809ff214390 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -28,6 +28,7 @@
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
'../url/url.gyp:url_lib',
+ '../third_party/libxml/libxml.gyp:libxml',
'common/api/api.gyp:extensions_api',
'extensions_strings.gyp:extensions_strings',
],
@@ -202,6 +203,8 @@
'common/url_pattern.h',
'common/url_pattern_set.cc',
'common/url_pattern_set.h',
+ 'common/update_manifest.cc',
+ 'common/update_manifest.h',
'common/user_script.cc',
'common/user_script.h',
'common/value_counter.cc',
« no previous file with comments | « extensions/common/update_manifest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698