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

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

Issue 1287103004: Sync ui/events to chromium @ https://codereview.chromium.org/1210203002 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 4 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 | « ui/events/x/keysym_to_unicode.cc ('k') | ui/gfx/native_widget_types.h » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "display_change_notifier.cc", 58 "display_change_notifier.cc",
59 "display_change_notifier.h", 59 "display_change_notifier.h",
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 "hud_font.cc", 65 "hud_font.cc",
66 "hud_font.h", 66 "hud_font.h",
67 "native_widget_types.h", 67 "native_widget_types.h",
68 "screen.cc",
69 "screen.h",
70 "screen_android.cc",
71 "screen_stub.cc",
72 "screen_type_delegate.h",
68 "sequential_id_generator.cc", 73 "sequential_id_generator.cc",
69 "sequential_id_generator.h", 74 "sequential_id_generator.h",
70 "shadow_value.cc", 75 "shadow_value.cc",
71 "shadow_value.h", 76 "shadow_value.h",
72 "skia_util.cc", 77 "skia_util.cc",
73 "skia_util.h", 78 "skia_util.h",
74 "transform.cc", 79 "transform.cc",
75 "transform.h", 80 "transform.h",
76 "transform_util.cc", 81 "transform_util.cc",
77 "transform_util.h", 82 "transform_util.h",
(...skipping 26 matching lines...) Expand all
104 "//base", 109 "//base",
105 "//skia", 110 "//skia",
106 "//third_party/icu", 111 "//third_party/icu",
107 ] 112 ]
108 113
109 # Android. 114 # Android.
110 if (is_android) { 115 if (is_android) {
111 sources -= [ 116 sources -= [
112 "animation/throb_animation.cc", 117 "animation/throb_animation.cc",
113 "display_observer.cc", 118 "display_observer.cc",
119 "screen_stub.cc",
114 ] 120 ]
115 121
116 # TODO(jdduke): Revisit optimization after gauging benefit, crbug/419051. 122 # TODO(jdduke): Revisit optimization after gauging benefit, crbug/419051.
117 if (!is_debug) { 123 if (!is_debug) {
118 configs -= [ "//build/config/compiler:optimize" ] 124 configs -= [ "//build/config/compiler:optimize" ]
119 configs += [ "//build/config/compiler:optimize_max" ] 125 configs += [ "//build/config/compiler:optimize_max" ]
120 } 126 }
121 127
122 deps += [ ":gfx_jni_headers" ] 128 deps += [ ":gfx_jni_headers" ]
123 libs = [ 129 libs = [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 if (is_android) { 232 if (is_android) {
227 generate_jni("gfx_jni_headers") { 233 generate_jni("gfx_jni_headers") {
228 sources = [ 234 sources = [
229 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 235 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
230 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 236 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
231 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 237 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
232 ] 238 ]
233 jni_package = "gfx" 239 jni_package = "gfx"
234 } 240 }
235 } 241 }
OLDNEW
« no previous file with comments | « ui/events/x/keysym_to_unicode.cc ('k') | ui/gfx/native_widget_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698