Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: trunk/src/components/autofill.gypi

Issue 14109014: Lets try this again. (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/cloud_print/service/service.gyp ('k') | trunk/src/components/visitedlink.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/components/autofill.gypi
===================================================================
--- trunk/src/components/autofill.gypi (revision 193988)
+++ trunk/src/components/autofill.gypi (working copy)
@@ -44,11 +44,11 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'../ui/ui.gyp:ui',
+ '../url/url.gyp:url',
],
'conditions': [
['OS == "android"', {
@@ -108,7 +108,6 @@
'webdata_common',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
@@ -119,6 +118,7 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../ui/ui.gyp:ui',
+ '../url/url.gyp:url',
'../webkit/support/webkit_support.gyp:webkit_resources',
# For grip/generated_resources.h and grit/chromium_strings.h
« no previous file with comments | « trunk/src/cloud_print/service/service.gyp ('k') | trunk/src/components/visitedlink.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698