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

Side by Side Diff: xfa.gyp

Issue 2136213002: Rename fxjse/ to fxjs/ update files to match class names. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add todo Created 4 years, 5 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
« no previous file with comments | « fxjse/value.cpp ('k') | xfa/fxfa/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "variables": { 2 "variables": {
3 "chromium_code": 1, 3 "chromium_code": 1,
4 "pdf_enable_v8%": 1, 4 "pdf_enable_v8%": 1,
5 "variables": { 5 "variables": {
6 'clang_use_chrome_plugins': 1, 6 'clang_use_chrome_plugins': 1,
7 }, 7 },
8 }, 8 },
9 "target_defaults": { 9 "target_defaults": {
10 "defines": [ 10 "defines": [
(...skipping 19 matching lines...) Expand all
30 'defines' : [ 30 'defines' : [
31 'FT2_BUILD_LIBRARY', 31 'FT2_BUILD_LIBRARY',
32 ], 32 ],
33 'dependencies': [ 33 'dependencies': [
34 '<(DEPTH)/v8/src/v8.gyp:v8', 34 '<(DEPTH)/v8/src/v8.gyp:v8',
35 ], 35 ],
36 'export_dependent_settings': [ 36 'export_dependent_settings': [
37 '<(DEPTH)/v8/src/v8.gyp:v8', 37 '<(DEPTH)/v8/src/v8.gyp:v8',
38 ], 38 ],
39 "sources":[ 39 "sources":[
40 "fxjse/class.cpp", 40 "fxjs/cfxjse_arguments.cpp",
41 "fxjse/context.cpp", 41 "fxjs/cfxjse_class.cpp",
42 "fxjse/context.h", 42 "fxjs/cfxjse_context.cpp",
43 "fxjse/dynprop.cpp", 43 "fxjs/cfxjse_isolatetracker.cpp",
44 "fxjse/include/cfxjse_arguments.h", 44 "fxjs/cfxjse_isolatetracker.h",
45 "fxjse/include/cfxjse_class.h", 45 "fxjs/cfxjse_runtimedata.cpp",
46 "fxjse/include/cfxjse_value.h", 46 "fxjs/cfxjse_runtimedata.h",
47 "fxjse/include/fxjse.h", 47 "fxjs/cfxjse_value.cpp",
48 "fxjse/runtime.cpp", 48 "fxjs/include/cfxjse_arguments.h",
49 "fxjse/runtime.h", 49 "fxjs/include/cfxjse_class.h",
50 "fxjse/scope_inline.h", 50 "fxjs/include/cfxjse_context.h",
51 "fxjse/value.cpp", 51 "fxjs/include/cfxjse_value.h",
52 "fxjs/include/fxjse.h",
52 "xfa/fde/cfde_path.cpp", 53 "xfa/fde/cfde_path.cpp",
53 "xfa/fde/cfde_path.h", 54 "xfa/fde/cfde_path.h",
54 "xfa/fde/cfde_txtedtbuf.cpp", 55 "xfa/fde/cfde_txtedtbuf.cpp",
55 "xfa/fde/cfde_txtedtbuf.h", 56 "xfa/fde/cfde_txtedtbuf.h",
56 "xfa/fde/cfde_txtedtbufiter.cpp", 57 "xfa/fde/cfde_txtedtbufiter.cpp",
57 "xfa/fde/cfde_txtedtbufiter.h", 58 "xfa/fde/cfde_txtedtbufiter.h",
58 "xfa/fde/cfde_txtedtdorecord_deleterange.cpp", 59 "xfa/fde/cfde_txtedtdorecord_deleterange.cpp",
59 "xfa/fde/cfde_txtedtdorecord_deleterange.h", 60 "xfa/fde/cfde_txtedtdorecord_deleterange.h",
60 "xfa/fde/cfde_txtedtdorecord_insert.cpp", 61 "xfa/fde/cfde_txtedtdorecord_insert.cpp",
61 "xfa/fde/cfde_txtedtdorecord_insert.h", 62 "xfa/fde/cfde_txtedtdorecord_insert.h",
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "sources": [], 614 "sources": [],
614 }], 615 }],
615 ["OS == 'mac'", { 616 ["OS == 'mac'", {
616 "configurations": {}, 617 "configurations": {},
617 "sources": [], 618 "sources": [],
618 }], 619 }],
619 ] 620 ]
620 } 621 }
621 ] 622 ]
622 } 623 }
OLDNEW
« no previous file with comments | « fxjse/value.cpp ('k') | xfa/fxfa/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698