summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-08-18 09:42:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-18 16:43:20 +0000
commit04d426614b0e56b7e797e5d99731299fe04e1631 (patch)
tree79df54966a86a8910b422c19994b9b0b6360359f /chrome/chrome.gyp
parent33a03dc022fc92bb462c9b08e1d4217a1945d344 (diff)
downloadchromium_src-04d426614b0e56b7e797e5d99731299fe04e1631.zip
chromium_src-04d426614b0e56b7e797e5d99731299fe04e1631.tar.gz
chromium_src-04d426614b0e56b7e797e5d99731299fe04e1631.tar.bz2
chrome: Get rid of url_util from chrome_common_net.
Only RenderViewContextMenu uses it and the function is tiny and self contained, no reason to have a separate file just for it. BUG=None R=thestig@chromium.org Review URL: https://codereview.chromium.org/1297553002 Cr-Commit-Position: refs/heads/master@{#343939}
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index cd18077..fcb94b2 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -722,7 +722,6 @@
'dependencies': [
'chrome_resources.gyp:chrome_strings',
'common',
- 'common_net',
'../base/base.gyp:base',
'../components/components.gyp:cloud_devices_common',
'../google_apis/google_apis.gyp:google_apis',