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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
Mark Mentovai 2009/03/25 13:19:35 Be sure to set svn:eol-style
sgk 2009/03/25 15:21:43 Done.
2 'includes': [
3 '../../build/common.gypi',
4 ],
5 'targets': [
6 {
7 'target_name': 'gtk_clipboard_dump',
8 'type': 'executable',
9 'dependencies': [
10 '../../build/linux/system.gyp:gtk',
11 ],
12 'sources': [
13 'gtk_clipboard_dump.cc',
14 ],
15 },
16 ],
17 }
OLDNEW
« 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