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

Side by Side Diff: content/content_common.gypi

Issue 6981001: Make the Pepper proxy support in-process font rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/content_browser.gypi ('k') | content/content_ppapi_plugin.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 25 matching lines...) Expand all
36 'common/audio_messages.h', 36 'common/audio_messages.h',
37 'common/audio_stream_state.h', 37 'common/audio_stream_state.h',
38 'common/bindings_policy.h', 38 'common/bindings_policy.h',
39 'common/child_process.cc', 39 'common/child_process.cc',
40 'common/child_process.h', 40 'common/child_process.h',
41 'common/child_process_host.cc', 41 'common/child_process_host.cc',
42 'common/child_process_host.h', 42 'common/child_process_host.h',
43 'common/child_process_info.cc', 43 'common/child_process_info.cc',
44 'common/child_process_info.h', 44 'common/child_process_info.h',
45 'common/child_process_messages.h', 45 'common/child_process_messages.h',
46 'common/child_process_sandbox_support_linux.cc',
47 'common/child_process_sandbox_support_linux.h',
46 'common/child_thread.cc', 48 'common/child_thread.cc',
47 'common/child_thread.h', 49 'common/child_thread.h',
48 'common/child_trace_message_filter.cc', 50 'common/child_trace_message_filter.cc',
49 'common/child_trace_message_filter.h', 51 'common/child_trace_message_filter.h',
50 'common/chrome_application_mac.h', 52 'common/chrome_application_mac.h',
51 'common/chrome_application_mac.mm', 53 'common/chrome_application_mac.mm',
52 'common/chrome_descriptors.h', 54 'common/chrome_descriptors.h',
53 'common/clipboard_messages.h', 55 'common/clipboard_messages.h',
54 'common/common_param_traits.cc', 56 'common/common_param_traits.cc',
55 'common/common_param_traits.h', 57 'common/common_param_traits.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 }], 275 }],
274 ['enable_gpu==1', { 276 ['enable_gpu==1', {
275 'dependencies': [ 277 'dependencies': [
276 '../gpu/gpu.gyp:command_buffer_service', 278 '../gpu/gpu.gyp:command_buffer_service',
277 ], 279 ],
278 }], 280 }],
279 ], 281 ],
280 }, 282 },
281 ], 283 ],
282 } 284 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_ppapi_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698