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

Unified Diff: third_party/libjpeg_turbo/BUILD.gn

Issue 2188643002: GN: dm (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp deps Created 4 years, 5 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 | « third_party/jsoncpp/BUILD.gn ('k') | third_party/libpng/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjpeg_turbo/BUILD.gn
diff --git a/third_party/libjpeg_turbo/BUILD.gn b/third_party/libjpeg_turbo/BUILD.gn
index f03bca70d5231478aa1a39c2f6d7a6d5906e3e15..726641235f529d9c5a7f6b17963ca47c6ba0e600 100644
--- a/third_party/libjpeg_turbo/BUILD.gn
+++ b/third_party/libjpeg_turbo/BUILD.gn
@@ -8,11 +8,8 @@ declare_args() {
import("../third_party.gni")
-config("libjpeg_turbo_config") {
- include_dirs = [ "../externals/libjpeg-turbo" ]
-}
third_party("libjpeg_turbo") {
- public_configs = [ ":libjpeg_turbo_config" ]
+ public_include_dirs = [ "../externals/libjpeg-turbo" ]
sources = [
"../externals/libjpeg-turbo/jcapimin.c",
« no previous file with comments | « third_party/jsoncpp/BUILD.gn ('k') | third_party/libpng/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698