diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1190,10 +1190,6 @@ static_library("fxjs") { sources += [ "fxjs/JS_Define.cpp", "fxjs/JS_Define.h", - "fxjs/JS_GlobalData.cpp", - "fxjs/JS_GlobalData.h", - "fxjs/JS_KeyValue.cpp", - "fxjs/JS_KeyValue.h", "fxjs/cjs_annot.cpp", "fxjs/cjs_annot.h", "fxjs/cjs_app.cpp", @@ -1228,10 +1224,16 @@ static_library("fxjs") { "fxjs/cjs_globalarrays.h", "fxjs/cjs_globalconsts.cpp", "fxjs/cjs_globalconsts.h", + "fxjs/cjs_globaldata.cpp", + "fxjs/cjs_globaldata.h", + "fxjs/cjs_globalvariablearray.cpp", + "fxjs/cjs_globalvariablearray.h", "fxjs/cjs_highlight.cpp", "fxjs/cjs_highlight.h", "fxjs/cjs_icon.cpp", "fxjs/cjs_icon.h", + "fxjs/cjs_keyvalue.cpp", + "fxjs/cjs_keyvalue.h", "fxjs/cjs_object.cpp", "fxjs/cjs_object.h", "fxjs/cjs_position.cpp", |