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

Side by Side Diff: BUILD.gn

Issue 2154843002: Clean up singleton implementation (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase 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 | core/fpdfapi/cpdf_modulemgr.cpp » ('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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 "fpdfsdk/javascript/Document.h", 793 "fpdfsdk/javascript/Document.h",
794 "fpdfsdk/javascript/Field.cpp", 794 "fpdfsdk/javascript/Field.cpp",
795 "fpdfsdk/javascript/Field.h", 795 "fpdfsdk/javascript/Field.h",
796 "fpdfsdk/javascript/Icon.cpp", 796 "fpdfsdk/javascript/Icon.cpp",
797 "fpdfsdk/javascript/Icon.h", 797 "fpdfsdk/javascript/Icon.h",
798 "fpdfsdk/javascript/JS_Define.h", 798 "fpdfsdk/javascript/JS_Define.h",
799 "fpdfsdk/javascript/JS_EventHandler.cpp", 799 "fpdfsdk/javascript/JS_EventHandler.cpp",
800 "fpdfsdk/javascript/JS_EventHandler.h", 800 "fpdfsdk/javascript/JS_EventHandler.h",
801 "fpdfsdk/javascript/JS_GlobalData.cpp", 801 "fpdfsdk/javascript/JS_GlobalData.cpp",
802 "fpdfsdk/javascript/JS_GlobalData.h", 802 "fpdfsdk/javascript/JS_GlobalData.h",
803 "fpdfsdk/javascript/JS_KeyValue.cpp",
804 "fpdfsdk/javascript/JS_KeyValue.h",
803 "fpdfsdk/javascript/JS_Object.cpp", 805 "fpdfsdk/javascript/JS_Object.cpp",
804 "fpdfsdk/javascript/JS_Object.h", 806 "fpdfsdk/javascript/JS_Object.h",
805 "fpdfsdk/javascript/JS_Value.cpp", 807 "fpdfsdk/javascript/JS_Value.cpp",
806 "fpdfsdk/javascript/JS_Value.h", 808 "fpdfsdk/javascript/JS_Value.h",
807 "fpdfsdk/javascript/PublicMethods.cpp", 809 "fpdfsdk/javascript/PublicMethods.cpp",
808 "fpdfsdk/javascript/PublicMethods.h", 810 "fpdfsdk/javascript/PublicMethods.h",
809 "fpdfsdk/javascript/app.cpp", 811 "fpdfsdk/javascript/app.cpp",
810 "fpdfsdk/javascript/app.h", 812 "fpdfsdk/javascript/app.h",
811 "fpdfsdk/javascript/cjs_context.cpp", 813 "fpdfsdk/javascript/cjs_context.cpp",
812 "fpdfsdk/javascript/cjs_context.h", 814 "fpdfsdk/javascript/cjs_context.h",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 "xfa/fwl/lightwidget/cfwl_listbox.cpp", 1090 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
1089 "xfa/fwl/lightwidget/cfwl_listbox.h", 1091 "xfa/fwl/lightwidget/cfwl_listbox.h",
1090 "xfa/fwl/lightwidget/cfwl_picturebox.cpp", 1092 "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
1091 "xfa/fwl/lightwidget/cfwl_picturebox.h", 1093 "xfa/fwl/lightwidget/cfwl_picturebox.h",
1092 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", 1094 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
1093 "xfa/fwl/lightwidget/cfwl_pushbutton.h", 1095 "xfa/fwl/lightwidget/cfwl_pushbutton.h",
1094 "xfa/fwl/lightwidget/cfwl_widget.cpp", 1096 "xfa/fwl/lightwidget/cfwl_widget.cpp",
1095 "xfa/fwl/lightwidget/cfwl_widget.h", 1097 "xfa/fwl/lightwidget/cfwl_widget.h",
1096 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", 1098 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
1097 "xfa/fwl/lightwidget/cfwl_widgetproperties.h", 1099 "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
1100 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1101 "xfa/fwl/theme/cfwl_arrowdata.h",
1098 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1102 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1099 "xfa/fwl/theme/cfwl_barcodetp.h", 1103 "xfa/fwl/theme/cfwl_barcodetp.h",
1100 "xfa/fwl/theme/cfwl_carettp.cpp", 1104 "xfa/fwl/theme/cfwl_carettp.cpp",
1101 "xfa/fwl/theme/cfwl_carettp.h", 1105 "xfa/fwl/theme/cfwl_carettp.h",
1102 "xfa/fwl/theme/cfwl_checkboxtp.cpp", 1106 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
1103 "xfa/fwl/theme/cfwl_checkboxtp.h", 1107 "xfa/fwl/theme/cfwl_checkboxtp.h",
1104 "xfa/fwl/theme/cfwl_comboboxtp.cpp", 1108 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
1105 "xfa/fwl/theme/cfwl_comboboxtp.h", 1109 "xfa/fwl/theme/cfwl_comboboxtp.h",
1106 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", 1110 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
1107 "xfa/fwl/theme/cfwl_datetimepickertp.h", 1111 "xfa/fwl/theme/cfwl_datetimepickertp.h",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 } 1588 }
1585 1589
1586 if (pdf_is_standalone) { 1590 if (pdf_is_standalone) {
1587 source_set("samples") { 1591 source_set("samples") {
1588 testonly = true 1592 testonly = true
1589 deps = [ 1593 deps = [
1590 "//samples", 1594 "//samples",
1591 ] 1595 ]
1592 } 1596 }
1593 } 1597 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698