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

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

Issue 8785013: Track webcore worker message loops in chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add WEBKIT_GLUE_EXPORT 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/glue/worker_task_runner_unittest.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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 '../../glue/iframe_redirect_unittest.cc', 422 '../../glue/iframe_redirect_unittest.cc',
423 '../../glue/mimetype_unittest.cc', 423 '../../glue/mimetype_unittest.cc',
424 '../../glue/multipart_response_delegate_unittest.cc', 424 '../../glue/multipart_response_delegate_unittest.cc',
425 '../../glue/regular_expression_unittest.cc', 425 '../../glue/regular_expression_unittest.cc',
426 '../../glue/resource_fetcher_unittest.cc', 426 '../../glue/resource_fetcher_unittest.cc',
427 '../../glue/unittest_test_server.h', 427 '../../glue/unittest_test_server.h',
428 '../../glue/webcursor_unittest.cc', 428 '../../glue/webcursor_unittest.cc',
429 '../../glue/webframe_unittest.cc', 429 '../../glue/webframe_unittest.cc',
430 '../../glue/webkit_glue_unittest.cc', 430 '../../glue/webkit_glue_unittest.cc',
431 '../../glue/webview_unittest.cc', 431 '../../glue/webview_unittest.cc',
432 '../../glue/worker_task_runner_unittest.cc',
432 '../../media/buffered_data_source_unittest.cc', 433 '../../media/buffered_data_source_unittest.cc',
433 '../../media/buffered_resource_loader_unittest.cc', 434 '../../media/buffered_resource_loader_unittest.cc',
434 '../../media/simple_data_source_unittest.cc', 435 '../../media/simple_data_source_unittest.cc',
435 '../../media/test_response_generator.cc', 436 '../../media/test_response_generator.cc',
436 '../../media/test_response_generator.h', 437 '../../media/test_response_generator.h',
437 '../../mocks/mock_resource_loader_bridge.h', 438 '../../mocks/mock_resource_loader_bridge.h',
438 '../../mocks/mock_webframeclient.h', 439 '../../mocks/mock_webframeclient.h',
439 '../../mocks/mock_weburlloader.cc', 440 '../../mocks/mock_weburlloader.cc',
440 '../../mocks/mock_weburlloader.h', 441 '../../mocks/mock_weburlloader.h',
441 '../../plugins/npapi/plugin_group_unittest.cc', 442 '../../plugins/npapi/plugin_group_unittest.cc',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 'link_settings': { 757 'link_settings': {
757 'libraries': [ 758 'libraries': [
758 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 759 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
759 ], 760 ],
760 }, 761 },
761 }, 762 },
762 ], 763 ],
763 }], 764 }],
764 ], 765 ],
765 } 766 }
OLDNEW
« no previous file with comments | « webkit/glue/worker_task_runner_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698