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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 8907014: Implement async verision of FileSystemFileUtil and in-memory file system for testing purposes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years 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 | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« webkit/chromeos/fileapi/memory_file_util_unittest.cc ('K') | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698