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

Unified Diff: base/build/base.vcproj

Issue 9154: Rewrote the clipboard API to be more concurrent. Added a helper class to make... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « base/base_lib.scons ('k') | base/clipboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/build/base.vcproj
===================================================================
--- base/build/base.vcproj (revision 4189)
+++ base/build/base.vcproj (working copy)
@@ -206,6 +206,10 @@
>
</File>
<File
+ RelativePath="..\clipboard.cc"
+ >
+ </File>
+ <File
RelativePath="..\clipboard.h"
>
</File>
@@ -630,6 +634,14 @@
>
</File>
<File
+ RelativePath="..\scoped_clipboard_writer.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\scoped_clipboard_writer.h"
+ >
+ </File>
+ <File
RelativePath="..\scoped_handle.h"
>
</File>
« no previous file with comments | « base/base_lib.scons ('k') | base/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698