Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: chrome/chrome_browser.gypi

Issue 7613001: Don't make chrome_browser depend on all of views gyp, since that builds test binaries as well. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 96198)
+++ chrome/chrome_browser.gypi (working copy)
@@ -4171,11 +4171,13 @@
'../google_update/google_update.gyp:google_update',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
- '../views/views.gyp:*',
+ '../views/views.gyp:views',
+ '../views/views.gyp:views_desktop_lib',
'../rlz/rlz.gyp:rlz_lib',
],
'export_dependent_settings': [
Evan Martin 2011/08/10 19:52:26 We shouldn't have this at all, but that's not your
- '../views/views.gyp:*',
+ '../views/views.gyp:views',
+ '../views/views.gyp:views_desktop_lib',
],
'direct_dependent_settings': {
'link_settings': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698