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

Unified Diff: public.bzl

Issue 1689053002: CMakeLists.txt demo (Closed) Base URL: https://skia.googlesource.com/skia.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/codec.gyp ('k') | src/codec/SkCodec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index 83bfc1a4900b0e3566dd0457b2e63c7cb89ccbad..cceb73eda4ad9738b65e3572657071e9b8155277 100644
--- a/public.bzl
+++ b/public.bzl
@@ -129,7 +129,6 @@ BASE_SRCS_UNIX = struct(
"src/ports/**/*.h",
],
exclude = [
- "src/codec/SkJpegCodec.cpp", # libjpeg_turbo version mismatch.
# TODO(benjaminwagner): Can this be enabled?
"src/codec/SkRaw*",
"src/opts/*arm*",
@@ -180,7 +179,6 @@ BASE_SRCS_ANDROID = struct(
"src/ports/**/*.h",
],
exclude = [
- "src/codec/SkJpegCodec.cpp", # libjpeg_turbo version mismatch.
# TODO(benjaminwagner): Can this be enabled?
"src/codec/SkRaw*",
"src/opts/*mips*",
« no previous file with comments | « gyp/codec.gyp ('k') | src/codec/SkCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698