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

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

Issue 173480: DevTools: Remove base/values dependency from devtools. (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/glue/webdevtoolsclient_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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 '../../../skia/ext/convolver_unittest.cc', 318 '../../../skia/ext/convolver_unittest.cc',
319 '../../../skia/ext/image_operations_unittest.cc', 319 '../../../skia/ext/image_operations_unittest.cc',
320 '../../../skia/ext/skia_utils_unittest.cc', 320 '../../../skia/ext/skia_utils_unittest.cc',
321 '../../../skia/ext/platform_canvas_unittest.cc', 321 '../../../skia/ext/platform_canvas_unittest.cc',
322 '../../../skia/ext/vector_canvas_unittest.cc', 322 '../../../skia/ext/vector_canvas_unittest.cc',
323 '../../appcache/manifest_parser_unittest.cc', 323 '../../appcache/manifest_parser_unittest.cc',
324 '../../glue/bookmarklet_unittest.cc', 324 '../../glue/bookmarklet_unittest.cc',
325 '../../glue/context_menu_unittest.cc', 325 '../../glue/context_menu_unittest.cc',
326 '../../glue/cpp_bound_class_unittest.cc', 326 '../../glue/cpp_bound_class_unittest.cc',
327 '../../glue/cpp_variant_unittest.cc', 327 '../../glue/cpp_variant_unittest.cc',
328 '../../glue/devtools/devtools_rpc_unittest.cc',
329 '../../glue/dom_operations_unittest.cc', 328 '../../glue/dom_operations_unittest.cc',
330 '../../glue/dom_serializer_unittest.cc', 329 '../../glue/dom_serializer_unittest.cc',
331 '../../glue/glue_serialize_unittest.cc', 330 '../../glue/glue_serialize_unittest.cc',
332 '../../glue/iframe_redirect_unittest.cc', 331 '../../glue/iframe_redirect_unittest.cc',
333 '../../glue/media/buffered_data_source_unittest.cc', 332 '../../glue/media/buffered_data_source_unittest.cc',
334 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', 333 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc',
335 '../../glue/media/mock_media_resource_loader_bridge_factory.h', 334 '../../glue/media/mock_media_resource_loader_bridge_factory.h',
336 '../../glue/media/simple_data_source_unittest.cc', 335 '../../glue/media/simple_data_source_unittest.cc',
337 '../../glue/mimetype_unittest.cc', 336 '../../glue/mimetype_unittest.cc',
338 '../../glue/mock_resource_loader_bridge.h', 337 '../../glue/mock_resource_loader_bridge.h',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'link_settings': { 668 'link_settings': {
670 'libraries': [ 669 'libraries': [
671 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 670 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
672 ], 671 ],
673 }, 672 },
674 }, 673 },
675 ], 674 ],
676 }], 675 }],
677 ], 676 ],
678 } 677 }
OLDNEW
« no previous file with comments | « webkit/glue/webdevtoolsclient_impl.cc ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698