Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index 32e2d029a08e2833a9b7bb5521ed8f5f1c7e75ae..4db2e548ff7e0f951ae66094c93637ec0e572868 100644 |
--- a/pdfium.gyp |
+++ b/pdfium.gyp |
@@ -666,10 +666,10 @@ |
'conditions': [ |
['pdf_enable_xfa==1', { |
'sources': [ |
- 'core/fxcrt/include/fx_arb.h', |
'core/fxcrt/fx_arabic.cpp', |
- 'core/fxcrt/fx_arabic.h', |
'core/fxcrt/fx_basic_maps.cpp', |
+ 'core/fxcrt/include/fx_arabic.h', |
+ 'core/fxcrt/include/fx_arb.h', |
], |
}], |
], |