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

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

Issue 5880002: (Committing on behalf of Chris Rogers -- original CL... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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/media/audio_decoder.cc ('k') | webkit/glue/webkitclient_impl.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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 '../plugins/ppapi/resource.cc', 243 '../plugins/ppapi/resource.cc',
244 '../plugins/ppapi/resource.h', 244 '../plugins/ppapi/resource.h',
245 '../plugins/ppapi/resource_tracker.cc', 245 '../plugins/ppapi/resource_tracker.cc',
246 '../plugins/ppapi/resource_tracker.h', 246 '../plugins/ppapi/resource_tracker.h',
247 '../plugins/ppapi/string.cc', 247 '../plugins/ppapi/string.cc',
248 '../plugins/ppapi/string.h', 248 '../plugins/ppapi/string.h',
249 '../plugins/ppapi/var.cc', 249 '../plugins/ppapi/var.cc',
250 '../plugins/ppapi/var.h', 250 '../plugins/ppapi/var.h',
251 '../plugins/ppapi/var_object_class.cc', 251 '../plugins/ppapi/var_object_class.cc',
252 '../plugins/ppapi/var_object_class.h', 252 '../plugins/ppapi/var_object_class.h',
253 'media/audio_decoder.cc',
254 'media/audio_decoder.h',
253 'media/buffered_data_source.cc', 255 'media/buffered_data_source.cc',
254 'media/buffered_data_source.h', 256 'media/buffered_data_source.h',
255 'media/buffered_resource_loader.cc', 257 'media/buffered_resource_loader.cc',
256 'media/buffered_resource_loader.h', 258 'media/buffered_resource_loader.h',
257 'media/simple_data_source.cc', 259 'media/simple_data_source.cc',
258 'media/simple_data_source.h', 260 'media/simple_data_source.h',
259 'media/video_renderer_impl.cc', 261 'media/video_renderer_impl.cc',
260 'media/video_renderer_impl.h', 262 'media/video_renderer_impl.h',
261 'media/web_data_source.cc', 263 'media/web_data_source.cc',
262 'media/web_data_source.h', 264 'media/web_data_source.h',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 }], 505 }],
504 ['inside_chromium_build==0', { 506 ['inside_chromium_build==0', {
505 'dependencies': [ 507 'dependencies': [
506 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 508 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
507 ], 509 ],
508 }], 510 }],
509 ], 511 ],
510 }, 512 },
511 ], 513 ],
512 } 514 }
OLDNEW
« no previous file with comments | « webkit/glue/media/audio_decoder.cc ('k') | webkit/glue/webkitclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698