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

Side by Side Diff: content/content_common.gypi

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang Created 8 years, 2 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 | « content/common/view_messages.h ('k') | content/port/browser/render_widget_host_view_port.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 '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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 ['include', '^public/common/speech_recognition_result\\.cc$'], 396 ['include', '^public/common/speech_recognition_result\\.cc$'],
397 ['include', '^public/common/url_constants\\.cc$'], 397 ['include', '^public/common/url_constants\\.cc$'],
398 ['include', '^common/content_paths\\.cc$'], 398 ['include', '^common/content_paths\\.cc$'],
399 ['include', '^common/net/url_fetcher\\.cc$'], 399 ['include', '^common/net/url_fetcher\\.cc$'],
400 ['include', '^common/net/url_request_user_data\\.cc$'], 400 ['include', '^common/net/url_request_user_data\\.cc$'],
401 ['include', '^common/savable_url_schemes\\.cc$'], 401 ['include', '^common/savable_url_schemes\\.cc$'],
402 ['include', '^common/url_schemes\\.cc$'], 402 ['include', '^common/url_schemes\\.cc$'],
403 ], 403 ],
404 }, { # OS!="ios" 404 }, { # OS!="ios"
405 'dependencies': [ 405 'dependencies': [
406 '../cc/cc.gyp:cc_ipc',
406 '../gpu/gpu.gyp:gles2_implementation', 407 '../gpu/gpu.gyp:gles2_implementation',
407 '../gpu/gpu.gyp:gpu_ipc', 408 '../gpu/gpu.gyp:gpu_ipc',
408 '../ipc/ipc.gyp:ipc', 409 '../ipc/ipc.gyp:ipc',
409 '../media/media.gyp:shared_memory_support', 410 '../media/media.gyp:shared_memory_support',
410 '../ppapi/ppapi_internal.gyp:ppapi_shared', 411 '../ppapi/ppapi_internal.gyp:ppapi_shared',
411 '../third_party/npapi/npapi.gyp:npapi', 412 '../third_party/npapi/npapi.gyp:npapi',
412 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 413 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
413 '../ui/gl/gl.gyp:gl', 414 '../ui/gl/gl.gyp:gl',
414 '../webkit/support/webkit_support.gyp:appcache', 415 '../webkit/support/webkit_support.gyp:appcache',
415 '../webkit/support/webkit_support.gyp:blob', 416 '../webkit/support/webkit_support.gyp:blob',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 '../build/extract_from_cab.py', 555 '../build/extract_from_cab.py',
555 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 556 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
556 '<(output)', 557 '<(output)',
557 '<(PRODUCT_DIR)', 558 '<(PRODUCT_DIR)',
558 ], 559 ],
559 }, 560 },
560 ] 561 ]
561 }], 562 }],
562 ], 563 ],
563 } 564 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/port/browser/render_widget_host_view_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698