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

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

Issue 11348231: Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing dep Created 8 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/gl_bindings_skia_cmd_buffer.cc ('k') | webkit/gpu/gl_bindings_skia_cmd_buffer.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) 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'cpp_bound_class.cc', 279 'cpp_bound_class.cc',
280 'cpp_bound_class.h', 280 'cpp_bound_class.h',
281 'cpp_variant.cc', 281 'cpp_variant.cc',
282 'cpp_variant.h', 282 'cpp_variant.h',
283 'dom_operations.cc', 283 'dom_operations.cc',
284 'dom_operations.h', 284 'dom_operations.h',
285 'fling_animator_impl_android.cc', 285 'fling_animator_impl_android.cc',
286 'fling_animator_impl_android.h', 286 'fling_animator_impl_android.h',
287 'ftp_directory_listing_response_delegate.cc', 287 'ftp_directory_listing_response_delegate.cc',
288 'ftp_directory_listing_response_delegate.h', 288 'ftp_directory_listing_response_delegate.h',
289 'gl_bindings_skia_cmd_buffer.cc',
290 'gl_bindings_skia_cmd_buffer.h',
291 'glue_serialize.cc', 289 'glue_serialize.cc',
292 'glue_serialize.h', 290 'glue_serialize.h',
293 'image_decoder.cc', 291 'image_decoder.cc',
294 'image_decoder.h', 292 'image_decoder.h',
295 'image_resource_fetcher.cc', 293 'image_resource_fetcher.cc',
296 'image_resource_fetcher.h', 294 'image_resource_fetcher.h',
297 'multi_resolution_image_resource_fetcher.cc', 295 'multi_resolution_image_resource_fetcher.cc',
298 'multi_resolution_image_resource_fetcher.h', 296 'multi_resolution_image_resource_fetcher.h',
299 'multipart_response_delegate.cc', 297 'multipart_response_delegate.cc',
300 'multipart_response_delegate.h', 298 'multipart_response_delegate.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 }, 500 },
503 'includes': [ '../../build/grit_action.gypi' ], 501 'includes': [ '../../build/grit_action.gypi' ],
504 }, 502 },
505 ], 503 ],
506 'includes': [ '../../build/grit_target.gypi' ], 504 'includes': [ '../../build/grit_target.gypi' ],
507 }, 505 },
508 ], 506 ],
509 }], 507 }],
510 ], 508 ],
511 } 509 }
OLDNEW
« no previous file with comments | « webkit/glue/gl_bindings_skia_cmd_buffer.cc ('k') | webkit/gpu/gl_bindings_skia_cmd_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698