 Chromium Code Reviews
 Chromium Code Reviews Issue 2260663002:
  Add initial Document::getAnnot support  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master
    
  
    Issue 2260663002:
  Add initial Document::getAnnot support  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master| Index: pdfium.gyp | 
| diff --git a/pdfium.gyp b/pdfium.gyp | 
| index d8343944fb7767296b9a046202ed573581d6f2cc..501ac13964445d5372dabbc9ab5c5ae2e5fadf22 100644 | 
| --- a/pdfium.gyp | 
| +++ b/pdfium.gyp | 
| @@ -866,6 +866,8 @@ | 
| 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', | 
| ], | 
| 'sources': [ | 
| + 'fpdfsdk/javascript/Annot.cpp', | 
| + 'fpdfsdk/javascript/Annot.h', | 
| 'fpdfsdk/javascript/Consts.cpp', | 
| 'fpdfsdk/javascript/Consts.h', | 
| 'fpdfsdk/javascript/Document.cpp', |