diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-10 02:50:27 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-10 02:50:27 +0000 |
commit | f57f28bc5f898518083c10a05f779e31275b7b31 (patch) | |
tree | b7b5e6053a958a9d870b64131d0c872cd9a60a3d /base/build | |
parent | ca888139d781d74f3f71391f97ac26e515543d38 (diff) | |
download | chromium_src-f57f28bc5f898518083c10a05f779e31275b7b31.zip chromium_src-f57f28bc5f898518083c10a05f779e31275b7b31.tar.gz chromium_src-f57f28bc5f898518083c10a05f779e31275b7b31.tar.bz2 |
Add a NOTIMPLEMENTED() macro to annotate the code paths which need revisiting for the mac/linux port.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 9a732b0..7f362aa 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -426,6 +426,10 @@ > </File> <File + RelativePath="..\notimplemented.h" + > + </File> + <File RelativePath="..\object_watcher.cc" > </File> |