summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 02:22:59 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 02:22:59 +0000
commit65d3bae599943b43b1180c095801da13556873f1 (patch)
treec3c9411a8cc27c13a1f0f0700013abe0f91204ca /views/views.gyp
parent2d0dbbaa2379e0b5d11909f25584c4da0c0610d2 (diff)
downloadchromium_src-65d3bae599943b43b1180c095801da13556873f1.zip
chromium_src-65d3bae599943b43b1180c095801da13556873f1.tar.gz
chromium_src-65d3bae599943b43b1180c095801da13556873f1.tar.bz2
views/ should use resources from app/resources. Move dependent images to this location.
http://crbug.com/11387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp15
1 files changed, 1 insertions, 14 deletions
diff --git a/views/views.gyp b/views/views.gyp
index d65a102..dff1b66 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -44,6 +44,7 @@
'dependencies': [
'../app/app.gyp:app_base',
'../app/app.gyp:app_strings',
+ '../app/app.gyp:app_resources',
'../skia/skia.gyp:skia',
'../third_party/icu38/icu38.gyp:icui18n',
'../third_party/icu38/icu38.gyp:icuuc',
@@ -260,13 +261,6 @@
'window/native_frame_view.cc',
'widget/widget_win.cc',
],
- # TODO: Move these dependencies to platform-neutral once these
- # projects are generated by GYP.
- 'dependencies': [
- '../chrome/chrome.gyp:chrome_resources',
- '../chrome/chrome.gyp:chrome_strings',
- '../chrome/chrome.gyp:theme_resources',
- ],
}],
['OS=="win"', {
'defines': [
@@ -278,13 +272,6 @@
# TODO(beng): move wtl to src/third_party
'../chrome/third_party/wtl/include',
],
- # TODO: remove this when chrome_resources/chrome_strings are
- # generated by GYP.
- # The legacy vcproj we rely on places the grit output in this
- # directory, so we need to explicitly add it to our include path.
- 'include_dirs': [
- '<(PRODUCT_DIR)/grit_derived_sources',
- ],
}],
],
},