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

Side by Side Diff: skia/BUILD.gn

Issue 2726873002: Rename third_party/freetype-android to third_party/freetype (Closed)
Patch Set: DEPS Rebased Created 3 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 unified diff | Download patch
« no previous file with comments | « content/shell/BUILD.gn ('k') | third_party/freetype-android/.clang-format » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/skia/gn/shared_sources.gni") 10 import("//third_party/skia/gn/shared_sources.gni")
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "//build/linux:freetype2", 383 "//build/linux:freetype2",
384 "//third_party/expat", 384 "//third_party/expat",
385 "//third_party/icu:icuuc", 385 "//third_party/icu:icuuc",
386 ] 386 ]
387 } 387 }
388 388
389 if (is_android) { 389 if (is_android) {
390 deps += [ 390 deps += [
391 "//third_party/android_tools:cpu_features", 391 "//third_party/android_tools:cpu_features",
392 "//third_party/expat", 392 "//third_party/expat",
393 "//third_party/freetype-android:freetype", 393 "//third_party/freetype",
394 ] 394 ]
395 } 395 }
396 396
397 if (skia_support_pdf) { 397 if (skia_support_pdf) {
398 deps += [ 398 deps += [
399 "//third_party/sfntly", 399 "//third_party/sfntly",
400 "//third_party/zlib", 400 "//third_party/zlib",
401 ] 401 ]
402 sources += skia_pdf_sources 402 sources += skia_pdf_sources
403 } else { 403 } else {
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 673
674 deps = [ 674 deps = [
675 ":skia", 675 ":skia",
676 "//base", 676 "//base",
677 "//base/test:test_support", 677 "//base/test:test_support",
678 "//build/config/sanitizers:deps", 678 "//build/config/sanitizers:deps",
679 "//build/win:default_exe_manifest", 679 "//build/win:default_exe_manifest",
680 ] 680 ]
681 } 681 }
682 } 682 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | third_party/freetype-android/.clang-format » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698