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

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

Issue 978673002: Remove some unused ui/gfx code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « shell/desktop/mojo_main.cc ('k') | ui/gfx/display.cc » ('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 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/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "display_observer.cc", 60 "display_observer.cc",
61 "display_observer.h", 61 "display_observer.h",
62 "frame_time.h", 62 "frame_time.h",
63 "gpu_memory_buffer.cc", 63 "gpu_memory_buffer.cc",
64 "gpu_memory_buffer.h", 64 "gpu_memory_buffer.h",
65 "native_widget_types.h", 65 "native_widget_types.h",
66 "sequential_id_generator.cc", 66 "sequential_id_generator.cc",
67 "sequential_id_generator.h", 67 "sequential_id_generator.h",
68 "skia_util.cc", 68 "skia_util.cc",
69 "skia_util.h", 69 "skia_util.h",
70 "switches.cc",
71 "switches.h",
72 "transform.cc", 70 "transform.cc",
73 "transform.h", 71 "transform.h",
74 "transform_util.cc", 72 "transform_util.cc",
75 "transform_util.h", 73 "transform_util.h",
76 "ui_gfx_exports.cc", 74 "ui_gfx_exports.cc",
77 "vsync_provider.h", 75 "vsync_provider.h",
78 "win/direct_write.cc",
79 "win/direct_write.h",
80 "win/hwnd_util.cc", 76 "win/hwnd_util.cc",
81 "win/hwnd_util.h", 77 "win/hwnd_util.h",
82 "win/scoped_set_map_mode.h", 78 "win/scoped_set_map_mode.h",
83 "win/singleton_hwnd.cc", 79 "win/singleton_hwnd.cc",
84 "win/singleton_hwnd.h", 80 "win/singleton_hwnd.h",
85 "win/window_impl.cc", 81 "win/window_impl.cc",
86 "win/window_impl.h", 82 "win/window_impl.h",
87 ] 83 ]
88 84
89 defines = [ "GFX_IMPLEMENTATION" ] 85 defines = [ "GFX_IMPLEMENTATION" ]
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 if (is_android) { 277 if (is_android) {
282 generate_jni("gfx_jni_headers") { 278 generate_jni("gfx_jni_headers") {
283 sources = [ 279 sources = [
284 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 280 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
285 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 281 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
286 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 282 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
287 ] 283 ]
288 jni_package = "gfx" 284 jni_package = "gfx"
289 } 285 }
290 } 286 }
OLDNEW
« no previous file with comments | « shell/desktop/mojo_main.cc ('k') | ui/gfx/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698