Add a gtk_clipboard_dump target with a new .gyp file.
Review URL: http://codereview.chromium.org/42593 git-svn-id: http://src.chromium.org/svn/trunk/src/build@12454 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
ceaa3d82f1
Коммит
1a2cb009fa
5
all.gyp
5
all.gyp
|
@ -25,6 +25,11 @@
|
||||||
'../net/net.gyp:*',
|
'../net/net.gyp:*',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
|
['OS=="linux"', {
|
||||||
|
'dependencies': [
|
||||||
|
'../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
|
||||||
|
],
|
||||||
|
}],
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'../sandbox/sandbox.gyp:*',
|
'../sandbox/sandbox.gyp:*',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче