Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 7f49b16aa77d4e9071b2a819cc73cd86e7950901..d7e021706a935b02e6342dac8f8a35b9481bf073 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -870,6 +870,8 @@ static_library("javascript") { |
| ] |
| if (pdf_enable_v8) { |
| sources += [ |
| + "fpdfsdk/javascript/Annot.cpp", |
|
Lei Zhang
2016/08/19 02:51:31
Update the corresponding .gyp file. We'll remove t
|
| + "fpdfsdk/javascript/Annot.h", |
| "fpdfsdk/javascript/Consts.cpp", |
| "fpdfsdk/javascript/Consts.h", |
| "fpdfsdk/javascript/Document.cpp", |