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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 2956002: Pepper v2 Font API browser implementation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/glue/webkit_glue.h ('k') | webkit/support/webkit_support_glue.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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'plugins/pepper_event_conversion.cc', 172 'plugins/pepper_event_conversion.cc',
173 'plugins/pepper_event_conversion.h', 173 'plugins/pepper_event_conversion.h',
174 'plugins/pepper_file_chooser.cc', 174 'plugins/pepper_file_chooser.cc',
175 'plugins/pepper_file_chooser.h', 175 'plugins/pepper_file_chooser.h',
176 'plugins/pepper_file_io.cc', 176 'plugins/pepper_file_io.cc',
177 'plugins/pepper_file_io.h', 177 'plugins/pepper_file_io.h',
178 'plugins/pepper_file_ref.cc', 178 'plugins/pepper_file_ref.cc',
179 'plugins/pepper_file_ref.h', 179 'plugins/pepper_file_ref.h',
180 'plugins/pepper_file_system.cc', 180 'plugins/pepper_file_system.cc',
181 'plugins/pepper_file_system.h', 181 'plugins/pepper_file_system.h',
182 'plugins/pepper_font.cc',
183 'plugins/pepper_font.h',
182 'plugins/pepper_image_data.cc', 184 'plugins/pepper_image_data.cc',
183 'plugins/pepper_image_data.h', 185 'plugins/pepper_image_data.h',
184 'plugins/pepper_plugin_delegate.h', 186 'plugins/pepper_plugin_delegate.h',
185 'plugins/pepper_plugin_instance.cc', 187 'plugins/pepper_plugin_instance.cc',
186 'plugins/pepper_plugin_instance.h', 188 'plugins/pepper_plugin_instance.h',
187 'plugins/pepper_plugin_module.cc', 189 'plugins/pepper_plugin_module.cc',
188 'plugins/pepper_plugin_module.h', 190 'plugins/pepper_plugin_module.h',
189 'plugins/pepper_resource_tracker.cc', 191 'plugins/pepper_resource_tracker.cc',
190 'plugins/pepper_resource_tracker.h', 192 'plugins/pepper_resource_tracker.h',
191 'plugins/pepper_resource.cc', 193 'plugins/pepper_resource.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 }], 397 }],
396 ['inside_chromium_build==0', { 398 ['inside_chromium_build==0', {
397 'dependencies': [ 399 'dependencies': [
398 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 400 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
399 ], 401 ],
400 }], 402 }],
401 ], 403 ],
402 }, 404 },
403 ], 405 ],
404 } 406 }
OLDNEW
« no previous file with comments | « webkit/glue/webkit_glue.h ('k') | webkit/support/webkit_support_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698