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

Side by Side Diff: content/content_child.gypi

Issue 634083002: gpu: Compositor management of GpuMemoryBuffer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cc-pre-chromium-image-refactor
Patch Set: rebase Created 6 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/gpu/render_widget_compositor.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
(...skipping 30 matching lines...) Expand all
41 'child/browser_font_resource_trusted.cc', 41 'child/browser_font_resource_trusted.cc',
42 'child/browser_font_resource_trusted.h', 42 'child/browser_font_resource_trusted.h',
43 'child/child_histogram_message_filter.cc', 43 'child/child_histogram_message_filter.cc',
44 'child/child_histogram_message_filter.h', 44 'child/child_histogram_message_filter.h',
45 'child/child_message_filter.cc', 45 'child/child_message_filter.cc',
46 'child/child_message_filter.h', 46 'child/child_message_filter.h',
47 'child/child_process.cc', 47 'child/child_process.cc',
48 'child/child_process.h', 48 'child/child_process.h',
49 'child/child_resource_message_filter.cc', 49 'child/child_resource_message_filter.cc',
50 'child/child_resource_message_filter.h', 50 'child/child_resource_message_filter.h',
51 'child/child_gpu_memory_buffer_manager.cc',
52 'child/child_gpu_memory_buffer_manager.h',
51 'child/child_shared_bitmap_manager.cc', 53 'child/child_shared_bitmap_manager.cc',
52 'child/child_shared_bitmap_manager.h', 54 'child/child_shared_bitmap_manager.h',
53 'child/child_thread.cc', 55 'child/child_thread.cc',
54 'child/child_thread.h', 56 'child/child_thread.h',
55 'child/content_child_helpers.cc', 57 'child/content_child_helpers.cc',
56 'child/content_child_helpers.h', 58 'child/content_child_helpers.h',
57 'child/database_util.cc', 59 'child/database_util.cc',
58 'child/database_util.h', 60 'child/database_util.h',
59 'child/db_message_filter.cc', 61 'child/db_message_filter.cc',
60 'child/db_message_filter.h', 62 'child/db_message_filter.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 }, { 364 }, {
363 'dependencies': [ 365 'dependencies': [
364 '../third_party/nss/nss.gyp:nspr', 366 '../third_party/nss/nss.gyp:nspr',
365 '../third_party/nss/nss.gyp:nss', 367 '../third_party/nss/nss.gyp:nss',
366 ], 368 ],
367 }], 369 }],
368 ], 370 ],
369 }], 371 }],
370 ], 372 ],
371 } 373 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698