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

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

Issue 12335128: Switch from using individual methods for hyphenation to using the WebHyphantor interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 9 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/test_webkit_platform_support.cc ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', 137 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc',
138 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', 138 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h',
139 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', 139 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc',
140 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', 140 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h',
141 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', 141 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc',
142 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', 142 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h',
143 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', 143 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
144 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', 144 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
145 '<(DEPTH)/webkit/fileapi/mock_file_system_options.cc', 145 '<(DEPTH)/webkit/fileapi/mock_file_system_options.cc',
146 '<(DEPTH)/webkit/fileapi/mock_file_system_options.h', 146 '<(DEPTH)/webkit/fileapi/mock_file_system_options.h',
147 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc',
148 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h',
147 'simple_database_system.cc', 149 'simple_database_system.cc',
148 'simple_database_system.h', 150 'simple_database_system.h',
149 ], 151 ],
150 'conditions': [ 152 'conditions': [
151 ['inside_chromium_build==0', { 153 ['inside_chromium_build==0', {
152 'dependencies': [ 154 'dependencies': [
153 'setup_third_party.gyp:third_party_headers', 155 'setup_third_party.gyp:third_party_headers',
154 ], 156 ],
155 }], 157 }],
156 ], 158 ],
(...skipping 17 matching lines...) Expand all
174 '<(DEPTH)', 176 '<(DEPTH)',
175 ], 177 ],
176 'conditions': [ 178 'conditions': [
177 ['OS=="android"', { 179 ['OS=="android"', {
178 'toolsets': ['target', 'host'], 180 'toolsets': ['target', 'host'],
179 }], 181 }],
180 ], 182 ],
181 }, 183 },
182 ], 184 ],
183 } 185 }
OLDNEW
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698