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

Side by Side Diff: tools/gtk_clipboard_dump/gcd.scons

Issue 14175: Add a small utility for dumping the system clipboard's contents on GTK. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/SConscript.main ('k') | tools/gtk_clipboard_dump/gtk_clipboard_dump.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Import('env')
2
3 if not env.Bit('linux'):
4 Return()
5
6 env = env.Clone()
7
8 env.Prepend(
9 CPPPATH = [
10 '$CHROME_SRC_DIR',
11 ],
12 )
13
14 input_files = [
15 'gtk_clipboard_dump.cc',
16 ]
17
18 env.ChromeProgram('gtk_clipboard_dump', input_files)
19
OLDNEW
« no previous file with comments | « build/SConscript.main ('k') | tools/gtk_clipboard_dump/gtk_clipboard_dump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698