OLD | NEW |
1 # Copyright 2015 PDFium Authors. All rights reserved. | 1 # Copyright 2015 PDFium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
9 | 9 |
10 'variables': { | 10 'variables': { |
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 'fpdfsdk/pdfwindow/PWL_Utils.cpp', | 788 'fpdfsdk/pdfwindow/PWL_Utils.cpp', |
789 'fpdfsdk/pdfwindow/PWL_Utils.h', | 789 'fpdfsdk/pdfwindow/PWL_Utils.h', |
790 'fpdfsdk/pdfwindow/PWL_Wnd.cpp', | 790 'fpdfsdk/pdfwindow/PWL_Wnd.cpp', |
791 'fpdfsdk/pdfwindow/PWL_Wnd.h', | 791 'fpdfsdk/pdfwindow/PWL_Wnd.h', |
792 ], | 792 ], |
793 }, | 793 }, |
794 { | 794 { |
795 'target_name': 'javascript', | 795 'target_name': 'javascript', |
796 'type': 'static_library', | 796 'type': 'static_library', |
797 'sources': [ | 797 'sources': [ |
798 'fpdfsdk/include/javascript/IJavaScript.h', | 798 'fpdfsdk/javascript/ijs_context.h', |
| 799 'fpdfsdk/javascript/ijs_runtime.h', |
799 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', | 800 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', |
800 ], | 801 ], |
801 'conditions': [ | 802 'conditions': [ |
802 ['pdf_enable_v8==1', { | 803 ['pdf_enable_v8==1', { |
803 'include_dirs': [ | 804 'include_dirs': [ |
804 '<(DEPTH)/v8', | 805 '<(DEPTH)/v8', |
805 '<(DEPTH)/v8/include', | 806 '<(DEPTH)/v8/include', |
806 ], | 807 ], |
807 'dependencies': [ | 808 'dependencies': [ |
808 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 809 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1038 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1042 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
1042 ], | 1043 ], |
1043 }, | 1044 }, |
1044 ] | 1045 ] |
1045 }], | 1046 }], |
1046 ] | 1047 ] |
1047 } | 1048 } |
OLD | NEW |