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 if (cpu_arch == "arm") { | 7 if (cpu_arch == "arm") { |
8 import("//build/config/arm.gni") | 8 import("//build/config/arm.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 "ext/platform_device.h", | 283 "ext/platform_device.h", |
284 "ext/platform_device_linux.cc", | 284 "ext/platform_device_linux.cc", |
285 "ext/platform_device_mac.cc", | 285 "ext/platform_device_mac.cc", |
286 "ext/platform_device_win.cc", | 286 "ext/platform_device_win.cc", |
287 "ext/recursive_gaussian_convolution.cc", | 287 "ext/recursive_gaussian_convolution.cc", |
288 "ext/recursive_gaussian_convolution.h", | 288 "ext/recursive_gaussian_convolution.h", |
289 "ext/refptr.h", | 289 "ext/refptr.h", |
290 "ext/SkDiscardableMemory_chrome.h", | 290 "ext/SkDiscardableMemory_chrome.h", |
291 "ext/SkDiscardableMemory_chrome.cc", | 291 "ext/SkDiscardableMemory_chrome.cc", |
292 "ext/SkMemory_new_handler.cpp", | 292 "ext/SkMemory_new_handler.cpp", |
293 "ext/skia_trace_shim.h", | |
294 "ext/skia_utils_base.cc", | 293 "ext/skia_utils_base.cc", |
295 "ext/skia_utils_base.h", | 294 "ext/skia_utils_base.h", |
296 "ext/skia_utils_ios.mm", | 295 "ext/skia_utils_ios.mm", |
297 "ext/skia_utils_ios.h", | 296 "ext/skia_utils_ios.h", |
298 "ext/skia_utils_mac.mm", | 297 "ext/skia_utils_mac.mm", |
299 "ext/skia_utils_mac.h", | 298 "ext/skia_utils_mac.h", |
300 "ext/skia_utils_win.cc", | 299 "ext/skia_utils_win.cc", |
301 "ext/skia_utils_win.h", | 300 "ext/skia_utils_win.h", |
302 "ext/vector_canvas.h", | 301 "ext/vector_canvas.h", |
303 "ext/vector_platform_device_emf_win.cc", | 302 "ext/vector_platform_device_emf_win.cc", |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 ":skia_library_config", | 700 ":skia_library_config", |
702 "//build/config/compiler:no_chromium_code" | 701 "//build/config/compiler:no_chromium_code" |
703 ] | 702 ] |
704 | 703 |
705 deps = [ | 704 deps = [ |
706 "//base", | 705 "//base", |
707 ] | 706 ] |
708 | 707 |
709 visibility = [ ":skia" ] | 708 visibility = [ ":skia" ] |
710 } | 709 } |
OLD | NEW |