| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'range/range.cc', | 240 'range/range.cc', |
| 241 'range/range.h', | 241 'range/range.h', |
| 242 'range/range_mac.mm', | 242 'range/range_mac.mm', |
| 243 'range/range_win.cc', | 243 'range/range_win.cc', |
| 244 'render_text.cc', | 244 'render_text.cc', |
| 245 'render_text.h', | 245 'render_text.h', |
| 246 'render_text_harfbuzz.cc', | 246 'render_text_harfbuzz.cc', |
| 247 'render_text_harfbuzz.h', | 247 'render_text_harfbuzz.h', |
| 248 'render_text_mac.cc', | 248 'render_text_mac.cc', |
| 249 'render_text_mac.h', | 249 'render_text_mac.h', |
| 250 'render_text_ozone.cc', | |
| 251 'render_text_pango.cc', | |
| 252 'render_text_pango.h', | |
| 253 'render_text_win.cc', | |
| 254 'render_text_win.h', | |
| 255 'scoped_canvas.h', | 250 'scoped_canvas.h', |
| 256 'scoped_cg_context_save_gstate_mac.h', | 251 'scoped_cg_context_save_gstate_mac.h', |
| 257 'scoped_ns_graphics_context_save_gstate_mac.h', | 252 'scoped_ns_graphics_context_save_gstate_mac.h', |
| 258 'scoped_ns_graphics_context_save_gstate_mac.mm', | 253 'scoped_ns_graphics_context_save_gstate_mac.mm', |
| 259 'scoped_ui_graphics_push_context_ios.h', | 254 'scoped_ui_graphics_push_context_ios.h', |
| 260 'scoped_ui_graphics_push_context_ios.mm', | 255 'scoped_ui_graphics_push_context_ios.mm', |
| 261 'screen.cc', | 256 'screen.cc', |
| 262 'screen.h', | 257 'screen.h', |
| 263 'screen_android.cc', | 258 'screen_android.cc', |
| 264 'screen_aura.cc', | 259 'screen_aura.cc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 '../../build/linux/system.gyp:x11', | 395 '../../build/linux/system.gyp:x11', |
| 401 'x/gfx_x11.gyp:gfx_x11', | 396 'x/gfx_x11.gyp:gfx_x11', |
| 402 ], | 397 ], |
| 403 }], | 398 }], |
| 404 ['use_pango==1', { | 399 ['use_pango==1', { |
| 405 'dependencies': [ | 400 'dependencies': [ |
| 406 '<(DEPTH)/build/linux/system.gyp:pangocairo', | 401 '<(DEPTH)/build/linux/system.gyp:pangocairo', |
| 407 ], | 402 ], |
| 408 'sources!': [ | 403 'sources!': [ |
| 409 'platform_font_ozone.cc', | 404 'platform_font_ozone.cc', |
| 410 'render_text_ozone.cc', | |
| 411 ], | 405 ], |
| 412 }], | 406 }], |
| 413 ['desktop_linux==1 or chromeos==1', { | 407 ['desktop_linux==1 or chromeos==1', { |
| 414 'dependencies': [ | 408 'dependencies': [ |
| 415 # font_render_params_linux.cc uses fontconfig | 409 # font_render_params_linux.cc uses fontconfig |
| 416 '<(DEPTH)/build/linux/system.gyp:fontconfig', | 410 '<(DEPTH)/build/linux/system.gyp:fontconfig', |
| 417 ], | 411 ], |
| 418 }], | 412 }], |
| 419 ], | 413 ], |
| 420 'target_conditions': [ | 414 'target_conditions': [ |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 ], | 476 ], |
| 483 'variables': { | 477 'variables': { |
| 484 'jni_gen_package': 'ui/gfx', | 478 'jni_gen_package': 'ui/gfx', |
| 485 }, | 479 }, |
| 486 'includes': [ '../../build/jni_generator.gypi' ], | 480 'includes': [ '../../build/jni_generator.gypi' ], |
| 487 }, | 481 }, |
| 488 ], | 482 ], |
| 489 }], | 483 }], |
| 490 ], | 484 ], |
| 491 } | 485 } |
| OLD | NEW |