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

Side by Side Diff: content/content_common.gypi

Issue 132113015: IPC interface for font management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Match final interface and cleanup usage. 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
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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'common/font_cache_dispatcher_win.h', 195 'common/font_cache_dispatcher_win.h',
196 'common/font_config_ipc_linux.cc', 196 'common/font_config_ipc_linux.cc',
197 'common/font_config_ipc_linux.h', 197 'common/font_config_ipc_linux.h',
198 'common/font_list.cc', 198 'common/font_list.cc',
199 'common/font_list.h', 199 'common/font_list.h',
200 'common/font_list_android.cc', 200 'common/font_list_android.cc',
201 'common/font_list_mac.mm', 201 'common/font_list_mac.mm',
202 'common/font_list_ozone.cc', 202 'common/font_list_ozone.cc',
203 'common/font_list_pango.cc', 203 'common/font_list_pango.cc',
204 'common/font_list_win.cc', 204 'common/font_list_win.cc',
205 'common/fontmgr_messages.cc',
206 'common/fontmgr_messages.h',
205 'common/frame_message_enums.h', 207 'common/frame_message_enums.h',
206 'common/frame_messages.h', 208 'common/frame_messages.h',
207 'common/frame_param.cc', 209 'common/frame_param.cc',
208 'common/frame_param.h', 210 'common/frame_param.h',
209 'common/frame_param_macros.h', 211 'common/frame_param_macros.h',
210 'common/gamepad_hardware_buffer.h', 212 'common/gamepad_hardware_buffer.h',
211 'common/gamepad_messages.h', 213 'common/gamepad_messages.h',
212 'common/gamepad_user_gesture.cc', 214 'common/gamepad_user_gesture.cc',
213 'common/gamepad_user_gesture.h', 215 'common/gamepad_user_gesture.h',
214 'common/geolocation_messages.h', 216 'common/geolocation_messages.h',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 761 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
760 'common/sandbox_linux/bpf_renderer_policy_linux.h', 762 'common/sandbox_linux/bpf_renderer_policy_linux.h',
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
763 ], 765 ],
764 }, { 766 }, {
765 'defines': ['USE_SECCOMP_BPF'], 767 'defines': ['USE_SECCOMP_BPF'],
766 }], 768 }],
767 ], 769 ],
768 } 770 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698