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