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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 6805019: Move crypto files out of base, to a top level directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixes comments by eroman Created 9 years, 8 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/DEPS ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ], 66 ],
67 }], 67 }],
68 }], 68 }],
69 ], 69 ],
70 }, 70 },
71 71
72 { 72 {
73 'target_name': 'webkit_support_common', 73 'target_name': 'webkit_support_common',
74 'type': '<(library)', 74 'type': '<(library)',
75 'dependencies': [ 75 'dependencies': [
76 '<(DEPTH)/crypto/crypto.gyp:crypto',
76 '<(DEPTH)/skia/skia.gyp:skia', 77 '<(DEPTH)/skia/skia.gyp:skia',
77 'glue', 78 'glue',
78 ], 79 ],
79 'sources': [ 80 'sources': [
80 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', 81 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h',
81 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', 82 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m',
82 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', 83 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc',
83 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', 84 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h',
84 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', 85 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc',
85 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', 86 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h',
(...skipping 25 matching lines...) Expand all
111 }], 112 }],
112 ], 113 ],
113 }, 114 },
114 ], 115 ],
115 } 116 }
116 # Local Variables: 117 # Local Variables:
117 # tab-width:2 118 # tab-width:2
118 # indent-tabs-mode:nil 119 # indent-tabs-mode:nil
119 # End: 120 # End:
120 # vim: set expandtab tabstop=2 shiftwidth=2: 121 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/DEPS ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698