зеркало из https://github.com/mozilla/moz-skia.git
Move DM from everything to most, to build it by default.
BUG= R=reed@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/127423003 git-svn-id: http://skia.googlecode.com/svn/trunk@12962 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
fa8afda250
Коммит
d9c4dfb170
|
@ -25,10 +25,6 @@
|
|||
#'v8.gyp:SkV8Example',
|
||||
],
|
||||
}],
|
||||
# DM assumes you've got a GPU.
|
||||
['skia_gpu == 1', {
|
||||
'dependencies': [ 'dm.gyp:dm' ],
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
['skia_os == "android"', {
|
||||
'dependencies': [ 'android_system.gyp:SampleApp_APK' ],
|
||||
}],
|
||||
# DM assumes you've got a GPU.
|
||||
['skia_gpu == 1', {
|
||||
'dependencies': [ 'dm.gyp:dm' ],
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче