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

Side by Side Diff: BUILD.gn

Issue 2257903002: GN: make libjpeg_turbo target Chrome-compatible (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libjpeg_turbo/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 Google Inc. 1 # Copyright 2016 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 declare_args() { 6 declare_args() {
7 } 7 }
8 8
9 skia_public_includes = [ 9 skia_public_includes = [
10 "include/android", 10 "include/android",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 } 183 }
184 } 184 }
185 185
186 component("skia") { 186 component("skia") {
187 public_configs = [ ":skia_public" ] 187 public_configs = [ ":skia_public" ]
188 configs += skia_library_configs 188 configs += skia_library_configs
189 189
190 deps = [ 190 deps = [
191 "//third_party/expat", 191 "//third_party/expat",
192 "//third_party/giflib", 192 "//third_party/giflib",
193 "//third_party/libjpeg_turbo", 193 "//third_party/libjpeg_turbo:libjpeg",
194 "//third_party/libpng", 194 "//third_party/libpng",
195 "//third_party/libwebp", 195 "//third_party/libwebp",
196 "//third_party/sfntly", 196 "//third_party/sfntly",
197 "//third_party/zlib", 197 "//third_party/zlib",
198 ] 198 ]
199 if (is_x86) { 199 if (is_x86) {
200 deps += [ 200 deps += [
201 ":opts_avx", 201 ":opts_avx",
202 ":opts_sse2", 202 ":opts_sse2",
203 ":opts_sse41", 203 ":opts_sse41",
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 "tools/SkShaper_harfbuzz.cpp", 611 "tools/SkShaper_harfbuzz.cpp",
612 "tools/using_skia_and_harfbuzz.cpp", 612 "tools/using_skia_and_harfbuzz.cpp",
613 ] 613 ]
614 deps = [ 614 deps = [
615 ":skia", 615 ":skia",
616 "//third_party/harfbuzz", 616 "//third_party/harfbuzz",
617 ] 617 ]
618 testonly = true 618 testonly = true
619 } 619 }
620 } 620 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libjpeg_turbo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698