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

Side by Side Diff: content/content_browser.gypi

Issue 1514183002: Revert "Create direct write font proxy classes and unit tests." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/common/font_warmup_win.cc ('k') | content/content_child.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) 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_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'browser/renderer_host/clipboard_message_filter.h', 1117 'browser/renderer_host/clipboard_message_filter.h',
1118 'browser/renderer_host/clipboard_message_filter_mac.mm', 1118 'browser/renderer_host/clipboard_message_filter_mac.mm',
1119 'browser/renderer_host/compositor_resize_lock_aura.cc', 1119 'browser/renderer_host/compositor_resize_lock_aura.cc',
1120 'browser/renderer_host/compositor_resize_lock_aura.h', 1120 'browser/renderer_host/compositor_resize_lock_aura.h',
1121 'browser/renderer_host/database_message_filter.cc', 1121 'browser/renderer_host/database_message_filter.cc',
1122 'browser/renderer_host/database_message_filter.h', 1122 'browser/renderer_host/database_message_filter.h',
1123 'browser/renderer_host/delegated_frame_evictor.cc', 1123 'browser/renderer_host/delegated_frame_evictor.cc',
1124 'browser/renderer_host/delegated_frame_evictor.h', 1124 'browser/renderer_host/delegated_frame_evictor.h',
1125 'browser/renderer_host/dip_util.cc', 1125 'browser/renderer_host/dip_util.cc',
1126 'browser/renderer_host/dip_util.h', 1126 'browser/renderer_host/dip_util.h',
1127 'browser/renderer_host/dwrite_font_proxy_message_filter_win.cc',
1128 'browser/renderer_host/dwrite_font_proxy_message_filter_win.h',
1129 'browser/renderer_host/event_with_latency_info.h', 1127 'browser/renderer_host/event_with_latency_info.h',
1130 'browser/renderer_host/file_utilities_message_filter.cc', 1128 'browser/renderer_host/file_utilities_message_filter.cc',
1131 'browser/renderer_host/file_utilities_message_filter.h', 1129 'browser/renderer_host/file_utilities_message_filter.h',
1132 'browser/renderer_host/font_utils_linux.cc', 1130 'browser/renderer_host/font_utils_linux.cc',
1133 'browser/renderer_host/font_utils_linux.h', 1131 'browser/renderer_host/font_utils_linux.h',
1134 'browser/renderer_host/frame_metadata_util.cc', 1132 'browser/renderer_host/frame_metadata_util.cc',
1135 'browser/renderer_host/frame_metadata_util.h', 1133 'browser/renderer_host/frame_metadata_util.h',
1136 'browser/renderer_host/gamepad_browser_message_filter.cc', 1134 'browser/renderer_host/gamepad_browser_message_filter.cc',
1137 'browser/renderer_host/gamepad_browser_message_filter.h', 1135 'browser/renderer_host/gamepad_browser_message_filter.h',
1138 'browser/renderer_host/gpu_message_filter.cc', 1136 'browser/renderer_host/gpu_message_filter.cc',
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
2209 ['enable_webvr==1 and OS=="android"', { 2207 ['enable_webvr==1 and OS=="android"', {
2210 'sources': [ 2208 'sources': [
2211 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2209 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2212 'browser/vr/android/cardboard/cardboard_vr_device.h', 2210 'browser/vr/android/cardboard/cardboard_vr_device.h',
2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2214 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2215 ], 2213 ],
2216 }], 2214 }],
2217 ], 2215 ],
2218 } 2216 }
OLDNEW
« no previous file with comments | « content/common/font_warmup_win.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698