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

Side by Side Diff: services/ui/display/BUILD.gn

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 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 | « media/gpu/rendering_helper.cc ('k') | services/ui/display/platform_screen_ozone.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("display") { 8 source_set("display") {
9 sources = [ 9 sources = [
10 "platform_screen.cc", 10 "platform_screen.cc",
(...skipping 12 matching lines...) Expand all
23 23
24 if (use_ozone && is_chromeos) { 24 if (use_ozone && is_chromeos) {
25 sources += [ 25 sources += [
26 "platform_screen_ozone.cc", 26 "platform_screen_ozone.cc",
27 "platform_screen_ozone.h", 27 "platform_screen_ozone.h",
28 ] 28 ]
29 29
30 deps += [ 30 deps += [
31 "//services/ui/public/interfaces/display", 31 "//services/ui/public/interfaces/display",
32 "//skia", 32 "//skia",
33 "//ui/display/manager",
33 "//ui/ozone", 34 "//ui/ozone",
34 ] 35 ]
35 } else { 36 } else {
36 sources += [ 37 sources += [
37 "platform_screen_stub.cc", 38 "platform_screen_stub.cc",
38 "platform_screen_stub.h", 39 "platform_screen_stub.h",
39 ] 40 ]
40 } 41 }
41 } 42 }
42 43
(...skipping 10 matching lines...) Expand all
53 "//base/test:test_support", 54 "//base/test:test_support",
54 "//testing/gmock", 55 "//testing/gmock",
55 "//testing/gtest", 56 "//testing/gtest",
56 "//ui/display", 57 "//ui/display",
57 "//ui/gfx", 58 "//ui/gfx",
58 "//ui/gfx:test_support", 59 "//ui/gfx:test_support",
59 "//ui/ozone", 60 "//ui/ozone",
60 ] 61 ]
61 } 62 }
62 } 63 }
OLDNEW
« no previous file with comments | « media/gpu/rendering_helper.cc ('k') | services/ui/display/platform_screen_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698