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:
commit-bot@chromium.org 2014-01-08 16:52:42 +00:00
Родитель fa8afda250
Коммит d9c4dfb170
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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' ],
}],
],
},
],