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

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

Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: Addressed comments. Created 3 years, 10 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 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") {
11 output_name = "ui_android" 11 output_name = "ui_android"
12 sources = [ 12 sources = [
13 "animation_utils.h", 13 "animation_utils.h",
14 "context_provider_factory.cc",
15 "context_provider_factory.h",
16 "delegated_frame_host_android.cc", 14 "delegated_frame_host_android.cc",
17 "delegated_frame_host_android.h", 15 "delegated_frame_host_android.h",
18 "display_android_manager.cc", 16 "display_android_manager.cc",
19 "display_android_manager.h", 17 "display_android_manager.h",
20 "edge_effect.cc", 18 "edge_effect.cc",
21 "edge_effect.h", 19 "edge_effect.h",
22 "edge_effect_base.cc", 20 "edge_effect_base.cc",
23 "edge_effect_base.h", 21 "edge_effect_base.h",
24 "edge_effect_l.cc", 22 "edge_effect_l.cc",
25 "edge_effect_l.h", 23 "edge_effect_l.h",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "//cc", 262 "//cc",
265 "//cc:test_support", 263 "//cc:test_support",
266 "//skia", 264 "//skia",
267 "//testing/gmock", 265 "//testing/gmock",
268 "//testing/gtest", 266 "//testing/gtest",
269 "//ui/base", 267 "//ui/base",
270 "//ui/gfx", 268 "//ui/gfx",
271 "//ui/resources:ui_test_pak", 269 "//ui/resources:ui_test_pak",
272 ] 270 ]
273 } 271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698