diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1201,6 +1201,8 @@ jumbo_static_library("fxjs") { "fxjs/CJX_Define.h", "fxjs/JS_Define.cpp", "fxjs/JS_Define.h", + "fxjs/cfx_v8.cpp", + "fxjs/cfx_v8.h", "fxjs/cjs_annot.cpp", "fxjs/cjs_annot.h", "fxjs/cjs_app.cpp", @@ -1267,8 +1269,6 @@ jumbo_static_library("fxjs") { "fxjs/cjs_timerobj.h", "fxjs/cjs_util.cpp", "fxjs/cjs_util.h", - "fxjs/cjs_v8.cpp", - "fxjs/cjs_v8.h", "fxjs/cjs_zoomtype.cpp", "fxjs/cjs_zoomtype.h", "fxjs/fxjs_v8.cpp", |