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

Unified Diff: build/SConscript.main

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, 12 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gtk_clipboard_dump/gcd.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 7483)
+++ build/SConscript.main (working copy)
@@ -113,6 +113,7 @@
SKIA_DIR = '$OBJ_ROOT/skia',
TESTING_DIR = '$OBJ_ROOT/testing',
THIRD_PARTY_DIR = '$OBJ_ROOT/third_party',
+ TOOLS_DIR = '$OBJ_ROOT/tools',
V8_DIR = '$OBJ_ROOT/v8',
WEBKIT_DIR = '$OBJ_ROOT/webkit',
@@ -135,6 +136,8 @@
THIRD_PARTY_WEBKIT_DIR = '$THIRD_PARTY_DIR/WebKit',
+ GTK_CLIP_DUMP_DIR = '$TOOLS_DIR/gtk_clipboard_dump',
+
PYTHON=sys.executable,
PERL = 'perl',
@@ -213,6 +216,7 @@
'$MODP_B64_DIR/modp_b64.scons',
'$ZLIB_DIR/zlib.scons',
],
+ tools = '$GTK_CLIP_DUMP_DIR/gcd.scons',
v8 = '$OBJ_ROOT/build/SConscript.v8',
webkit = '$WEBKIT_DIR/webkit.scons',
)
« no previous file with comments | « no previous file | tools/gtk_clipboard_dump/gcd.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698