Chromium Code Reviews| Index: gyp/v8.gyp |
| diff --git a/gyp/v8.gyp b/gyp/v8.gyp |
| index 7d10fd1f11cb5234e8bef6b9b9c58f372edb4942..e39ccbc858fa885dc29561efa158b05c1fa7dc6f 100644 |
| --- a/gyp/v8.gyp |
| +++ b/gyp/v8.gyp |
| @@ -15,6 +15,10 @@ |
| '../experimental/SkV8Example/SkV8Example.cpp', |
|
tfarina
2014/01/06 15:58:13
sort in alphabetical order, .cpp before .h
|
| '../experimental/SkV8Example/Global.h', |
| '../experimental/SkV8Example/Global.cpp', |
| + '../experimental/SkV8Example/Path.h', |
| + '../experimental/SkV8Example/Path.cpp', |
| + '../experimental/SkV8Example/JsContext.h', |
| + '../experimental/SkV8Example/JsContext.cpp', |
| ], |
| 'dependencies': [ |
| 'skia_lib.gyp:skia_lib', |