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

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

Issue 7720022: Third-party appcache blocking. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Keeping up to date with trunk. Created 9 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/view_appcache_internals_job.cc ('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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '../../appcache/appcache_group_unittest.cc', 371 '../../appcache/appcache_group_unittest.cc',
372 '../../appcache/appcache_host_unittest.cc', 372 '../../appcache/appcache_host_unittest.cc',
373 '../../appcache/appcache_quota_client_unittest.cc', 373 '../../appcache/appcache_quota_client_unittest.cc',
374 '../../appcache/appcache_request_handler_unittest.cc', 374 '../../appcache/appcache_request_handler_unittest.cc',
375 '../../appcache/appcache_response_unittest.cc', 375 '../../appcache/appcache_response_unittest.cc',
376 '../../appcache/appcache_service_unittest.cc', 376 '../../appcache/appcache_service_unittest.cc',
377 '../../appcache/appcache_storage_unittest.cc', 377 '../../appcache/appcache_storage_unittest.cc',
378 '../../appcache/appcache_storage_impl_unittest.cc', 378 '../../appcache/appcache_storage_impl_unittest.cc',
379 '../../appcache/appcache_update_job_unittest.cc', 379 '../../appcache/appcache_update_job_unittest.cc',
380 '../../appcache/appcache_url_request_job_unittest.cc', 380 '../../appcache/appcache_url_request_job_unittest.cc',
381 '../../appcache/mock_appcache_policy.h',
382 '../../appcache/mock_appcache_policy.cc',
381 '../../appcache/mock_appcache_service.cc', 383 '../../appcache/mock_appcache_service.cc',
382 '../../appcache/mock_appcache_service.h', 384 '../../appcache/mock_appcache_service.h',
383 '../../appcache/mock_appcache_storage.cc', 385 '../../appcache/mock_appcache_storage.cc',
384 '../../appcache/mock_appcache_storage.h', 386 '../../appcache/mock_appcache_storage.h',
385 '../../appcache/mock_appcache_storage_unittest.cc', 387 '../../appcache/mock_appcache_storage_unittest.cc',
386 '../../blob/blob_storage_controller_unittest.cc', 388 '../../blob/blob_storage_controller_unittest.cc',
387 '../../blob/blob_url_request_job_unittest.cc', 389 '../../blob/blob_url_request_job_unittest.cc',
388 '../../blob/deletable_file_reference_unittest.cc', 390 '../../blob/deletable_file_reference_unittest.cc',
389 '../../database/database_connections_unittest.cc', 391 '../../database/database_connections_unittest.cc',
390 '../../database/database_quota_client_unittest.cc', 392 '../../database/database_quota_client_unittest.cc',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'link_settings': { 752 'link_settings': {
751 'libraries': [ 753 'libraries': [
752 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 754 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
753 ], 755 ],
754 }, 756 },
755 }, 757 },
756 ], 758 ],
757 }], 759 }],
758 ], 760 ],
759 } 761 }
OLDNEW
« no previous file with comments | « webkit/appcache/view_appcache_internals_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698