Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: ui/gfx/gfx.gyp

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gfx/display.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'image/image_util.h', 196 'image/image_util.h',
197 'image/image_util_ios.mm', 197 'image/image_util_ios.mm',
198 'interpolated_transform.cc', 198 'interpolated_transform.cc',
199 'interpolated_transform.h', 199 'interpolated_transform.h',
200 'linux_font_delegate.cc', 200 'linux_font_delegate.cc',
201 'linux_font_delegate.h', 201 'linux_font_delegate.h',
202 'mac/coordinate_conversion.h', 202 'mac/coordinate_conversion.h',
203 'mac/coordinate_conversion.mm', 203 'mac/coordinate_conversion.mm',
204 'mac/scoped_ns_disable_screen_updates.h', 204 'mac/scoped_ns_disable_screen_updates.h',
205 'native_widget_types.h', 205 'native_widget_types.h',
206 'nine_image_painter.cc',
207 'nine_image_painter.h',
208 'overlay_transform.h', 206 'overlay_transform.h',
209 'pango_util.cc', 207 'pango_util.cc',
210 'pango_util.h', 208 'pango_util.h',
211 'path.cc', 209 'path.cc',
212 'path.h', 210 'path.h',
213 'path_aura.cc', 211 'path_aura.cc',
214 'path_win.cc', 212 'path_win.cc',
215 'path_win.h', 213 'path_win.h',
216 'path_x11.cc', 214 'path_x11.cc',
217 'path_x11.h', 215 'path_x11.h',
218 'platform_font.h', 216 'platform_font.h',
219 'platform_font_android.cc', 217 'platform_font_android.cc',
220 'platform_font_ios.h', 218 'platform_font_ios.h',
221 'platform_font_ios.mm', 219 'platform_font_ios.mm',
222 'platform_font_mac.h', 220 'platform_font_mac.h',
223 'platform_font_mac.mm', 221 'platform_font_mac.mm',
224 'platform_font_ozone.cc',
225 'platform_font_pango.cc', 222 'platform_font_pango.cc',
226 'platform_font_pango.h', 223 'platform_font_pango.h',
227 'platform_font_win.cc', 224 'platform_font_win.cc',
228 'platform_font_win.h', 225 'platform_font_win.h',
229 'range/range.cc', 226 'range/range.cc',
230 'range/range.h', 227 'range/range.h',
231 'range/range_mac.mm', 228 'range/range_mac.mm',
232 'range/range_win.cc', 229 'range/range_win.cc',
233 'render_text.cc', 230 'render_text.cc',
234 'render_text.h', 231 'render_text.h',
235 'render_text_harfbuzz.cc', 232 'render_text_harfbuzz.cc',
236 'render_text_harfbuzz.h', 233 'render_text_harfbuzz.h',
237 'render_text_mac.cc', 234 'render_text_mac.cc',
238 'render_text_mac.h', 235 'render_text_mac.h',
239 'render_text_ozone.cc',
240 'render_text_pango.cc', 236 'render_text_pango.cc',
241 'render_text_pango.h', 237 'render_text_pango.h',
242 'render_text_win.cc', 238 'render_text_win.cc',
243 'render_text_win.h', 239 'render_text_win.h',
244 'scoped_canvas.h', 240 'scoped_canvas.h',
245 'scoped_cg_context_save_gstate_mac.h', 241 'scoped_cg_context_save_gstate_mac.h',
246 'scoped_ns_graphics_context_save_gstate_mac.h', 242 'scoped_ns_graphics_context_save_gstate_mac.h',
247 'scoped_ns_graphics_context_save_gstate_mac.mm', 243 'scoped_ns_graphics_context_save_gstate_mac.mm',
248 'screen.cc', 244 'screen.cc',
249 'screen.h', 245 'screen.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'dependencies': [ 342 'dependencies': [
347 'gfx_jni_headers', 343 'gfx_jni_headers',
348 ], 344 ],
349 'link_settings': { 345 'link_settings': {
350 'libraries': [ 346 'libraries': [
351 '-landroid', 347 '-landroid',
352 '-ljnigraphics', 348 '-ljnigraphics',
353 ], 349 ],
354 }, 350 },
355 }], 351 }],
356 ['use_aura==0 and toolkit_views==0', {
357 'sources!': [
358 'nine_image_painter.cc',
359 'nine_image_painter.h',
360 ],
361 }],
362 ['OS=="android" and use_aura==0', { 352 ['OS=="android" and use_aura==0', {
363 'sources!': [ 353 'sources!': [
364 'path.cc', 354 'path.cc',
365 ], 355 ],
366 }], 356 }],
367 ['OS=="android" and use_aura==1', { 357 ['OS=="android" and use_aura==1', {
368 'sources!': [ 358 'sources!': [
369 'screen_android.cc', 359 'screen_android.cc',
370 ], 360 ],
371 }], 361 }],
(...skipping 14 matching lines...) Expand all
386 ['use_x11==1', { 376 ['use_x11==1', {
387 'dependencies': [ 377 'dependencies': [
388 '../../build/linux/system.gyp:x11', 378 '../../build/linux/system.gyp:x11',
389 'x/gfx_x11.gyp:gfx_x11', 379 'x/gfx_x11.gyp:gfx_x11',
390 ], 380 ],
391 }], 381 }],
392 ['use_pango==1', { 382 ['use_pango==1', {
393 'dependencies': [ 383 'dependencies': [
394 '<(DEPTH)/build/linux/system.gyp:pangocairo', 384 '<(DEPTH)/build/linux/system.gyp:pangocairo',
395 ], 385 ],
396 'sources!': [
397 'platform_font_ozone.cc',
398 'render_text_ozone.cc',
399 ],
400 }], 386 }],
401 ['desktop_linux==1 or chromeos==1', { 387 ['desktop_linux==1 or chromeos==1', {
402 'dependencies': [ 388 'dependencies': [
403 # font_render_params_linux.cc uses fontconfig 389 # font_render_params_linux.cc uses fontconfig
404 '<(DEPTH)/build/linux/system.gyp:fontconfig', 390 '<(DEPTH)/build/linux/system.gyp:fontconfig',
405 ], 391 ],
406 }], 392 }],
407 ], 393 ],
408 'target_conditions': [ 394 'target_conditions': [
409 # Need 'target_conditions' to override default filename_rules to include 395 # Need 'target_conditions' to override default filename_rules to include
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 ], 456 ],
471 'variables': { 457 'variables': {
472 'jni_gen_package': 'ui/gfx', 458 'jni_gen_package': 'ui/gfx',
473 }, 459 },
474 'includes': [ '../../build/jni_generator.gypi' ], 460 'includes': [ '../../build/jni_generator.gypi' ],
475 }, 461 },
476 ], 462 ],
477 }], 463 }],
478 ], 464 ],
479 } 465 }
OLDNEW
« no previous file with comments | « ui/gfx/display.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698