Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Side by Side Diff: pdfium.gyp

Issue 1847583004: Move the fpdfsdk/include/javascript folder (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« fpdfsdk/javascript/JS_Runtime.h ('K') | « fpdfsdk/javascript/util.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« fpdfsdk/javascript/JS_Runtime.h ('K') | « fpdfsdk/javascript/util.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698