Chromium Code Reviews| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 215 "win/direct_write.cc", | 215 "win/direct_write.cc", |
| 216 "win/direct_write.h", | 216 "win/direct_write.h", |
| 217 "win/display_info.cc", | 217 "win/display_info.cc", |
| 218 "win/display_info.h", | 218 "win/display_info.h", |
| 219 "win/dpi.cc", | 219 "win/dpi.cc", |
| 220 "win/dpi.h", | 220 "win/dpi.h", |
| 221 "win/hwnd_util.cc", | 221 "win/hwnd_util.cc", |
| 222 "win/hwnd_util.h", | 222 "win/hwnd_util.h", |
| 223 "win/physical_size.cc", | 223 "win/physical_size.cc", |
| 224 "win/physical_size.h", | 224 "win/physical_size.h", |
| 225 "win/rect_util.cc", | |
| 226 "win/rect_util.h", | |
|
scottmg
2016/02/10 23:07:45
rect_util_unittest.cc somewhere in this file?
robliao
2016/02/11 19:05:40
Done.
| |
| 225 "win/scoped_set_map_mode.h", | 227 "win/scoped_set_map_mode.h", |
| 226 "win/screen_win_display.cc", | 228 "win/screen_win_display.cc", |
| 227 "win/screen_win_display.h", | 229 "win/screen_win_display.h", |
| 228 "win/singleton_hwnd.cc", | 230 "win/singleton_hwnd.cc", |
| 229 "win/singleton_hwnd.h", | 231 "win/singleton_hwnd.h", |
| 230 "win/singleton_hwnd_observer.cc", | 232 "win/singleton_hwnd_observer.cc", |
| 231 "win/singleton_hwnd_observer.h", | 233 "win/singleton_hwnd_observer.h", |
| 232 "win/window_impl.cc", | 234 "win/window_impl.cc", |
| 233 "win/window_impl.h", | 235 "win/window_impl.h", |
| 234 ] | 236 ] |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 785 if (is_android) { | 787 if (is_android) { |
| 786 generate_jni("gfx_jni_headers") { | 788 generate_jni("gfx_jni_headers") { |
| 787 sources = [ | 789 sources = [ |
| 788 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 790 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
| 789 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 791 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
| 790 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 792 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
| 791 ] | 793 ] |
| 792 jni_package = "gfx" | 794 jni_package = "gfx" |
| 793 } | 795 } |
| 794 } | 796 } |
| OLD | NEW |