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

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

Issue 1184913004: Revert of android: Introduce a ui::PlatformWindow implementation for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « components/view_manager/native_viewport/platform_viewport_x11.cc ('k') | mojo/runner/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 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("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 import("//mojo/generate_mojo_shell_assets_list.gni") 9 import("//mojo/generate_mojo_shell_assets_list.gni")
10 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 native_libs = [ "libmandoline_runner.so" ] 96 native_libs = [ "libmandoline_runner.so" ]
97 97
98 asset_location = mandoline_assets_dir 98 asset_location = mandoline_assets_dir
99 99
100 deps = [ 100 deps = [
101 ":build_mandoline_assets", 101 ":build_mandoline_assets",
102 ":copy_mandoline_runner", 102 ":copy_mandoline_runner",
103 "//mojo/runner:java", 103 "//mojo/runner:java",
104 "//mojo/runner:resources", 104 "//mojo/runner:resources",
105 "//base:base_java", 105 "//base:base_java",
106 "//components/view_manager:view_manager_java",
106 "//third_party/android_tools:google_play_services_default_resources", 107 "//third_party/android_tools:google_play_services_default_resources",
107 "//ui/platform_window/android:platform_window_java",
108 ] 108 ]
109 } 109 }
OLDNEW
« no previous file with comments | « components/view_manager/native_viewport/platform_viewport_x11.cc ('k') | mojo/runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698