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

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: fix nits 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
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698