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

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

Issue 2822031: File API boilerplate. (Closed) Base URL: svn://svn.chromium.org/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/plugins/pepper_var.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) 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'plugins/gtk_plugin_container.h', 159 'plugins/gtk_plugin_container.h',
160 'plugins/gtk_plugin_container.cc', 160 'plugins/gtk_plugin_container.cc',
161 'plugins/gtk_plugin_container_manager.h', 161 'plugins/gtk_plugin_container_manager.h',
162 'plugins/gtk_plugin_container_manager.cc', 162 'plugins/gtk_plugin_container_manager.cc',
163 'plugins/npapi_extension_thunk.cc', 163 'plugins/npapi_extension_thunk.cc',
164 'plugins/npapi_extension_thunk.h', 164 'plugins/npapi_extension_thunk.h',
165 'plugins/pepper_buffer.cc', 165 'plugins/pepper_buffer.cc',
166 'plugins/pepper_buffer.h', 166 'plugins/pepper_buffer.h',
167 'plugins/pepper_device_context_2d.cc', 167 'plugins/pepper_device_context_2d.cc',
168 'plugins/pepper_device_context_2d.h', 168 'plugins/pepper_device_context_2d.h',
169 'plugins/pepper_directory_reader.cc',
170 'plugins/pepper_directory_reader.h',
171 'plugins/pepper_file_chooser.cc',
172 'plugins/pepper_file_chooser.h',
173 'plugins/pepper_file_io.cc',
174 'plugins/pepper_file_io.h',
175 'plugins/pepper_file_ref.cc',
176 'plugins/pepper_file_ref.h',
177 'plugins/pepper_file_system.cc',
178 'plugins/pepper_file_system.h',
169 'plugins/pepper_image_data.cc', 179 'plugins/pepper_image_data.cc',
170 'plugins/pepper_image_data.h', 180 'plugins/pepper_image_data.h',
171 'plugins/pepper_plugin_delegate.h', 181 'plugins/pepper_plugin_delegate.h',
172 'plugins/pepper_plugin_instance.cc', 182 'plugins/pepper_plugin_instance.cc',
173 'plugins/pepper_plugin_instance.h', 183 'plugins/pepper_plugin_instance.h',
174 'plugins/pepper_plugin_module.cc', 184 'plugins/pepper_plugin_module.cc',
175 'plugins/pepper_plugin_module.h', 185 'plugins/pepper_plugin_module.h',
176 'plugins/pepper_resource_tracker.cc', 186 'plugins/pepper_resource_tracker.cc',
177 'plugins/pepper_resource_tracker.h', 187 'plugins/pepper_resource_tracker.h',
178 'plugins/pepper_resource.cc', 188 'plugins/pepper_resource.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 }], 388 }],
379 ['inside_chromium_build==0', { 389 ['inside_chromium_build==0', {
380 'dependencies': [ 390 'dependencies': [
381 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 391 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
382 ], 392 ],
383 }], 393 }],
384 ], 394 ],
385 }, 395 },
386 ], 396 ],
387 } 397 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/pepper_var.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698