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

Side by Side Diff: skia/BUILD.gn

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « services/surfaces/surfaces_impl.cc ('k') | skia/config/SkUserConfig.h » ('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 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
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
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 }
OLDNEW
« no previous file with comments | « services/surfaces/surfaces_impl.cc ('k') | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698