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

Side by Side Diff: examples/device_name/BUILD.gn

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 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 | « apps/moterm/BUILD.gn ('k') | examples/shadows/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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 7
8 mojo_android_application("device_name") { 8 mojo_android_application("device_name") {
9 sources = [ 9 sources = [
10 "device_name.cc", 10 "device_name.cc",
11 ] 11 ]
12 12
13 deps = [ 13 deps = [
14 "//base", 14 "//base",
15 "//mojo/public/c:system", 15 "//mojo/public/c:system",
16 "//mojo/public/cpp/application:standalone", 16 "//mojo/public/cpp/application:standalone",
17 "//mojo/public/cpp/bindings", 17 "//mojo/public/cpp/bindings",
18 "//mojo/public/cpp/system", 18 "//mojo/public/cpp/system",
19 "//mojo/public/cpp/utility", 19 "//mojo/public/cpp/utility",
20 "//mojo/public/platform/native:system", 20 "//mojo/public/platform/native:system_thunks",
21 ] 21 ]
22 22
23 java_sources = [ "java/src/org/chromium/mojo/examples/DeviceName.java" ] 23 java_sources = [ "java/src/org/chromium/mojo/examples/DeviceName.java" ]
24 24
25 java_deps = [ "//base:base_java" ] 25 java_deps = [ "//base:base_java" ]
26 26
27 jni_package = "mojo" 27 jni_package = "mojo"
28 } 28 }
OLDNEW
« no previous file with comments | « apps/moterm/BUILD.gn ('k') | examples/shadows/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698