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

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

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add new test file to patch Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 '../../glue/cpp_bound_class_unittest.cc', 368 '../../glue/cpp_bound_class_unittest.cc',
369 '../../glue/cpp_variant_unittest.cc', 369 '../../glue/cpp_variant_unittest.cc',
370 '../../glue/dom_operations_unittest.cc', 370 '../../glue/dom_operations_unittest.cc',
371 '../../glue/dom_serializer_unittest.cc', 371 '../../glue/dom_serializer_unittest.cc',
372 '../../glue/glue_serialize_unittest.cc', 372 '../../glue/glue_serialize_unittest.cc',
373 '../../glue/multipart_response_delegate_unittest.cc', 373 '../../glue/multipart_response_delegate_unittest.cc',
374 '../../glue/regular_expression_unittest.cc', 374 '../../glue/regular_expression_unittest.cc',
375 '../../glue/resource_fetcher_unittest.cc', 375 '../../glue/resource_fetcher_unittest.cc',
376 '../../glue/resource_request_body_unittest.cc', 376 '../../glue/resource_request_body_unittest.cc',
377 '../../glue/unittest_test_server.h', 377 '../../glue/unittest_test_server.h',
378 '../../glue/user_agent_unittest.cc',
378 '../../glue/webcursor_unittest.cc', 379 '../../glue/webcursor_unittest.cc',
379 '../../glue/webkit_glue_unittest.cc', 380 '../../glue/webkit_glue_unittest.cc',
380 '../../glue/worker_task_runner_unittest.cc', 381 '../../glue/worker_task_runner_unittest.cc',
381 '../../mocks/mock_resource_loader_bridge.h', 382 '../../mocks/mock_resource_loader_bridge.h',
382 '../../mocks/mock_webframeclient.h', 383 '../../mocks/mock_webframeclient.h',
383 '../../mocks/mock_weburlloader.cc', 384 '../../mocks/mock_weburlloader.cc',
384 '../../mocks/mock_weburlloader.h', 385 '../../mocks/mock_weburlloader.h',
385 '../../plugins/ppapi/host_var_tracker_unittest.cc', 386 '../../plugins/ppapi/host_var_tracker_unittest.cc',
386 '../../plugins/ppapi/mock_plugin_delegate.cc', 387 '../../plugins/ppapi/mock_plugin_delegate.cc',
387 '../../plugins/ppapi/mock_plugin_delegate.h', 388 '../../plugins/ppapi/mock_plugin_delegate.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'action_name': 'test_shell_resources', 634 'action_name': 'test_shell_resources',
634 'includes': [ '../../../build/grit_action.gypi' ], 635 'includes': [ '../../../build/grit_action.gypi' ],
635 }, 636 },
636 ], 637 ],
637 'includes': [ '../../../build/grit_target.gypi' ], 638 'includes': [ '../../../build/grit_target.gypi' ],
638 }, 639 },
639 ], 640 ],
640 }], 641 }],
641 ], 642 ],
642 } 643 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698