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

Side by Side Diff: mojo/services/native_viewport/BUILD.gn

Issue 565323002: Move application:chromium bindings to mojo/application/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « mojo/services/html_viewer/html_viewer.cc ('k') | mojo/services/network/BUILD.gn » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/system.gni") 6 import("//mojo/system.gni")
7 7
8 static_library("native_viewport") { 8 static_library("native_viewport") {
9 output_name = "mojo_native_viewport" 9 output_name = "mojo_native_viewport"
10 10
11 deps = [ 11 deps = [
12 "//base", 12 "//base",
13 "//cc/surfaces", 13 "//cc/surfaces",
14 "//mojo/application",
14 "//mojo/common", 15 "//mojo/common",
15 "//mojo/environment:chromium", 16 "//mojo/environment:chromium",
16 "//mojo/public/cpp/application:chromium",
17 "//mojo/services/gles2", 17 "//mojo/services/gles2",
18 "//mojo/services/public/cpp/geometry", 18 "//mojo/services/public/cpp/geometry",
19 "//mojo/services/public/cpp/input_events", 19 "//mojo/services/public/cpp/input_events",
20 "//mojo/services/public/cpp/surfaces", 20 "//mojo/services/public/cpp/surfaces",
21 "//mojo/services/public/interfaces/geometry", 21 "//mojo/services/public/interfaces/geometry",
22 "//mojo/services/public/interfaces/native_viewport", 22 "//mojo/services/public/interfaces/native_viewport",
23 "//mojo/services/public/interfaces/surfaces", 23 "//mojo/services/public/interfaces/surfaces",
24 "//ui/events", 24 "//ui/events",
25 "//ui/events/platform", 25 "//ui/events/platform",
26 "//ui/gfx", 26 "//ui/gfx",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 deps += [ 61 deps += [
62 "//ui/events/platform/x11", 62 "//ui/events/platform/x11",
63 "//ui/platform_window/x11", 63 "//ui/platform_window/x11",
64 ] 64 ]
65 } 65 }
66 66
67 if (use_ozone) { 67 if (use_ozone) {
68 sources += [ "platform_viewport_ozone.cc" ] 68 sources += [ "platform_viewport_ozone.cc" ]
69 } 69 }
70 } 70 }
OLDNEW
« no previous file with comments | « mojo/services/html_viewer/html_viewer.cc ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698