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

Side by Side Diff: content/content_child.gypi

Issue 148243013: Add shared bitmap managers for browser and renderer processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/host_shared_bitmap_manager_unittest.cc ('k') | content/content_common.gypi » ('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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/gfx/gfx.gyp:gfx', 10 '../ui/gfx/gfx.gyp:gfx',
(...skipping 23 matching lines...) Expand all
34 'child/browser_font_resource_trusted.cc', 34 'child/browser_font_resource_trusted.cc',
35 'child/browser_font_resource_trusted.h', 35 'child/browser_font_resource_trusted.h',
36 'child/child_histogram_message_filter.cc', 36 'child/child_histogram_message_filter.cc',
37 'child/child_histogram_message_filter.h', 37 'child/child_histogram_message_filter.h',
38 'child/child_message_filter.cc', 38 'child/child_message_filter.cc',
39 'child/child_message_filter.h', 39 'child/child_message_filter.h',
40 'child/child_process.cc', 40 'child/child_process.cc',
41 'child/child_process.h', 41 'child/child_process.h',
42 'child/child_resource_message_filter.cc', 42 'child/child_resource_message_filter.cc',
43 'child/child_resource_message_filter.h', 43 'child/child_resource_message_filter.h',
44 'child/child_shared_bitmap_manager.cc',
45 'child/child_shared_bitmap_manager.h',
44 'child/child_thread.cc', 46 'child/child_thread.cc',
45 'child/child_thread.h', 47 'child/child_thread.h',
46 'child/content_child_helpers.cc', 48 'child/content_child_helpers.cc',
47 'child/content_child_helpers.h', 49 'child/content_child_helpers.h',
48 'child/database_util.cc', 50 'child/database_util.cc',
49 'child/database_util.h', 51 'child/database_util.h',
50 'child/db_message_filter.cc', 52 'child/db_message_filter.cc',
51 'child/db_message_filter.h', 53 'child/db_message_filter.h',
52 'child/fileapi/file_system_dispatcher.cc', 54 'child/fileapi/file_system_dispatcher.cc',
53 'child/fileapi/file_system_dispatcher.h', 55 'child/fileapi/file_system_dispatcher.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 }, { 279 }, {
278 'dependencies': [ 280 'dependencies': [
279 '../third_party/nss/nss.gyp:nspr', 281 '../third_party/nss/nss.gyp:nspr',
280 '../third_party/nss/nss.gyp:nss', 282 '../third_party/nss/nss.gyp:nss',
281 ], 283 ],
282 }], 284 }],
283 ], 285 ],
284 }], 286 }],
285 ], 287 ],
286 } 288 }
OLDNEW
« no previous file with comments | « content/common/host_shared_bitmap_manager_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698