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

Side by Side Diff: shell/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 | « services/native_viewport/app_delegate.cc ('k') | shell/android/main.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.gni") 6 import("//mojo/public/mojo.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//mojo/tools/embed/rules.gni") 9 import("//mojo/tools/embed/rules.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 if (is_android) { 67 if (is_android) {
68 shared_library("mojo_shell") { 68 shared_library("mojo_shell") {
69 sources = [ 69 sources = [
70 "android/library_loader.cc", 70 "android/library_loader.cc",
71 "android/main.cc", 71 "android/main.cc",
72 "android/main.h", 72 "android/main.h",
73 ] 73 ]
74 74
75 deps = shell_common_deps + [ 75 deps = shell_common_deps + [
76 ":jni_headers", 76 ":jni_headers",
77 "//gpu/config",
77 "//mojo/android:libsystem_java", 78 "//mojo/android:libsystem_java",
78 "//mojo/services/window_manager/public/interfaces:interfaces", 79 "//mojo/services/window_manager/public/interfaces:interfaces",
79 "//services/native_viewport:lib", 80 "//services/native_viewport:lib",
80 "//shell/application_manager", 81 "//shell/application_manager",
81 "//ui/gl", 82 "//ui/gl",
82 ] 83 ]
83 84
84 data_deps = shell_common_data_deps 85 data_deps = shell_common_data_deps
85 } 86 }
86 } else { 87 } else {
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "${root_out_dir}/libmojo_shell.so", 661 "${root_out_dir}/libmojo_shell.so",
661 ] 662 ]
662 } else { 663 } else {
663 sources += [ "${root_out_dir}/mojo_shell" ] 664 sources += [ "${root_out_dir}/mojo_shell" ]
664 } 665 }
665 666
666 outputs = [ 667 outputs = [
667 "${root_out_dir}/symbols/{{source_file_part}}", 668 "${root_out_dir}/symbols/{{source_file_part}}",
668 ] 669 ]
669 } 670 }
OLDNEW
« no previous file with comments | « services/native_viewport/app_delegate.cc ('k') | shell/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698