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

Unified Diff: extensions/extensions.gyp

Issue 619303002: Fix a missing dependency missing extensions.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | 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 59c24ca820f64d7da774b03f4470dd50f75ac2f9..631bd007a300e93b023301e65803097a27197aca 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -28,6 +28,7 @@
'../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
'../url/url.gyp:url_lib',
'../third_party/libxml/libxml.gyp:libxml',
+ 'extensions_resources.gyp:extensions_resources',
'extensions_strings.gyp:extensions_strings',
],
'include_dirs': [
@@ -290,6 +291,7 @@
'common/api/api.gyp:cast_channel_proto',
'common/api/api.gyp:extensions_api',
'extensions_common',
+ 'extensions_resources.gyp:extensions_resources',
'extensions_strings.gyp:extensions_strings',
],
'include_dirs': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698