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

Side by Side Diff: cc/surfaces/BUILD.gn

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « cc/scheduler/scheduler_state_machine_unittest.cc ('k') | cc/surfaces/display.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("surfaces") { 5 component("surfaces") {
6 output_name = "cc_surfaces" 6 output_name = "cc_surfaces"
7 sources = [ 7 sources = [
8 "display.cc", 8 "display.cc",
9 "display.h", 9 "display.h",
10 "display_client.h", 10 "display_client.h",
(...skipping 14 matching lines...) Expand all
25 "surfaces_export.h", 25 "surfaces_export.h",
26 ] 26 ]
27 27
28 defines = [ "CC_SURFACES_IMPLEMENTATION=1" ] 28 defines = [ "CC_SURFACES_IMPLEMENTATION=1" ]
29 29
30 deps = [ 30 deps = [
31 "//base", 31 "//base",
32 "//base/third_party/dynamic_annotations", 32 "//base/third_party/dynamic_annotations",
33 "//cc", 33 "//cc",
34 "//skia", 34 "//skia",
35 "//ui/events:events_base",
35 "//ui/gfx", 36 "//ui/gfx",
36 "//ui/gfx/geometry", 37 "//ui/gfx/geometry",
37 ] 38 ]
38 39
39 if (is_android && !is_debug) { 40 if (is_android && !is_debug) {
40 configs -= [ "//build/config/compiler:optimize" ] 41 configs -= [ "//build/config/compiler:optimize" ]
41 configs += [ "//build/config/compiler:optimize_max" ] 42 configs += [ "//build/config/compiler:optimize_max" ]
42 } 43 }
43 } 44 }
44 45
OLDNEW
« no previous file with comments | « cc/scheduler/scheduler_state_machine_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698