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

Unified Diff: tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp

Issue 42593: Add a gtk_clipboard_dump target with a new .gyp file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp
===================================================================
--- tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp (revision 0)
+++ tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp (revision 0)
@@ -0,0 +1,17 @@
+{
Mark Mentovai 2009/03/25 13:19:35 Be sure to set svn:eol-style
sgk 2009/03/25 15:21:43 Done.
+ 'includes': [
+ '../../build/common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'gtk_clipboard_dump',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../build/linux/system.gyp:gtk',
+ ],
+ 'sources': [
+ 'gtk_clipboard_dump.cc',
+ ],
+ },
+ ],
+}
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698