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

Unified Diff: BUILD.public

Issue 1414113005: Fix dm compilation on Google3. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.public
diff --git a/BUILD.public b/BUILD.public
index dc3edba1cc3a9a8cb4dca604ee9ffd9b08b25df5..557a313941e9c955a632f6613c12fab3e3de8975 100644
--- a/BUILD.public
+++ b/BUILD.public
@@ -173,19 +173,21 @@ DM_SRCS = glob(
"tools/ProcStats.h",
"tools/Resources.cpp",
"tools/Resources.h",
+ "tools/SkBitmapRegionCanvas.cpp",
+ "tools/SkBitmapRegionCanvas.h",
+ "tools/SkBitmapRegionCodec.cpp",
+ "tools/SkBitmapRegionCodec.h",
"tools/SkBitmapRegionDecoderInterface.cpp",
"tools/SkBitmapRegionDecoderInterface.h",
"tools/SkBitmapRegionSampler.cpp",
"tools/SkBitmapRegionSampler.h",
- "tools/SkBitmapRegionCanvas.cpp",
- "tools/SkBitmapRegionCanvas.h",
"tools/flags/*.cpp",
"tools/flags/*.h",
- "tools/timer/*.cpp",
- "tools/timer/*.h",
"tools/sk_tool_utils.cpp",
- "tools/sk_tool_utils_font.cpp",
"tools/sk_tool_utils.h",
+ "tools/sk_tool_utils_font.cpp",
+ "tools/timer/*.cpp",
+ "tools/timer/*.h",
],
exclude = [
"tests/skia_test.cpp", # Old main.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698