summaryrefslogtreecommitdiffstats
path: root/printing/printing.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 18:29:52 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 18:29:52 +0000
commite6b2093a888e1e55626475dfe9cc813596b206bc (patch)
treee4ef749d9c58e52f902b5c2d90944c5827d6e8ed /printing/printing.gyp
parentf55849fdae7bd1fdc7cc52767f99d91251496ad0 (diff)
downloadchromium_src-e6b2093a888e1e55626475dfe9cc813596b206bc.zip
chromium_src-e6b2093a888e1e55626475dfe9cc813596b206bc.tar.gz
chromium_src-e6b2093a888e1e55626475dfe9cc813596b206bc.tar.bz2
Roll the DEPS for google-url.
And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. This also changes googleurl.gyp to reference the files under url/, so that we don't break the Blink tree. BUG=229660 R=brettw@chromium.org TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/14089011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printing.gyp')
-rw-r--r--printing/printing.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 8490a03..0587460 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -14,11 +14,11 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/ui.gyp:ui',
+ '../url/url.gyp:url',
],
'defines': [
'PRINTING_IMPLEMENTATION',