Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index dc732b1308ec3262187e403b3ce56254ae32c5b0..9328cf7aea6ebac19d6cd441396603cfc68c3583 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -358,6 +358,7 @@ |
'<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
'<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
'<(DEPTH)/url/url.gyp:url_lib', |
+ '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', |
], |
'sources': [ |
'<@(chrome_common_sources)' |
@@ -496,7 +497,10 @@ |
], |
}, { |
# Non-Android. |
- 'sources': [ '<@(chrome_common_importer_sources)' ] |
+ 'sources': [ '<@(chrome_common_importer_sources)' ], |
+ 'dependencies': [ |
+ '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', |
+ ], |
}], |
['OS=="win"', { |
'include_dirs': [ |