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

Unified Diff: BUILD.gn

Issue 1806843002: fix paths and remove dead code (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comment 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 | « no previous file | core/fxge/skia/fx_skia_device.h » ('j') | core/fxge/skia/fx_skia_device.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5058b5b0a9fafc9f66545ff28309a75c76bf0c3e..0482585d4f9e514100e67c923e421a0857bf2e64 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -638,7 +638,7 @@ static_library("fxge") {
]
if (pdf_use_skia) {
- sources += [ "core/src/fxge/skia/fx_skia_device.cpp" ]
+ sources += [ "core/fxge/skia/fx_skia_device.cpp" ]
deps += [ "//skia" ]
}
« no previous file with comments | « no previous file | core/fxge/skia/fx_skia_device.h » ('j') | core/fxge/skia/fx_skia_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698