Chromium Code Reviews

Unified Diff: chrome/chrome_common.gypi

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get rid of defines used for testing deps Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine