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

Unified Diff: chrome/chrome_browser.gypi

Issue 6462022: It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ... (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
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | views/controls/button/button_dropdown.cc » ('j') | 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 74228)
+++ 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:*',
sadrul 2011/02/09 05:52:28 Out of curiosity, are the changes in this file int
'../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)',
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | views/controls/button/button_dropdown.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698