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

Side by Side Diff: ui/android/BUILD.gn

Issue 2353003004: Move ViewHostMsg_CreateWindow to mojom (Closed)
Patch Set: . Created 4 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 | « third_party/WebKit/public/web/window_features.typemap ('k') | ui/base/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 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 assert(is_android) 8 assert(is_android)
9 9
10 component("android") { 10 component("android") {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "java/src/org/chromium/ui/resources/ResourceManager.java", 65 "java/src/org/chromium/ui/resources/ResourceManager.java",
66 ] 66 ]
67 jni_package = "ui_android" 67 jni_package = "ui_android"
68 } 68 }
69 69
70 java_cpp_enum("java_enums_srcjar") { 70 java_cpp_enum("java_enums_srcjar") {
71 sources = [ 71 sources = [
72 "../base/ime/text_input_type.h", 72 "../base/ime/text_input_type.h",
73 "../base/page_transition_types.h", 73 "../base/page_transition_types.h",
74 "../base/touch/touch_device.h", 74 "../base/touch/touch_device.h",
75 "../base/window_open_disposition.h",
76 "../gfx/android/java_bitmap.h", 75 "../gfx/android/java_bitmap.h",
77 "resources/resource_manager.h", 76 "resources/resource_manager.h",
78 "resources/system_ui_resource_type.h", 77 "resources/system_ui_resource_type.h",
79 ] 78 ]
80 } 79 }
81 80
82 java_strings_grd("ui_strings_grd") { 81 java_strings_grd("ui_strings_grd") {
83 grd_file = "java/strings/android_ui_strings.grd" 82 grd_file = "java/strings/android_ui_strings.grd"
84 outputs = [ 83 outputs = [
85 "values-am/android_ui_strings.xml", 84 "values-am/android_ui_strings.xml",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "//cc", 255 "//cc",
257 "//cc:test_support", 256 "//cc:test_support",
258 "//skia", 257 "//skia",
259 "//testing/gmock", 258 "//testing/gmock",
260 "//testing/gtest", 259 "//testing/gtest",
261 "//ui/base", 260 "//ui/base",
262 "//ui/gfx", 261 "//ui/gfx",
263 "//ui/resources:ui_test_pak", 262 "//ui/resources:ui_test_pak",
264 ] 263 ]
265 } 264 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/window_features.typemap ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698