Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index 32e2d029a08e2833a9b7bb5521ed8f5f1c7e75ae..37db305aca9d36392d31f8a1fae8c4a8cab6c241 100644 |
--- a/pdfium.gyp |
+++ b/pdfium.gyp |
@@ -666,9 +666,9 @@ |
'conditions': [ |
['pdf_enable_xfa==1', { |
'sources': [ |
+ 'core/fxcrt/include/fx_arabic.h', |
Tom Sepez
2016/04/12 20:58:19
nit: order was wrong before your change.
dsinclair
2016/04/12 23:36:01
Done.
|
'core/fxcrt/include/fx_arb.h', |
'core/fxcrt/fx_arabic.cpp', |
- 'core/fxcrt/fx_arabic.h', |
'core/fxcrt/fx_basic_maps.cpp', |
], |
}], |