| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'test_shell_windows_resource_files': [ | 8 'test_shell_windows_resource_files': [ |
| 9 'resources/test_shell.rc', | 9 'resources/test_shell.rc', |
| 10 'resources/pan_east.cur', | 10 'resources/pan_east.cur', |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'image_decoder_unittest.h', | 526 'image_decoder_unittest.h', |
| 527 ], | 527 ], |
| 528 'sources': [ | 528 'sources': [ |
| 529 '../../../skia/ext/skia_utils_mac_unittest.mm', | 529 '../../../skia/ext/skia_utils_mac_unittest.mm', |
| 530 ], | 530 ], |
| 531 }], | 531 }], |
| 532 ['OS=="win"', { | 532 ['OS=="win"', { |
| 533 'msvs_disabled_warnings': [ 4800 ], | 533 'msvs_disabled_warnings': [ 4800 ], |
| 534 }, { # else: OS!=win | 534 }, { # else: OS!=win |
| 535 'sources!': [ | 535 'sources!': [ |
| 536 '../../../skia/ext/image_operations_unittest.cc', | |
| 537 '../../../skia/ext/skia_utils_unittest.cc', | |
| 538 '../../../skia/ext/vector_canvas_unittest.cc', | 536 '../../../skia/ext/vector_canvas_unittest.cc', |
| 539 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', | 537 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', |
| 540 '../webcore_unit_tests/TransparencyWin_unittest.cpp', | 538 '../webcore_unit_tests/TransparencyWin_unittest.cpp', |
| 541 ], | 539 ], |
| 542 }], | 540 }], |
| 543 ], | 541 ], |
| 544 }, | 542 }, |
| 545 ], | 543 ], |
| 546 'conditions': [ | 544 'conditions': [ |
| 547 ['OS=="linux"', { | 545 ['OS=="linux"', { |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 'link_settings': { | 626 'link_settings': { |
| 629 'libraries': [ | 627 'libraries': [ |
| 630 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 628 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 631 ], | 629 ], |
| 632 }, | 630 }, |
| 633 }, | 631 }, |
| 634 ] | 632 ] |
| 635 }], | 633 }], |
| 636 ], | 634 ], |
| 637 } | 635 } |
| OLD | NEW |