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

Side by Side Diff: content/content_common.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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ['include', '^common/content_paths\\.cc$'], 403 ['include', '^common/content_paths\\.cc$'],
404 ['include', '^common/media/media_stream_options\\.cc$'], 404 ['include', '^common/media/media_stream_options\\.cc$'],
405 ['include', '^common/net/url_fetcher\\.cc$'], 405 ['include', '^common/net/url_fetcher\\.cc$'],
406 ['include', '^common/net/url_request_user_data\\.cc$'], 406 ['include', '^common/net/url_request_user_data\\.cc$'],
407 ['include', '^common/savable_url_schemes\\.cc$'], 407 ['include', '^common/savable_url_schemes\\.cc$'],
408 ['include', '^common/url_schemes\\.cc$'], 408 ['include', '^common/url_schemes\\.cc$'],
409 ], 409 ],
410 }, { # OS!="ios" 410 }, { # OS!="ios"
411 'dependencies': [ 411 'dependencies': [
412 '../cc/cc.gyp:cc', 412 '../cc/cc.gyp:cc',
413 '../gpu/gpu.gyp:gles2_c_lib',
413 '../gpu/gpu.gyp:gles2_implementation', 414 '../gpu/gpu.gyp:gles2_implementation',
414 '../gpu/gpu.gyp:gpu_ipc', 415 '../gpu/gpu.gyp:gpu_ipc',
415 '../ipc/ipc.gyp:ipc', 416 '../ipc/ipc.gyp:ipc',
416 '../media/media.gyp:shared_memory_support', 417 '../media/media.gyp:shared_memory_support',
417 '../ppapi/ppapi_internal.gyp:ppapi_shared', 418 '../ppapi/ppapi_internal.gyp:ppapi_shared',
418 '../third_party/npapi/npapi.gyp:npapi', 419 '../third_party/npapi/npapi.gyp:npapi',
419 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 420 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
420 '../ui/gl/gl.gyp:gl', 421 '../ui/gl/gl.gyp:gl',
421 '../webkit/support/webkit_support.gyp:glue', 422 '../webkit/support/webkit_support.gyp:glue',
422 '../webkit/support/webkit_support.gyp:webkit_base', 423 '../webkit/support/webkit_support.gyp:webkit_base',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '../build/extract_from_cab.py', 560 '../build/extract_from_cab.py',
560 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
561 '<(output)', 562 '<(output)',
562 '<(PRODUCT_DIR)', 563 '<(PRODUCT_DIR)',
563 ], 564 ],
564 }, 565 },
565 ] 566 ]
566 }], 567 }],
567 ], 568 ],
568 } 569 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698