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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress 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 | « ui/events/platform/platform_event_source.cc ('k') | ui/gfx/geometry/quad_f.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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "codec/png_codec.h", 55 "codec/png_codec.h",
56 "display.cc", 56 "display.cc",
57 "display.h", 57 "display.h",
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",
66 "hud_font.h",
65 "native_widget_types.h", 67 "native_widget_types.h",
66 "sequential_id_generator.cc", 68 "sequential_id_generator.cc",
67 "sequential_id_generator.h", 69 "sequential_id_generator.h",
68 "skia_util.cc", 70 "skia_util.cc",
69 "skia_util.h", 71 "skia_util.h",
70 "transform.cc", 72 "transform.cc",
71 "transform.h", 73 "transform.h",
72 "transform_util.cc", 74 "transform_util.cc",
73 "transform_util.h", 75 "transform_util.h",
74 "ui_gfx_exports.cc", 76 "ui_gfx_exports.cc",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 if (is_android) { 279 if (is_android) {
278 generate_jni("gfx_jni_headers") { 280 generate_jni("gfx_jni_headers") {
279 sources = [ 281 sources = [
280 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 282 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
281 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 283 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
282 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 284 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
283 ] 285 ]
284 jni_package = "gfx" 286 jni_package = "gfx"
285 } 287 }
286 } 288 }
OLDNEW
« no previous file with comments | « ui/events/platform/platform_event_source.cc ('k') | ui/gfx/geometry/quad_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698