| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'path_win.cc', | 161 'path_win.cc', |
| 162 'path_win.h', | 162 'path_win.h', |
| 163 'path_x11.cc', | 163 'path_x11.cc', |
| 164 'path_x11.h', | 164 'path_x11.h', |
| 165 'platform_font.h', | 165 'platform_font.h', |
| 166 'platform_font_android.cc', | 166 'platform_font_android.cc', |
| 167 'platform_font_ios.h', | 167 'platform_font_ios.h', |
| 168 'platform_font_ios.mm', | 168 'platform_font_ios.mm', |
| 169 'platform_font_mac.h', | 169 'platform_font_mac.h', |
| 170 'platform_font_mac.mm', | 170 'platform_font_mac.mm', |
| 171 'platform_font_ozone.cc', |
| 171 'platform_font_pango.cc', | 172 'platform_font_pango.cc', |
| 172 'platform_font_pango.h', | 173 'platform_font_pango.h', |
| 173 'platform_font_win.cc', | 174 'platform_font_win.cc', |
| 174 'platform_font_win.h', | 175 'platform_font_win.h', |
| 175 'point.cc', | 176 'point.cc', |
| 176 'point.h', | 177 'point.h', |
| 177 'point3_f.cc', | 178 'point3_f.cc', |
| 178 'point3_f.h', | 179 'point3_f.h', |
| 179 'point_base.h', | 180 'point_base.h', |
| 180 'point_conversions.cc', | 181 'point_conversions.cc', |
| 181 'point_conversions.h', | 182 'point_conversions.h', |
| 182 'point_f.cc', | 183 'point_f.cc', |
| 183 'point_f.h', | 184 'point_f.h', |
| 184 'quad_f.cc', | 185 'quad_f.cc', |
| 185 'quad_f.h', | 186 'quad_f.h', |
| 186 'range/range.cc', | 187 'range/range.cc', |
| 187 'range/range.h', | 188 'range/range.h', |
| 188 'range/range_mac.mm', | 189 'range/range_mac.mm', |
| 189 'range/range_win.cc', | 190 'range/range_win.cc', |
| 190 'rect.cc', | 191 'rect.cc', |
| 191 'rect.h', | 192 'rect.h', |
| 192 'rect_base.h', | 193 'rect_base.h', |
| 193 'rect_base_impl.h', | 194 'rect_base_impl.h', |
| 194 'rect_conversions.cc', | 195 'rect_conversions.cc', |
| 195 'rect_conversions.h', | 196 'rect_conversions.h', |
| 196 'rect_f.cc', | 197 'rect_f.cc', |
| 197 'rect_f.h', | 198 'rect_f.h', |
| 198 'render_text.cc', | 199 'render_text.cc', |
| 199 'render_text.h', | 200 'render_text.h', |
| 200 'render_text_linux.cc', | |
| 201 'render_text_linux.h', | |
| 202 'render_text_mac.cc', | 201 'render_text_mac.cc', |
| 203 'render_text_mac.h', | 202 'render_text_mac.h', |
| 203 'render_text_ozone.cc', |
| 204 'render_text_pango.cc', |
| 205 'render_text_pango.h', |
| 204 'render_text_win.cc', | 206 'render_text_win.cc', |
| 205 'render_text_win.h', | 207 'render_text_win.h', |
| 206 'safe_integer_conversions.h', | 208 'safe_integer_conversions.h', |
| 207 'scoped_canvas.h', | 209 'scoped_canvas.h', |
| 208 'scoped_cg_context_save_gstate_mac.h', | 210 'scoped_cg_context_save_gstate_mac.h', |
| 209 'scoped_ns_graphics_context_save_gstate_mac.h', | 211 'scoped_ns_graphics_context_save_gstate_mac.h', |
| 210 'scoped_ns_graphics_context_save_gstate_mac.mm', | 212 'scoped_ns_graphics_context_save_gstate_mac.mm', |
| 211 'scoped_ui_graphics_push_context_ios.h', | 213 'scoped_ui_graphics_push_context_ios.h', |
| 212 'scoped_ui_graphics_push_context_ios.mm', | 214 'scoped_ui_graphics_push_context_ios.mm', |
| 213 'screen.cc', | 215 'screen.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 # http://crbug.com/105550 | 297 # http://crbug.com/105550 |
| 296 ['use_canvas_skia==1', { | 298 ['use_canvas_skia==1', { |
| 297 'sources!': [ | 299 'sources!': [ |
| 298 'canvas_android.cc', | 300 'canvas_android.cc', |
| 299 ], | 301 ], |
| 300 }, { # use_canvas_skia!=1 | 302 }, { # use_canvas_skia!=1 |
| 301 'sources!': [ | 303 'sources!': [ |
| 302 'canvas_skia.cc', | 304 'canvas_skia.cc', |
| 303 ], | 305 ], |
| 304 }], | 306 }], |
| 305 ['use_pango==0', { | |
| 306 'sources/': [ | |
| 307 ['exclude', '^pango_util\\.'], | |
| 308 ['exclude', '^platform_font_pango\\.'], | |
| 309 ], | |
| 310 }], | |
| 311 ['toolkit_uses_gtk == 1', { | 307 ['toolkit_uses_gtk == 1', { |
| 312 'dependencies': [ | 308 'dependencies': [ |
| 313 '<(DEPTH)/build/linux/system.gyp:gtk', | 309 '<(DEPTH)/build/linux/system.gyp:gtk', |
| 314 ], | 310 ], |
| 315 'sources': [ | 311 'sources': [ |
| 316 'gtk_native_view_id_manager.cc', | 312 'gtk_native_view_id_manager.cc', |
| 317 'gtk_native_view_id_manager.h', | 313 'gtk_native_view_id_manager.h', |
| 318 'gtk_preserve_window.cc', | 314 'gtk_preserve_window.cc', |
| 319 'gtk_preserve_window.h', | 315 'gtk_preserve_window.h', |
| 320 'gdk_compat.h', | 316 'gdk_compat.h', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 ], | 402 ], |
| 407 'variables': { | 403 'variables': { |
| 408 'jni_gen_package': 'ui/gfx', | 404 'jni_gen_package': 'ui/gfx', |
| 409 }, | 405 }, |
| 410 'includes': [ '../../build/jni_generator.gypi' ], | 406 'includes': [ '../../build/jni_generator.gypi' ], |
| 411 }, | 407 }, |
| 412 ], | 408 ], |
| 413 }], | 409 }], |
| 414 ], | 410 ], |
| 415 } | 411 } |
| OLD | NEW |