summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 21:39:13 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 21:39:13 +0000
commite73acd56ff87ba8c6ed0865305f504fe6d61a8ca (patch)
treedcc15a0da431951a3b20d45c580719af4bd14c67 /views
parentf2b50aacbeaf43c61e8b173e73f991f34d1f2968 (diff)
downloadchromium_src-e73acd56ff87ba8c6ed0865305f504fe6d61a8ca.zip
chromium_src-e73acd56ff87ba8c6ed0865305f504fe6d61a8ca.tar.gz
chromium_src-e73acd56ff87ba8c6ed0865305f504fe6d61a8ca.tar.bz2
Changes to have chrome building with net.dll
BUG=76997 TEST=none Review URL: http://codereview.chromium.org/7056049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/views.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 2b2a531..f7f2c7b 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -65,6 +65,8 @@
'../app/app.gyp:app_base',
'../app/app.gyp:app_resources',
'../base/base.gyp:base',
+ '../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',