| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 8d878dd50b972ba1fc2d5d9a164d4327eee4c1c6..e06584282bf23c56c3133e6d8ae0b66a7bc29ded 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -5,7 +5,6 @@
|
| {
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../components/tracing.gyp:tracing',
|
| '../media/media.gyp:media',
|
| '../net/net.gyp:net',
|
| @@ -13,6 +12,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../ui/ui.gyp:shell_dialogs',
|
| '../ui/ui.gyp:ui',
|
| + '../url/url.gyp:url_lib',
|
| '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
|
| ],
|
| 'include_dirs': [
|
|
|