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

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

Issue 7522008: Move chromium-specific files from leveldb to chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change parameter to const ref Created 9 years, 4 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/fileapi/webkit_fileapi.gypi ('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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'dependencies': [ 350 'dependencies': [
351 'test_shell_common', 351 'test_shell_common',
352 'test_shell_test_support', 352 'test_shell_test_support',
353 '<(DEPTH)/base/base.gyp:test_support_base', 353 '<(DEPTH)/base/base.gyp:test_support_base',
354 '<(DEPTH)/media/media.gyp:media_test_support', 354 '<(DEPTH)/media/media.gyp:media_test_support',
355 '<(DEPTH)/net/net.gyp:net', 355 '<(DEPTH)/net/net.gyp:net',
356 '<(DEPTH)/net/net.gyp:net_test_support', 356 '<(DEPTH)/net/net.gyp:net_test_support',
357 '<(DEPTH)/skia/skia.gyp:skia', 357 '<(DEPTH)/skia/skia.gyp:skia',
358 '<(DEPTH)/testing/gmock.gyp:gmock', 358 '<(DEPTH)/testing/gmock.gyp:gmock',
359 '<(DEPTH)/testing/gtest.gyp:gtest', 359 '<(DEPTH)/testing/gtest.gyp:gtest',
360 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', 360 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
361 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 361 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
362 ], 362 ],
363 'sources': [ 363 'sources': [
364 '../../../skia/ext/convolver_unittest.cc', 364 '../../../skia/ext/convolver_unittest.cc',
365 '../../../skia/ext/image_operations_unittest.cc', 365 '../../../skia/ext/image_operations_unittest.cc',
366 '../../../skia/ext/platform_canvas_unittest.cc', 366 '../../../skia/ext/platform_canvas_unittest.cc',
367 '../../../skia/ext/vector_canvas_unittest.cc', 367 '../../../skia/ext/vector_canvas_unittest.cc',
368 '../../appcache/manifest_parser_unittest.cc', 368 '../../appcache/manifest_parser_unittest.cc',
369 '../../appcache/appcache_unittest.cc', 369 '../../appcache/appcache_unittest.cc',
370 '../../appcache/appcache_database_unittest.cc', 370 '../../appcache/appcache_database_unittest.cc',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'link_settings': { 748 'link_settings': {
749 'libraries': [ 749 'libraries': [
750 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 750 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
751 ], 751 ],
752 }, 752 },
753 }, 753 },
754 ], 754 ],
755 }], 755 }],
756 ], 756 ],
757 } 757 }
OLDNEW
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698