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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 186883002: Move user_agent code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm user_agent.h includes Created 6 years, 9 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
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 684c0ff1408c745e4180abb20bb98a11b7066e96..938ed12144ad944c3452768943092fafd7745c78 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -34,6 +34,7 @@
'../components/components.gyp:url_matcher',
'../components/components.gyp:wifi_component',
'../content/content.gyp:content_browser',
+ '../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../device/hid/hid.gyp:device_hid',
@@ -54,7 +55,6 @@
'../ui/resources/ui_resources.gyp:ui_resources',
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
- '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
'../webkit/webkit_resources.gyp:webkit_resources',

Powered by Google App Engine
This is Rietveld 408576698