diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 23:14:20 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 23:14:20 +0000 |
commit | d3cdb0ffdcb632b53bf2b756b13a848cf74de48c (patch) | |
tree | b0ff0687b32ab735e882fdc1d76b2affc038a62f /chrome/views/views.vcproj | |
parent | cb525c87160b33bfda2092bc6beb6b0d99e797eb (diff) | |
download | chromium_src-d3cdb0ffdcb632b53bf2b756b13a848cf74de48c.zip chromium_src-d3cdb0ffdcb632b53bf2b756b13a848cf74de48c.tar.gz chromium_src-d3cdb0ffdcb632b53bf2b756b13a848cf74de48c.tar.bz2 |
Adds an iterator over tree nodes.
BUG=4065
TEST=none
Review URL: http://codereview.chromium.org/13264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index 3a476eb..e4cdc56 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -582,6 +582,10 @@ >
</File>
<File
+ RelativePath=".\tree_node_iterator.h"
+ >
+ </File>
+ <File
RelativePath=".\tree_node_model.h"
>
</File>
|