OLD | NEW |
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "display_change_notifier.cc", | 78 "display_change_notifier.cc", |
79 "display_change_notifier.h", | 79 "display_change_notifier.h", |
80 "display_observer.cc", | 80 "display_observer.cc", |
81 "display_observer.h", | 81 "display_observer.h", |
82 "favicon_size.cc", | 82 "favicon_size.cc", |
83 "favicon_size.h", | 83 "favicon_size.h", |
84 "font.cc", | 84 "font.cc", |
85 "font.h", | 85 "font.h", |
86 "font_fallback.h", | 86 "font_fallback.h", |
87 "font_fallback_linux.cc", | 87 "font_fallback_linux.cc", |
88 "font_fallback_mac.cc", | 88 "font_fallback_mac.mm", |
89 "font_fallback_win.cc", | 89 "font_fallback_win.cc", |
90 "font_fallback_win.h", | 90 "font_fallback_win.h", |
91 "font_list.cc", | 91 "font_list.cc", |
92 "font_list.h", | 92 "font_list.h", |
93 "font_list_impl.cc", | 93 "font_list_impl.cc", |
94 "font_list_impl.h", | 94 "font_list_impl.h", |
95 "font_render_params.cc", | 95 "font_render_params.cc", |
96 "font_render_params.h", | 96 "font_render_params.h", |
97 "font_render_params_android.cc", | 97 "font_render_params_android.cc", |
98 "font_render_params_linux.cc", | 98 "font_render_params_linux.cc", |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 if (is_android) { | 518 if (is_android) { |
519 generate_jni("gfx_jni_headers") { | 519 generate_jni("gfx_jni_headers") { |
520 sources = [ | 520 sources = [ |
521 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 521 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
522 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 522 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
523 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 523 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
524 ] | 524 ] |
525 jni_package = "gfx" | 525 jni_package = "gfx" |
526 } | 526 } |
527 } | 527 } |
OLD | NEW |