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

Side by Side Diff: ui/ozone/common/BUILD.gn

Issue 2636073002: Create mojom and StructTraits for ui/display/types/display_mode.cc (Closed)
Patch Set: undo deletion of includes in ui/ozone/common/BUILD.gn Created 3 years, 11 months 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
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 6
7 assert(use_ozone) 7 assert(use_ozone)
8 8
9 source_set("common") { 9 source_set("common") {
10 sources = [ 10 sources = [
(...skipping 15 matching lines...) Expand all
26 ] 26 ]
27 27
28 public_deps = [ 28 public_deps = [
29 "//ui/ozone:ozone_base", 29 "//ui/ozone:ozone_base",
30 ] 30 ]
31 31
32 deps = [ 32 deps = [
33 "//ui/gl", 33 "//ui/gl",
34 ] 34 ]
35 35
36 visibility = [ "//ui/ozone/platform/*" ] 36 visibility = [
37 "//ui/ozone/platform/*",
38 "//ui/ozone/common/*",
kylechar 2017/01/17 21:39:46 //ui/ozone/common/mojo/*
thanhph1 2017/01/17 22:30:30 Done.
39 ]
37 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698