views: Remove content dependency from views package.

Copied form https://chromiumcodereview.appspot.com/10915159.

BUG=105557,141187
TBR=ben@chromium.org

Review URL: https://codereview.chromium.org/10960035

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158792 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 2e30ab4..e26937f 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -26,7 +26,6 @@
         '../../base/base.gyp:base_i18n',
         '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
         '../../build/temp_gyp/googleurl.gyp:googleurl',
-        '../../content/content.gyp:content',
         '../../skia/skia.gyp:skia',
         '../../third_party/icu/icu.gyp:icui18n',
         '../../third_party/icu/icu.gyp:icuuc',
@@ -488,6 +487,7 @@
       'type': 'static_library',
       'dependencies': [
         '../../base/base.gyp:base',
+        '../../content/content.gyp:content',
         '../../content/content.gyp:test_support_content',
         '../../ipc/ipc.gyp:test_support_ipc',
         '../../skia/skia.gyp:skia',