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

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

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "cocoa/window_size_constants.mm", 139 "cocoa/window_size_constants.mm",
140 "cursor/cursor.cc", 140 "cursor/cursor.cc",
141 "cursor/cursor.h", 141 "cursor/cursor.h",
142 "cursor/cursor_android.cc", 142 "cursor/cursor_android.cc",
143 "cursor/cursor_loader.h", 143 "cursor/cursor_loader.h",
144 "cursor/cursor_win.cc", 144 "cursor/cursor_win.cc",
145 "default_style.h", 145 "default_style.h",
146 "default_theme_provider_mac.mm", 146 "default_theme_provider_mac.mm",
147 "device_form_factor.h", 147 "device_form_factor.h",
148 "device_form_factor_android.cc", 148 "device_form_factor_android.cc",
149 "device_form_factor_android.h",
150 "device_form_factor_desktop.cc", 149 "device_form_factor_desktop.cc",
151 "device_form_factor_ios.mm", 150 "device_form_factor_ios.mm",
152 "dragdrop/drag_drop_types.h", 151 "dragdrop/drag_drop_types.h",
153 "dragdrop/drag_drop_types_mac.mm", 152 "dragdrop/drag_drop_types_mac.mm",
154 "dragdrop/drag_drop_types_win.cc", 153 "dragdrop/drag_drop_types_win.cc",
155 "dragdrop/drag_source_win.cc", 154 "dragdrop/drag_source_win.cc",
156 "dragdrop/drag_source_win.h", 155 "dragdrop/drag_source_win.h",
157 "dragdrop/drag_utils_win.cc", 156 "dragdrop/drag_utils_win.cc",
158 "dragdrop/drop_target_event.cc", 157 "dragdrop/drop_target_event.cc",
159 "dragdrop/drop_target_event.h", 158 "dragdrop/drop_target_event.h",
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 if (is_mac) { 948 if (is_mac) {
950 mac_framework_bundle("ui_unittests_framework") { 949 mac_framework_bundle("ui_unittests_framework") {
951 testonly = true 950 testonly = true
952 deps = [ 951 deps = [
953 "//ui/resources:ui_test_pak_bundle_data", 952 "//ui/resources:ui_test_pak_bundle_data",
954 ] 953 ]
955 info_plist = "test/framework-Info.plist" 954 info_plist = "test/framework-Info.plist"
956 output_name = "ui_unittests Framework" 955 output_name = "ui_unittests Framework"
957 } 956 }
958 } 957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698