| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'test_shell_windows_resource_files': [ | 7 'test_shell_windows_resource_files': [ |
| 8 'resources/test_shell.rc', | 8 'resources/test_shell.rc', |
| 9 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
| 10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 '<(DEPTH)/build/linux/system.gyp:gtk', | 499 '<(DEPTH)/build/linux/system.gyp:gtk', |
| 500 ], | 500 ], |
| 501 'sources!': [ | 501 'sources!': [ |
| 502 # TODO(port) | 502 # TODO(port) |
| 503 '../../../skia/ext/platform_canvas_unittest.cc', | 503 '../../../skia/ext/platform_canvas_unittest.cc', |
| 504 ], | 504 ], |
| 505 }], | 505 }], |
| 506 ['chromeos==1', { | 506 ['chromeos==1', { |
| 507 'sources': [ | 507 'sources': [ |
| 508 '../../chromeos/fileapi/file_access_permissions_unittest.cc', | 508 '../../chromeos/fileapi/file_access_permissions_unittest.cc', |
| 509 '../../chromeos/fileapi/memory_file_util.cc', |
| 510 '../../chromeos/fileapi/memory_file_util.h', |
| 511 '../../chromeos/fileapi/memory_file_util_unittest.cc', |
| 509 ], | 512 ], |
| 510 }], | 513 }], |
| 511 ['OS=="mac"', { | 514 ['OS=="mac"', { |
| 512 # mac tests load the resources from the built test_shell beside the | 515 # mac tests load the resources from the built test_shell beside the |
| 513 # test | 516 # test |
| 514 'dependencies': [ | 517 'dependencies': [ |
| 515 'test_shell', | 518 'test_shell', |
| 516 ], | 519 ], |
| 517 'sources!': [ | 520 'sources!': [ |
| 518 # Disable the image decoder tests because we use CoreGraphics | 521 # Disable the image decoder tests because we use CoreGraphics |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 'link_settings': { | 759 'link_settings': { |
| 757 'libraries': [ | 760 'libraries': [ |
| 758 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 761 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 759 ], | 762 ], |
| 760 }, | 763 }, |
| 761 }, | 764 }, |
| 762 ], | 765 ], |
| 763 }], | 766 }], |
| 764 ], | 767 ], |
| 765 } | 768 } |
| OLD | NEW |