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

Unified Diff: pdfium.gyp

Issue 1773593007: Move fx_agg_driver files up one level (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
« BUILD.gn ('K') | « core/src/fxge/win32/fx_win32_device.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 c0462a4189c7a477eacb136a447703d861eae234..52b6b49e11a12c8cd5d66a060c75cef0a5c536d0 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -534,8 +534,8 @@
'core/include/fxge/fx_ge.h',
'core/include/fxge/fx_ge_apple.h',
'core/include/fxge/fx_ge_win32.h',
- 'core/src/fxge/agg/include/fx_agg_driver.h',
- 'core/src/fxge/agg/src/fx_agg_driver.cpp',
+ 'core/src/fxge/agg/fx_agg_driver.h',
+ 'core/src/fxge/agg/fx_agg_driver.cpp',
'core/src/fxge/android/fpf_skiafont.cpp',
'core/src/fxge/android/fpf_skiafont.h',
'core/src/fxge/android/fpf_skiafontmgr.cpp',
« BUILD.gn ('K') | « core/src/fxge/win32/fx_win32_device.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698