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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 'image/image_unittest_util.h', | 458 'image/image_unittest_util.h', |
459 'image/image_unittest_util_ios.mm', | 459 'image/image_unittest_util_ios.mm', |
460 'image/image_unittest_util_mac.mm', | 460 'image/image_unittest_util_mac.mm', |
461 ], | 461 ], |
462 'all_sources': [ | 462 'all_sources': [ |
463 '<@(_common_sources)', | 463 '<@(_common_sources)', |
464 'animation/animation_container_unittest.cc', | 464 'animation/animation_container_unittest.cc', |
465 'animation/animation_unittest.cc', | 465 'animation/animation_unittest.cc', |
466 'animation/multi_animation_unittest.cc', | 466 'animation/multi_animation_unittest.cc', |
467 'animation/slide_animation_unittest.cc', | 467 'animation/slide_animation_unittest.cc', |
| 468 'animation/tween_unittest.cc', |
| 469 'blit_unittest.cc', |
| 470 'break_list_unittest.cc', |
468 'codec/png_codec_unittest.cc', | 471 'codec/png_codec_unittest.cc', |
469 'color_utils_unittest.cc', | 472 'color_utils_unittest.cc', |
470 'display_unittest.cc', | 473 'display_unittest.cc', |
471 'geometry/box_unittest.cc', | 474 'geometry/box_unittest.cc', |
472 'geometry/cubic_bezier_unittest.cc', | 475 'geometry/cubic_bezier_unittest.cc', |
473 'geometry/insets_unittest.cc', | 476 'geometry/insets_unittest.cc', |
474 'geometry/matrix3_unittest.cc', | 477 'geometry/matrix3_unittest.cc', |
475 'geometry/point_unittest.cc', | 478 'geometry/point_unittest.cc', |
476 'geometry/point3_unittest.cc', | 479 'geometry/point3_unittest.cc', |
477 'geometry/quad_unittest.cc', | 480 'geometry/quad_unittest.cc', |
478 'geometry/r_tree_unittest.cc', | 481 'geometry/r_tree_unittest.cc', |
479 'geometry/rect_unittest.cc', | 482 'geometry/rect_unittest.cc', |
480 'geometry/safe_integer_conversions_unittest.cc', | 483 'geometry/safe_integer_conversions_unittest.cc', |
481 'geometry/size_unittest.cc', | 484 'geometry/size_unittest.cc', |
482 'geometry/vector2d_unittest.cc', | 485 'geometry/vector2d_unittest.cc', |
483 'geometry/vector3d_unittest.cc', | 486 'geometry/vector3d_unittest.cc', |
484 'image/image_mac_unittest.mm', | 487 'image/image_mac_unittest.mm', |
485 'image/image_util_unittest.cc', | 488 'image/image_util_unittest.cc', |
486 'range/range_mac_unittest.mm', | 489 'range/range_mac_unittest.mm', |
487 'range/range_unittest.cc', | 490 'range/range_unittest.cc', |
488 'range/range_win_unittest.cc', | 491 'range/range_win_unittest.cc', |
| 492 'sequential_id_generator_unittest.cc', |
489 'shadow_value_unittest.cc', | 493 'shadow_value_unittest.cc', |
490 'skbitmap_operations_unittest.cc', | 494 'skbitmap_operations_unittest.cc', |
491 'skrect_conversion_unittest.cc', | 495 'skrect_conversion_unittest.cc', |
| 496 'transform_util_unittest.cc', |
| 497 'utf16_indexing_unittest.cc', |
492 ], | 498 ], |
493 'dependencies': [ | 499 'dependencies': [ |
494 '../../base/base.gyp:base', | 500 '../../base/base.gyp:base', |
495 '../../base/base.gyp:run_all_unittests', | 501 '../../base/base.gyp:run_all_unittests', |
496 '../../base/base.gyp:test_support_base', | 502 '../../base/base.gyp:test_support_base', |
497 '../../skia/skia.gyp:skia', | 503 '../../skia/skia.gyp:skia', |
498 '../../testing/gtest.gyp:gtest', | 504 '../../testing/gtest.gyp:gtest', |
499 '../../third_party/libpng/libpng.gyp:libpng', | 505 '../../third_party/libpng/libpng.gyp:libpng', |
500 'gfx', | 506 'gfx', |
501 'gfx_geometry', | 507 'gfx_geometry', |
| 508 'gfx_test_support', |
502 ], | 509 ], |
503 'conditions': [ | 510 'conditions': [ |
504 ['OS == "ios"', { | 511 ['OS == "ios"', { |
505 'sources': ['<@(_common_sources)'], | 512 'sources': ['<@(_common_sources)'], |
506 }, { # OS != "ios" | 513 }, { # OS != "ios" |
507 'sources': ['<@(_all_sources)'], | 514 'sources': ['<@(_all_sources)'], |
508 }], | 515 }], |
509 ['OS == "win"', { | 516 ['OS == "win"', { |
510 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 517 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
511 'msvs_disabled_warnings': [ 4267, ], | 518 'msvs_disabled_warnings': [ 4267, ], |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 'x/x11_error_tracker.cc', | 584 'x/x11_error_tracker.cc', |
578 'x/x11_error_tracker.h', | 585 'x/x11_error_tracker.h', |
579 'x/x11_types.cc', | 586 'x/x11_types.cc', |
580 'x/x11_types.h', | 587 'x/x11_types.h', |
581 ], | 588 ], |
582 }, | 589 }, |
583 ] | 590 ] |
584 }], | 591 }], |
585 ], | 592 ], |
586 } | 593 } |
OLD | NEW |