diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 04:59:34 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 04:59:34 +0000 |
commit | 4b99114c6bdae2a4ecd178c6d92ff363ed471f98 (patch) | |
tree | a09260505eb8dbb55c674a65431a955d3039f3cb /views/views.gyp | |
parent | d1012a1d42133cfe092154cc64be13d1d9b68c3d (diff) | |
download | chromium_src-4b99114c6bdae2a4ecd178c6d92ff363ed471f98.zip chromium_src-4b99114c6bdae2a4ecd178c6d92ff363ed471f98.tar.gz chromium_src-4b99114c6bdae2a4ecd178c6d92ff363ed471f98.tar.bz2 |
fix bustage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/views.gyp b/views/views.gyp index 268abed..4b33286 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -251,8 +251,8 @@ 'controls/throbber.h', 'controls/tree/tree_view.cc', 'controls/tree/tree_view.h', - 'debug_utils.cc', - 'debug_utils.h', + #'debug_utils.cc', + #'debug_utils.h', 'drag_utils.cc', 'drag_utils.h', 'drag_utils_gtk.cc', |