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