Chromium Code Reviews| Index: gyp/most.gyp |
| diff --git a/gyp/most.gyp b/gyp/most.gyp |
| index 4675add4ddeae47c78b12515d4622231da9fb6ad..87b0aad29f796e4dbf622bb19579f497c45452fb 100644 |
| --- a/gyp/most.gyp |
| +++ b/gyp/most.gyp |
| @@ -23,6 +23,8 @@ |
| 'pathops_unittest.gyp:*', |
| # 'pdfviewer.gyp:pdfviewer', |
| 'dm.gyp:dm', |
| + # I of course do not want to do this, will come back to it... |
| + 'canvas_state_lib.gyp:canvas_state_lib', |
|
djsollen
2014/07/18 14:11:54
why not add the dependency to tests.gypi
scroggo
2014/07/18 19:31:02
I don't think that's what I want. The 'tests' targ
|
| ], |
| 'conditions': [ |
| ['skia_os == "android"', { |