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

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

Issue 267048: Remove the base_gfx project since it no longer has an external dependencies.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « printing/printing.gyp ('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) 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 10 matching lines...) Expand all
21 'resource.h', 21 'resource.h',
22 ], 22 ],
23 }, 23 },
24 'targets': [ 24 'targets': [
25 { 25 {
26 'target_name': 'test_shell_common', 26 'target_name': 'test_shell_common',
27 'type': '<(library)', 27 'type': '<(library)',
28 'dependencies': [ 28 'dependencies': [
29 '../../../app/app.gyp:app_base', 29 '../../../app/app.gyp:app_base',
30 '../../../base/base.gyp:base', 30 '../../../base/base.gyp:base',
31 '../../../base/base.gyp:base_gfx', 31 '../../../base/base.gyp:base_i18n',
32 '../../../media/media.gyp:media', 32 '../../../media/media.gyp:media',
33 '../../../net/net.gyp:net', 33 '../../../net/net.gyp:net',
34 '../../../skia/skia.gyp:skia', 34 '../../../skia/skia.gyp:skia',
35 '../../../testing/gmock.gyp:gmock', 35 '../../../testing/gmock.gyp:gmock',
36 '../../../testing/gtest.gyp:gtest', 36 '../../../testing/gtest.gyp:gtest',
37 '../../../third_party/npapi/npapi.gyp:npapi', 37 '../../../third_party/npapi/npapi.gyp:npapi',
38 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', 38 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
39 '../../webkit.gyp:appcache', 39 '../../webkit.gyp:appcache',
40 '../../webkit.gyp:database', 40 '../../webkit.gyp:database',
41 '../../webkit.gyp:glue', 41 '../../webkit.gyp:glue',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 ], 684 ],
685 }], 685 }],
686 ], 686 ],
687 } 687 }
688 688
689 # Local Variables: 689 # Local Variables:
690 # tab-width:2 690 # tab-width:2
691 # indent-tabs-mode:nil 691 # indent-tabs-mode:nil
692 # End: 692 # End:
693 # vim: set expandtab tabstop=2 shiftwidth=2: 693 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « printing/printing.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698