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

Side by Side Diff: fpdfsdk/src/fpdfview_c_api_test.c

Issue 1707923002: Expand all paths to be based off pdfium/ directory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 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
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 // This "C" (not "C++") file ensures that the public headers compile 5 // This "C" (not "C++") file ensures that the public headers compile
6 // and link for "C" (and not just "C++"). 6 // and link for "C" (and not just "C++").
7 7
8 #include <stdio.h> 8 #include <stdio.h>
9 9
10 #include "fpdfview_c_api_test.h" 10 #include "fpdfsdk/src/fpdfview_c_api_test.h"
11 11
12 #include "public/fpdf_dataavail.h" 12 #include "public/fpdf_dataavail.h"
13 #include "public/fpdf_doc.h" 13 #include "public/fpdf_doc.h"
14 #include "public/fpdf_edit.h" 14 #include "public/fpdf_edit.h"
15 #include "public/fpdf_ext.h" 15 #include "public/fpdf_ext.h"
16 #include "public/fpdf_flatten.h" 16 #include "public/fpdf_flatten.h"
17 #include "public/fpdf_formfill.h" 17 #include "public/fpdf_formfill.h"
18 #include "public/fpdf_fwlevent.h" 18 #include "public/fpdf_fwlevent.h"
19 #include "public/fpdf_ppo.h" 19 #include "public/fpdf_ppo.h"
20 #include "public/fpdf_progressive.h" 20 #include "public/fpdf_progressive.h"
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 #ifdef PDF_ENABLE_XFA 234 #ifdef PDF_ENABLE_XFA
235 CHK(FPDF_BStr_Init); 235 CHK(FPDF_BStr_Init);
236 CHK(FPDF_BStr_Set); 236 CHK(FPDF_BStr_Set);
237 CHK(FPDF_BStr_Clear); 237 CHK(FPDF_BStr_Clear);
238 #endif 238 #endif
239 239
240 return 1; 240 return 1;
241 } 241 }
242 242
243 #undef CHK 243 #undef CHK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698