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

Side by Side Diff: tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 years, 3 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
OLDNEW
1 { 1 {
2 'includes': [
3 '../../build/common.gypi',
4 ],
5 'targets': [ 2 'targets': [
6 { 3 {
7 'target_name': 'gtk_clipboard_dump', 4 'target_name': 'gtk_clipboard_dump',
8 'type': 'executable', 5 'type': 'executable',
9 'dependencies': [ 6 'dependencies': [
10 '../../build/linux/system.gyp:gtk', 7 '../../build/linux/system.gyp:gtk',
11 ], 8 ],
12 'sources': [ 9 'sources': [
13 'gtk_clipboard_dump.cc', 10 'gtk_clipboard_dump.cc',
14 ], 11 ],
15 }, 12 },
16 ], 13 ],
17 } 14 }
OLDNEW
« o3d/DEPS_gyp ('K') | « third_party/zlib/zlib.gyp ('k') | tools/imagediff/image_diff.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698