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

Side by Side Diff: mandoline/app/android/BUILD.gn

Issue 1131523007: Move NativeViewport service into view_manager. This is a file move only. Further merging will happe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 assert(is_android) 5 assert(is_android)
6 6
7 import("//third_party/mojo/src/mojo/public/mojo.gni") 7 import("//third_party/mojo/src/mojo/public/mojo.gni")
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 import("//mojo/generate_mojo_shell_assets_list.gni") 10 import("//mojo/generate_mojo_shell_assets_list.gni")
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 native_libs = [ "libmandoline_runner.so" ] 79 native_libs = [ "libmandoline_runner.so" ]
80 80
81 asset_location = mandoline_assets_dir 81 asset_location = mandoline_assets_dir
82 82
83 deps = [ 83 deps = [
84 ":build_mandoline_assets", 84 ":build_mandoline_assets",
85 ":copy_mandoline_runner", 85 ":copy_mandoline_runner",
86 "//mojo/runner:java", 86 "//mojo/runner:java",
87 "//mojo/runner:resources", 87 "//mojo/runner:resources",
88 "//base:base_java", 88 "//base:base_java",
89 "//components/native_viewport:native_viewport_java", 89 "//components/view_manager/native_viewport:native_viewport_java",
90 "//third_party/android_tools:google_play_services_default_resources", 90 "//third_party/android_tools:google_play_services_default_resources",
91 ] 91 ]
92 } 92 }
OLDNEW
« no previous file with comments | « components/view_manager/public/interfaces/view_manager.mojom ('k') | mandoline/services/core_services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698