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

Side by Side Diff: BUILD.gn

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 | « no previous file | fpdfsdk/javascript/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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium 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 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 "fpdfsdk/fpdfxfa/include/fpdfxfa_util.h", 880 "fpdfsdk/fpdfxfa/include/fpdfxfa_util.h",
881 ] 881 ]
882 deps = [ 882 deps = [
883 ":xfa", 883 ":xfa",
884 ] 884 ]
885 configs += [ ":pdfium_core_config" ] 885 configs += [ ":pdfium_core_config" ]
886 } 886 }
887 887
888 static_library("xfa") { 888 static_library("xfa") {
889 sources = [ 889 sources = [
890 "fxjse/class.cpp", 890 "fxjs/cfxjse_arguments.cpp",
891 "fxjse/context.cpp", 891 "fxjs/cfxjse_class.cpp",
892 "fxjse/context.h", 892 "fxjs/cfxjse_context.cpp",
893 "fxjse/dynprop.cpp", 893 "fxjs/cfxjse_isolatetracker.cpp",
894 "fxjse/include/cfxjse_arguments.h", 894 "fxjs/cfxjse_isolatetracker.h",
895 "fxjse/include/cfxjse_class.h", 895 "fxjs/cfxjse_runtimedata.cpp",
896 "fxjse/include/cfxjse_value.h", 896 "fxjs/cfxjse_runtimedata.h",
897 "fxjse/include/fxjse.h", 897 "fxjs/cfxjse_value.cpp",
898 "fxjse/runtime.cpp", 898 "fxjs/include/cfxjse_arguments.h",
899 "fxjse/runtime.h", 899 "fxjs/include/cfxjse_class.h",
900 "fxjse/scope_inline.h", 900 "fxjs/include/cfxjse_context.h",
901 "fxjse/value.cpp", 901 "fxjs/include/cfxjse_value.h",
902 "fxjs/include/fxjse.h",
902 "xfa/fde/cfde_path.cpp", 903 "xfa/fde/cfde_path.cpp",
903 "xfa/fde/cfde_path.h", 904 "xfa/fde/cfde_path.h",
904 "xfa/fde/cfde_txtedtbuf.cpp", 905 "xfa/fde/cfde_txtedtbuf.cpp",
905 "xfa/fde/cfde_txtedtbuf.h", 906 "xfa/fde/cfde_txtedtbuf.h",
906 "xfa/fde/cfde_txtedtbufiter.cpp", 907 "xfa/fde/cfde_txtedtbufiter.cpp",
907 "xfa/fde/cfde_txtedtbufiter.h", 908 "xfa/fde/cfde_txtedtbufiter.h",
908 "xfa/fde/cfde_txtedtdorecord_deleterange.cpp", 909 "xfa/fde/cfde_txtedtdorecord_deleterange.cpp",
909 "xfa/fde/cfde_txtedtdorecord_deleterange.h", 910 "xfa/fde/cfde_txtedtdorecord_deleterange.h",
910 "xfa/fde/cfde_txtedtdorecord_insert.cpp", 911 "xfa/fde/cfde_txtedtdorecord_insert.cpp",
911 "xfa/fde/cfde_txtedtdorecord_insert.h", 912 "xfa/fde/cfde_txtedtdorecord_insert.h",
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 } 1574 }
1574 1575
1575 if (pdf_is_standalone) { 1576 if (pdf_is_standalone) {
1576 source_set("samples") { 1577 source_set("samples") {
1577 testonly = true 1578 testonly = true
1578 deps = [ 1579 deps = [
1579 "//samples", 1580 "//samples",
1580 ] 1581 ]
1581 } 1582 }
1582 } 1583 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/javascript/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698