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

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

Issue 1350723004: Apply gpu workarounds. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: need to use the process command_line so move the init to where the process command line is initiali… Created 5 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 | « no previous file | services/native_viewport/app_delegate.cc » ('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/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 } else { 47 } else {
48 mojo_native_application("native_viewport") { 48 mojo_native_application("native_viewport") {
49 output_name = "native_viewport_service" 49 output_name = "native_viewport_service"
50 sources = [ 50 sources = [
51 "app_delegate.cc", 51 "app_delegate.cc",
52 "main.cc", 52 "main.cc",
53 ] 53 ]
54 deps = [ 54 deps = [
55 ":lib", 55 ":lib",
56 "//base", 56 "//base",
57 "//gpu/config",
57 "//mojo/application", 58 "//mojo/application",
58 "//mojo/common:tracing_impl", 59 "//mojo/common:tracing_impl",
59 "//mojo/public/cpp/bindings:bindings", 60 "//mojo/public/cpp/bindings:bindings",
60 "//mojo/services/native_viewport/public/interfaces", 61 "//mojo/services/native_viewport/public/interfaces",
61 "//mojo/services/native_viewport/public/cpp:args", 62 "//mojo/services/native_viewport/public/cpp:args",
62 "//services/gles2", 63 "//services/gles2",
63 "//ui/events", 64 "//ui/events",
64 "//ui/events/platform", 65 "//ui/events/platform",
65 "//ui/gl", 66 "//ui/gl",
66 ] 67 ]
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "//ui/ozone", 142 "//ui/ozone",
142 "//ui/ozone:ozone_base", 143 "//ui/ozone:ozone_base",
143 "//ui/ozone/platform/drm:drm_common", 144 "//ui/ozone/platform/drm:drm_common",
144 ] 145 ]
145 } 146 }
146 147
147 if (is_win) { 148 if (is_win) {
148 deps += [ "//ui/platform_window/win" ] 149 deps += [ "//ui/platform_window/win" ]
149 } 150 }
150 } 151 }
OLDNEW
« no previous file with comments | « no previous file | services/native_viewport/app_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698