aura: Have aura and aura_demo build and run without gtk on linux.
BUG=97131 TEST=manually Review URL: http://codereview.chromium.org/7981030 git-svn-id: http://src.chromium.org/svn/trunk/src/build@102403 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
3a140855ab
Коммит
eb44487d8e
10
common.gypi
10
common.gypi
|
@ -1103,11 +1103,17 @@
|
|||
['exclude', '(^|/)(cocoa|mac)/'],
|
||||
['exclude', '\\.mm?$' ] ],
|
||||
}],
|
||||
['use_x11!=1', {
|
||||
'sources/': [
|
||||
['exclude', '_(chromeos|x|x11)(_unittest)?\\.(h|cc)$'],
|
||||
['exclude', '(^|/)x11_[^/]*\\.(h|cc)$'],
|
||||
],
|
||||
}],
|
||||
['toolkit_uses_gtk!=1', {
|
||||
'sources/': [
|
||||
['exclude', '_(chromeos|gtk|x|x11|xdg)(_unittest)?\\.(h|cc)$'],
|
||||
['exclude', '_(gtk|xdg)(_unittest)?\\.(h|cc)$'],
|
||||
['exclude', '(^|/)gtk/'],
|
||||
['exclude', '(^|/)(gtk|x11)_[^/]*\\.(h|cc)$'],
|
||||
['exclude', '(^|/)gtk_[^/]*\\.(h|cc)$'],
|
||||
],
|
||||
}],
|
||||
['use_wayland!=1', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче