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

Unified Diff: chrome/chrome_browser.gypi

Issue 6452011: Rework tree APIs to reflect Google style and more const-correctness.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 74117)
+++ chrome/chrome_browser.gypi (working copy)
@@ -3931,11 +3931,11 @@
'../google_update/google_update.gyp:google_update',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
- '../views/views.gyp:views',
+ '../views/views.gyp:*',
'../rlz/rlz.gyp:rlz_lib',
],
'export_dependent_settings': [
- '../views/views.gyp:views',
+ '../views/views.gyp:*',
],
'direct_dependent_settings': {
'link_settings': {
@@ -3986,7 +3986,7 @@
'conditions': [
['OS=="linux" and toolkit_views==1',{
'dependencies': [
- '../views/views.gyp:views',
+ '../views/views.gyp:*',
],
'include_dirs': [
'<(INTERMEDIATE_DIR)',

Powered by Google App Engine
This is Rietveld 408576698