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

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

Issue 7344009: Move the time conversion code to the PPAPI shared_impl directory and use it in (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | « ppapi/shared_impl/time_conversion.cc ('k') | webkit/plugins/ppapi/event_conversion.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 '../plugins/ppapi/ppb_video_layer_software.cc', 303 '../plugins/ppapi/ppb_video_layer_software.cc',
304 '../plugins/ppapi/ppb_video_layer_software.h', 304 '../plugins/ppapi/ppb_video_layer_software.h',
305 '../plugins/ppapi/ppb_widget_impl.cc', 305 '../plugins/ppapi/ppb_widget_impl.cc',
306 '../plugins/ppapi/ppb_widget_impl.h', 306 '../plugins/ppapi/ppb_widget_impl.h',
307 '../plugins/ppapi/resource.cc', 307 '../plugins/ppapi/resource.cc',
308 '../plugins/ppapi/resource.h', 308 '../plugins/ppapi/resource.h',
309 '../plugins/ppapi/resource_creation_impl.cc', 309 '../plugins/ppapi/resource_creation_impl.cc',
310 '../plugins/ppapi/resource_creation_impl.h', 310 '../plugins/ppapi/resource_creation_impl.h',
311 '../plugins/ppapi/resource_tracker.cc', 311 '../plugins/ppapi/resource_tracker.cc',
312 '../plugins/ppapi/resource_tracker.h', 312 '../plugins/ppapi/resource_tracker.h',
313 '../plugins/ppapi/time_conversion.cc',
314 '../plugins/ppapi/time_conversion.h',
315 '../plugins/ppapi/string.cc', 313 '../plugins/ppapi/string.cc',
316 '../plugins/ppapi/string.h', 314 '../plugins/ppapi/string.h',
317 '../plugins/ppapi/var.cc', 315 '../plugins/ppapi/var.cc',
318 '../plugins/ppapi/var.h', 316 '../plugins/ppapi/var.h',
319 '../plugins/ppapi/webkit_forwarding_impl.cc', 317 '../plugins/ppapi/webkit_forwarding_impl.cc',
320 '../plugins/ppapi/webkit_forwarding_impl.h', 318 '../plugins/ppapi/webkit_forwarding_impl.h',
321 '../plugins/sad_plugin.cc', 319 '../plugins/sad_plugin.cc',
322 '../plugins/sad_plugin.h', 320 '../plugins/sad_plugin.h',
323 'media/audio_decoder.cc', 321 'media/audio_decoder.cc',
324 'media/audio_decoder.h', 322 'media/audio_decoder.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 }, 540 },
543 'includes': [ '../../build/grit_action.gypi' ], 541 'includes': [ '../../build/grit_action.gypi' ],
544 }, 542 },
545 ], 543 ],
546 'includes': [ '../../build/grit_target.gypi' ], 544 'includes': [ '../../build/grit_target.gypi' ],
547 }, 545 },
548 ], 546 ],
549 }], 547 }],
550 ], 548 ],
551 } 549 }
OLDNEW
« no previous file with comments | « ppapi/shared_impl/time_conversion.cc ('k') | webkit/plugins/ppapi/event_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698