OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |