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

Side by Side Diff: pdfium.gyp

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 | « fpdfsdk/pdfwindow/PWL_Wnd.h ('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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'fpdfsdk/pdfwindow/PWL_Icon.cpp', 789 'fpdfsdk/pdfwindow/PWL_Icon.cpp',
790 'fpdfsdk/pdfwindow/PWL_Icon.h', 790 'fpdfsdk/pdfwindow/PWL_Icon.h',
791 'fpdfsdk/pdfwindow/PWL_IconList.cpp', 791 'fpdfsdk/pdfwindow/PWL_IconList.cpp',
792 'fpdfsdk/pdfwindow/PWL_IconList.h', 792 'fpdfsdk/pdfwindow/PWL_IconList.h',
793 'fpdfsdk/pdfwindow/PWL_Label.cpp', 793 'fpdfsdk/pdfwindow/PWL_Label.cpp',
794 'fpdfsdk/pdfwindow/PWL_Label.h', 794 'fpdfsdk/pdfwindow/PWL_Label.h',
795 'fpdfsdk/pdfwindow/PWL_ListBox.cpp', 795 'fpdfsdk/pdfwindow/PWL_ListBox.cpp',
796 'fpdfsdk/pdfwindow/PWL_ListBox.h', 796 'fpdfsdk/pdfwindow/PWL_ListBox.h',
797 'fpdfsdk/pdfwindow/PWL_ListCtrl.cpp', 797 'fpdfsdk/pdfwindow/PWL_ListCtrl.cpp',
798 'fpdfsdk/pdfwindow/PWL_ListCtrl.h', 798 'fpdfsdk/pdfwindow/PWL_ListCtrl.h',
799 'fpdfsdk/pdfwindow/PWL_Note.cpp',
800 'fpdfsdk/pdfwindow/PWL_Note.h',
801 'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp', 799 'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp',
802 'fpdfsdk/pdfwindow/PWL_ScrollBar.h', 800 'fpdfsdk/pdfwindow/PWL_ScrollBar.h',
803 'fpdfsdk/pdfwindow/PWL_Signature.cpp', 801 'fpdfsdk/pdfwindow/PWL_Signature.cpp',
804 'fpdfsdk/pdfwindow/PWL_Signature.h', 802 'fpdfsdk/pdfwindow/PWL_Signature.h',
805 'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp', 803 'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp',
806 'fpdfsdk/pdfwindow/PWL_SpecialButton.h', 804 'fpdfsdk/pdfwindow/PWL_SpecialButton.h',
807 'fpdfsdk/pdfwindow/PWL_Utils.cpp', 805 'fpdfsdk/pdfwindow/PWL_Utils.cpp',
808 'fpdfsdk/pdfwindow/PWL_Utils.h', 806 'fpdfsdk/pdfwindow/PWL_Utils.h',
809 'fpdfsdk/pdfwindow/PWL_Wnd.cpp', 807 'fpdfsdk/pdfwindow/PWL_Wnd.cpp',
810 'fpdfsdk/pdfwindow/PWL_Wnd.h', 808 'fpdfsdk/pdfwindow/PWL_Wnd.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1062 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1063 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1064 ], 1062 ],
1065 }, 1063 },
1066 ] 1064 ]
1067 }], 1065 }],
1068 ] 1066 ]
1069 } 1067 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698