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

Side by Side Diff: BUILD.gn

Issue 1869533003: Remove all PWL_Note classes (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
« no previous file with comments | « no previous file | fpdfsdk/pdfwindow/PWL_Edit.h » ('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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 "fpdfsdk/pdfwindow/PWL_Icon.cpp", 760 "fpdfsdk/pdfwindow/PWL_Icon.cpp",
761 "fpdfsdk/pdfwindow/PWL_Icon.h", 761 "fpdfsdk/pdfwindow/PWL_Icon.h",
762 "fpdfsdk/pdfwindow/PWL_IconList.cpp", 762 "fpdfsdk/pdfwindow/PWL_IconList.cpp",
763 "fpdfsdk/pdfwindow/PWL_IconList.h", 763 "fpdfsdk/pdfwindow/PWL_IconList.h",
764 "fpdfsdk/pdfwindow/PWL_Label.cpp", 764 "fpdfsdk/pdfwindow/PWL_Label.cpp",
765 "fpdfsdk/pdfwindow/PWL_Label.h", 765 "fpdfsdk/pdfwindow/PWL_Label.h",
766 "fpdfsdk/pdfwindow/PWL_ListBox.cpp", 766 "fpdfsdk/pdfwindow/PWL_ListBox.cpp",
767 "fpdfsdk/pdfwindow/PWL_ListBox.h", 767 "fpdfsdk/pdfwindow/PWL_ListBox.h",
768 "fpdfsdk/pdfwindow/PWL_ListCtrl.cpp", 768 "fpdfsdk/pdfwindow/PWL_ListCtrl.cpp",
769 "fpdfsdk/pdfwindow/PWL_ListCtrl.h", 769 "fpdfsdk/pdfwindow/PWL_ListCtrl.h",
770 "fpdfsdk/pdfwindow/PWL_Note.cpp",
771 "fpdfsdk/pdfwindow/PWL_Note.h",
772 "fpdfsdk/pdfwindow/PWL_ScrollBar.cpp", 770 "fpdfsdk/pdfwindow/PWL_ScrollBar.cpp",
773 "fpdfsdk/pdfwindow/PWL_ScrollBar.h", 771 "fpdfsdk/pdfwindow/PWL_ScrollBar.h",
774 "fpdfsdk/pdfwindow/PWL_Signature.cpp", 772 "fpdfsdk/pdfwindow/PWL_Signature.cpp",
775 "fpdfsdk/pdfwindow/PWL_Signature.h", 773 "fpdfsdk/pdfwindow/PWL_Signature.h",
776 "fpdfsdk/pdfwindow/PWL_SpecialButton.cpp", 774 "fpdfsdk/pdfwindow/PWL_SpecialButton.cpp",
777 "fpdfsdk/pdfwindow/PWL_SpecialButton.h", 775 "fpdfsdk/pdfwindow/PWL_SpecialButton.h",
778 "fpdfsdk/pdfwindow/PWL_Utils.cpp", 776 "fpdfsdk/pdfwindow/PWL_Utils.cpp",
779 "fpdfsdk/pdfwindow/PWL_Utils.h", 777 "fpdfsdk/pdfwindow/PWL_Utils.h",
780 "fpdfsdk/pdfwindow/PWL_Wnd.cpp", 778 "fpdfsdk/pdfwindow/PWL_Wnd.cpp",
781 "fpdfsdk/pdfwindow/PWL_Wnd.h", 779 "fpdfsdk/pdfwindow/PWL_Wnd.h",
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 "//v8:v8_libplatform", 1723 "//v8:v8_libplatform",
1726 ] 1724 ]
1727 include_dirs += [ 1725 include_dirs += [
1728 "//v8", 1726 "//v8",
1729 "//v8/include", 1727 "//v8/include",
1730 ] 1728 ]
1731 configs += [ "//v8:external_startup_data" ] 1729 configs += [ "//v8:external_startup_data" ]
1732 } 1730 }
1733 configs += [ ":pdfium_config" ] 1731 configs += [ ":pdfium_config" ]
1734 } 1732 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/pdfwindow/PWL_Edit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698