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

Unified Diff: pdfium.gyp

Issue 1823153002: Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 44aac842a94531662a6413211d4d794614c0079a..0722eba0d8014f53c9fdfae216f8fef72f85fcc0 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -728,40 +728,40 @@
'target_name': 'pdfwindow',
'type': 'static_library',
'sources': [
- 'fpdfsdk/include/pdfwindow/PWL_Button.h',
- 'fpdfsdk/include/pdfwindow/PWL_Caret.h',
- 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h',
- 'fpdfsdk/include/pdfwindow/PWL_Edit.h',
- 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h',
- 'fpdfsdk/include/pdfwindow/PWL_FontMap.h',
- 'fpdfsdk/include/pdfwindow/PWL_Icon.h',
- 'fpdfsdk/include/pdfwindow/PWL_IconList.h',
- 'fpdfsdk/include/pdfwindow/PWL_Label.h',
- 'fpdfsdk/include/pdfwindow/PWL_ListBox.h',
- 'fpdfsdk/include/pdfwindow/PWL_ListCtrl.h',
- 'fpdfsdk/include/pdfwindow/PWL_Note.h',
- 'fpdfsdk/include/pdfwindow/PWL_ScrollBar.h',
- 'fpdfsdk/include/pdfwindow/PWL_Signature.h',
- 'fpdfsdk/include/pdfwindow/PWL_SpecialButton.h',
- 'fpdfsdk/include/pdfwindow/PWL_Utils.h',
- 'fpdfsdk/include/pdfwindow/PWL_Wnd.h',
'fpdfsdk/pdfwindow/PWL_Button.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Button.h',
'fpdfsdk/pdfwindow/PWL_Caret.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Caret.h',
'fpdfsdk/pdfwindow/PWL_ComboBox.cpp',
+ 'fpdfsdk/pdfwindow/PWL_ComboBox.h',
'fpdfsdk/pdfwindow/PWL_Edit.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Edit.h',
'fpdfsdk/pdfwindow/PWL_EditCtrl.cpp',
+ 'fpdfsdk/pdfwindow/PWL_EditCtrl.h',
'fpdfsdk/pdfwindow/PWL_FontMap.cpp',
+ 'fpdfsdk/pdfwindow/PWL_FontMap.h',
'fpdfsdk/pdfwindow/PWL_Icon.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Icon.h',
'fpdfsdk/pdfwindow/PWL_IconList.cpp',
+ 'fpdfsdk/pdfwindow/PWL_IconList.h',
'fpdfsdk/pdfwindow/PWL_Label.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Label.h',
'fpdfsdk/pdfwindow/PWL_ListBox.cpp',
+ 'fpdfsdk/pdfwindow/PWL_ListBox.h',
'fpdfsdk/pdfwindow/PWL_ListCtrl.cpp',
+ 'fpdfsdk/pdfwindow/PWL_ListCtrl.h',
'fpdfsdk/pdfwindow/PWL_Note.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Note.h',
'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp',
+ 'fpdfsdk/pdfwindow/PWL_ScrollBar.h',
'fpdfsdk/pdfwindow/PWL_Signature.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Signature.h',
'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp',
+ 'fpdfsdk/pdfwindow/PWL_SpecialButton.h',
'fpdfsdk/pdfwindow/PWL_Utils.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Utils.h',
'fpdfsdk/pdfwindow/PWL_Wnd.cpp',
+ 'fpdfsdk/pdfwindow/PWL_Wnd.h',
],
},
{
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698