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

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

Issue 6283019: Render using WebPaintSurface. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « no previous file | webkit/tools/test_shell/resource.h » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.h', 89 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.h',
90 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc', 90 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc',
91 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc', 91 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc',
92 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h', 92 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h',
93 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc', 93 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc',
94 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h', 94 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h',
95 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', 95 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc',
96 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', 96 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h',
97 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', 97 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc',
98 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', 98 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h',
99 '<(DEPTH)/webkit/tools/test_shell/simple_webpaintsurface_impl.cc',
100 '<(DEPTH)/webkit/tools/test_shell/simple_webpaintsurface_impl.h',
99 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', 101 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc',
100 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', 102 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h',
101 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', 103 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc',
102 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', 104 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h',
103 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', 105 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
104 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', 106 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
105 ], 107 ],
106 'conditions': [ 108 'conditions': [
107 ['inside_chromium_build==0', { 109 ['inside_chromium_build==0', {
108 'dependencies': [ 110 'dependencies': [
109 'setup_third_party.gyp:third_party_headers', 111 'setup_third_party.gyp:third_party_headers',
110 ], 112 ],
111 }], 113 }],
112 ], 114 ],
113 }, 115 },
114 ], 116 ],
115 } 117 }
116 # Local Variables: 118 # Local Variables:
117 # tab-width:2 119 # tab-width:2
118 # indent-tabs-mode:nil 120 # indent-tabs-mode:nil
119 # End: 121 # End:
120 # vim: set expandtab tabstop=2 shiftwidth=2: 122 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/test_shell/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698