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

Side by Side Diff: mojo/BUILD.gn

Issue 681203002: Remove mojo/examples/pepper_container_app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | mojo/examples/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 6
7 group("mojo") { 7 group("mojo") {
8 # Meta-target, don't link into production code. 8 # Meta-target, don't link into production code.
9 testonly = true 9 testonly = true
10 deps = [ 10 deps = [
11 ":tests", 11 ":tests",
12 "//mojo/common", 12 "//mojo/common",
13 "//mojo/examples",
14 "//mojo/public", 13 "//mojo/public",
15 "//mojo/services", 14 "//mojo/services",
16 "//mojo/shell:mojo_shell", 15 "//mojo/shell:mojo_shell",
17 "//mojo/tools/package_manager", 16 "//mojo/tools/package_manager",
18 ] 17 ]
19 18
20 if (is_android) { 19 if (is_android) {
21 deps += [ 20 deps += [
22 "//mojo/android", 21 "//mojo/android",
23 ] 22 ]
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 sources = [ 58 sources = [
60 "android/javatests/src/org/chromium/mojo/MojoTestCase.java", 59 "android/javatests/src/org/chromium/mojo/MojoTestCase.java",
61 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" , 60 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" ,
62 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java", 61 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java",
63 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java", 62 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java",
64 ] 63 ]
65 64
66 jni_package = "mojo" 65 jni_package = "mojo"
67 } 66 }
68 } 67 }
OLDNEW
« no previous file with comments | « no previous file | mojo/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698