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

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

Issue 6111001: Make a separated library for files common between webkit_support and test_she... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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) 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 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 23 matching lines...) Expand all
34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
35 '<(DEPTH)/media/media.gyp:media', 35 '<(DEPTH)/media/media.gyp:media',
36 '<(DEPTH)/net/net.gyp:net', 36 '<(DEPTH)/net/net.gyp:net',
37 '<(DEPTH)/skia/skia.gyp:skia', 37 '<(DEPTH)/skia/skia.gyp:skia',
38 '<(DEPTH)/testing/gmock.gyp:gmock', 38 '<(DEPTH)/testing/gmock.gyp:gmock',
39 '<(DEPTH)/testing/gtest.gyp:gtest', 39 '<(DEPTH)/testing/gtest.gyp:gtest',
40 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resour ces', 40 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resour ces',
41 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 41 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
42 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', 42 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache',
43 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', 43 '<(DEPTH)/webkit/support/webkit_support.gyp:blob',
44 '<(DEPTH)/webkit/support/webkit_support.gyp:common',
44 '<(DEPTH)/webkit/support/webkit_support.gyp:database', 45 '<(DEPTH)/webkit/support/webkit_support.gyp:database',
46 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi',
45 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 47 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
46 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 48 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
47 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support',
48 ], 49 ],
49 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 50 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
50 'sources': [ 51 'sources': [
51 'mac/test_shell_webview.h', 52 'mac/test_shell_webview.h',
52 'mac/test_shell_webview.mm', 53 'mac/test_shell_webview.mm',
53 'mac/test_webview_delegate.mm', 54 'mac/test_webview_delegate.mm',
54 'mac/webview_host.mm', 55 'mac/webview_host.mm',
55 'mac/webwidget_host.mm', 56 'mac/webwidget_host.mm',
56 'accessibility_controller.cc', 57 'accessibility_controller.cc',
57 'accessibility_controller.h', 58 'accessibility_controller.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 ], 736 ],
736 }], 737 }],
737 ], 738 ],
738 } 739 }
739 740
740 # Local Variables: 741 # Local Variables:
741 # tab-width:2 742 # tab-width:2
742 # indent-tabs-mode:nil 743 # indent-tabs-mode:nil
743 # End: 744 # End:
744 # vim: set expandtab tabstop=2 shiftwidth=2: 745 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/support/webkit_support.gypi ('K') | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698