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

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

Issue 192043: AppCacheHost cache selection algorithm (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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/appcache/web_application_cache_host_impl.cc ('k') | webkit/webkit.gyp » ('j') | 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) 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ], 340 ],
341 'sources': [ 341 'sources': [
342 '../../../skia/ext/convolver_unittest.cc', 342 '../../../skia/ext/convolver_unittest.cc',
343 '../../../skia/ext/image_operations_unittest.cc', 343 '../../../skia/ext/image_operations_unittest.cc',
344 '../../../skia/ext/skia_utils_unittest.cc', 344 '../../../skia/ext/skia_utils_unittest.cc',
345 '../../../skia/ext/platform_canvas_unittest.cc', 345 '../../../skia/ext/platform_canvas_unittest.cc',
346 '../../../skia/ext/vector_canvas_unittest.cc', 346 '../../../skia/ext/vector_canvas_unittest.cc',
347 '../../appcache/manifest_parser_unittest.cc', 347 '../../appcache/manifest_parser_unittest.cc',
348 '../../appcache/appcache_unittest.cc', 348 '../../appcache/appcache_unittest.cc',
349 '../../appcache/appcache_group_unittest.cc', 349 '../../appcache/appcache_group_unittest.cc',
350 '../../appcache/appcache_host_unittest.cc',
350 '../../appcache/appcache_service_unittest.cc', 351 '../../appcache/appcache_service_unittest.cc',
351 '../../glue/bookmarklet_unittest.cc', 352 '../../glue/bookmarklet_unittest.cc',
352 '../../glue/context_menu_unittest.cc', 353 '../../glue/context_menu_unittest.cc',
353 '../../glue/cpp_bound_class_unittest.cc', 354 '../../glue/cpp_bound_class_unittest.cc',
354 '../../glue/cpp_variant_unittest.cc', 355 '../../glue/cpp_variant_unittest.cc',
355 '../../glue/dom_operations_unittest.cc', 356 '../../glue/dom_operations_unittest.cc',
356 '../../glue/dom_serializer_unittest.cc', 357 '../../glue/dom_serializer_unittest.cc',
357 '../../glue/glue_serialize_unittest.cc', 358 '../../glue/glue_serialize_unittest.cc',
358 '../../glue/iframe_redirect_unittest.cc', 359 '../../glue/iframe_redirect_unittest.cc',
359 '../../glue/media/buffered_data_source_unittest.cc', 360 '../../glue/media/buffered_data_source_unittest.cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'link_settings': { 657 'link_settings': {
657 'libraries': [ 658 'libraries': [
658 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 659 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
659 ], 660 ],
660 }, 661 },
661 }, 662 },
662 ], 663 ],
663 }], 664 }],
664 ], 665 ],
665 } 666 }
OLDNEW
« no previous file with comments | « webkit/appcache/web_application_cache_host_impl.cc ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698