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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "animation/tween.cc", | 55 "animation/tween.cc", |
56 "animation/tween.h", | 56 "animation/tween.h", |
57 "break_list.h", | 57 "break_list.h", |
58 "codec/jpeg_codec.cc", | 58 "codec/jpeg_codec.cc", |
59 "codec/jpeg_codec.h", | 59 "codec/jpeg_codec.h", |
60 "codec/png_codec.cc", | 60 "codec/png_codec.cc", |
61 "codec/png_codec.h", | 61 "codec/png_codec.h", |
62 "color_analysis.cc", | 62 "color_analysis.cc", |
63 "color_analysis.h", | 63 "color_analysis.h", |
64 "color_palette.h", | 64 "color_palette.h", |
65 "color_profile.cc", | 65 "color_space.cc", |
66 "color_profile.h", | 66 "color_space.h", |
67 "color_profile_mac.mm", | 67 "color_space_mac.mm", |
68 "color_profile_win.cc", | 68 "color_space_win.cc", |
69 "color_utils.cc", | 69 "color_utils.cc", |
70 "color_utils.h", | 70 "color_utils.h", |
71 "favicon_size.cc", | 71 "favicon_size.cc", |
72 "favicon_size.h", | 72 "favicon_size.h", |
73 "font.cc", | 73 "font.cc", |
74 "font.h", | 74 "font.h", |
75 "font_fallback.h", | 75 "font_fallback.h", |
76 "font_fallback_linux.cc", | 76 "font_fallback_linux.cc", |
77 "font_fallback_linux.h", | 77 "font_fallback_linux.h", |
78 "font_fallback_mac.mm", | 78 "font_fallback_mac.mm", |
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 if (is_android) { | 890 if (is_android) { |
891 generate_jni("gfx_jni_headers") { | 891 generate_jni("gfx_jni_headers") { |
892 sources = [ | 892 sources = [ |
893 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 893 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
894 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 894 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
895 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 895 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
896 ] | 896 ] |
897 jni_package = "gfx" | 897 jni_package = "gfx" |
898 } | 898 } |
899 } | 899 } |
OLD | NEW |