| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "platform_font_ios.h", | 155 "platform_font_ios.h", |
| 156 "platform_font_ios.mm", | 156 "platform_font_ios.mm", |
| 157 "platform_font_linux.cc", | 157 "platform_font_linux.cc", |
| 158 "platform_font_linux.h", | 158 "platform_font_linux.h", |
| 159 "platform_font_mac.h", | 159 "platform_font_mac.h", |
| 160 "platform_font_mac.mm", | 160 "platform_font_mac.mm", |
| 161 "platform_font_win.cc", | 161 "platform_font_win.cc", |
| 162 "platform_font_win.h", | 162 "platform_font_win.h", |
| 163 "range/range.cc", | 163 "range/range.cc", |
| 164 "range/range.h", | 164 "range/range.h", |
| 165 "range/range_f.cc", |
| 166 "range/range_f.h", |
| 165 "range/range_mac.mm", | 167 "range/range_mac.mm", |
| 166 "range/range_win.cc", | 168 "range/range_win.cc", |
| 167 "scoped_canvas.h", | 169 "scoped_canvas.h", |
| 168 "scoped_cg_context_save_gstate_mac.h", | 170 "scoped_cg_context_save_gstate_mac.h", |
| 169 "scoped_ns_graphics_context_save_gstate_mac.h", | 171 "scoped_ns_graphics_context_save_gstate_mac.h", |
| 170 "scoped_ns_graphics_context_save_gstate_mac.mm", | 172 "scoped_ns_graphics_context_save_gstate_mac.mm", |
| 171 "scoped_ui_graphics_push_context_ios.h", | 173 "scoped_ui_graphics_push_context_ios.h", |
| 172 "scoped_ui_graphics_push_context_ios.mm", | 174 "scoped_ui_graphics_push_context_ios.mm", |
| 173 "screen.cc", | 175 "screen.cc", |
| 174 "screen.h", | 176 "screen.h", |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 if (is_android) { | 520 if (is_android) { |
| 519 generate_jni("gfx_jni_headers") { | 521 generate_jni("gfx_jni_headers") { |
| 520 sources = [ | 522 sources = [ |
| 521 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 523 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
| 522 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 524 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
| 523 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 525 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
| 524 ] | 526 ] |
| 525 jni_package = "gfx" | 527 jni_package = "gfx" |
| 526 } | 528 } |
| 527 } | 529 } |
| OLD | NEW |