Commit 675dfa56 authored by jam@chromium.org's avatar jam@chromium.org

Don't make chrome_browser depend on all of views gyp, since that builds test binaries as well.

Review URL: http://codereview.chromium.org/7613001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96258 0039d316-1c4b-4281-b951-d872f2087c98
parent 5ffeb96b
...@@ -4179,11 +4179,13 @@ ...@@ -4179,11 +4179,13 @@
'../google_update/google_update.gyp:google_update', '../google_update/google_update.gyp:google_update',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom', '../third_party/isimpledom/isimpledom.gyp:isimpledom',
'../views/views.gyp:*', '../views/views.gyp:views',
'../views/views.gyp:views_desktop_lib',
'../rlz/rlz.gyp:rlz_lib', '../rlz/rlz.gyp:rlz_lib',
], ],
'export_dependent_settings': [ 'export_dependent_settings': [
'../views/views.gyp:*', '../views/views.gyp:views',
'../views/views.gyp:views_desktop_lib',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'link_settings': { 'link_settings': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment