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

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

Issue 10897002: Move webkit/forms/ build into a new webkit_forms.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing dependencies 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
« no previous file with comments | « webkit/support/webkit_support.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) 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '<(DEPTH)/testing/gmock.gyp:gmock', 45 '<(DEPTH)/testing/gmock.gyp:gmock',
46 '<(DEPTH)/testing/gtest.gyp:gtest', 46 '<(DEPTH)/testing/gtest.gyp:gtest',
47 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector _resources', 47 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector _resources',
48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', 50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache',
51 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', 51 '<(DEPTH)/webkit/support/webkit_support.gyp:blob',
52 '<(DEPTH)/webkit/support/webkit_support.gyp:database', 52 '<(DEPTH)/webkit/support/webkit_support.gyp:database',
53 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage', 53 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage',
54 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', 54 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi',
55 '<(DEPTH)/webkit/support/webkit_support.gyp:forms',
55 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
56 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', 57 '<(DEPTH)/webkit/support/webkit_support.gyp:quota',
57 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', 58 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base',
58 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', 59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu',
59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media',
60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', 62 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common',
62 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', 63 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent',
63 ], 64 ],
64 'sources': [ 65 'sources': [
(...skipping 568 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
« no previous file with comments | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698