Chromium Code Reviews| Index: gyp/xml.gyp |
| diff --git a/gyp/xml.gyp b/gyp/xml.gyp |
| index 36acf97c0122e5e572833b5cb9430db90b7767a0..80600767473c55e3cdef97be728f3f73a245dda1 100644 |
| --- a/gyp/xml.gyp |
| +++ b/gyp/xml.gyp |
| @@ -11,6 +11,7 @@ |
| 'standalone_static_library': 1, |
| 'dependencies': [ |
| 'skia_lib.gyp:skia_lib', |
| + 'expat.gyp:expat', |
|
bungeman-skia
2016/07/14 19:30:04
hmmm... skia_lib will already have expat built int
f(malita)
2016/07/14 19:54:35
Is that the rule in ports.gyp? Is it any differen
f(malita)
2016/07/14 20:06:38
Or is it about the system libexpat, which gets lin
bungeman-skia
2016/07/14 20:08:05
Thinking about this really hard, we shouldn't run
|
| ], |
| 'include_dirs': [ |
| '../include/private', |