summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-09 05:23:12 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-09 05:23:12 +0000
commitcd134c8c51d1c3f7ce35359f6cd6f090563ea0bd (patch)
tree441098f6c03f50e0ed946f324b395c27da733c0b /views
parent506ccef8b227e6329a51bd916b6c68e9fdabea14 (diff)
downloadchromium_src-cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd.zip
chromium_src-cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd.tar.gz
chromium_src-cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd.tar.bz2
Move wtl from chrome/third_party to third_party/. This
breaks dependencies on chrome from webkit, app, views and base. BUG=37649 TEST=compiles Review URL: http://codereview.chromium.org/699001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/views.gyp7
1 files changed, 3 insertions, 4 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 9888628..dfa8b7a 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -298,7 +298,7 @@
'window/window_win.h',
],
'include_dirs': [
- '../chrome/third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'conditions': [
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
@@ -340,8 +340,7 @@
'controls/slider/native_slider_wrapper.h',
],
'include_dirs': [
- # TODO(beng): move wtl to src/third_party
- '../chrome/third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
}],
],
@@ -399,7 +398,7 @@
]
},
'include_dirs': [
- '../chrome/third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
}],
],