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

Side by Side Diff: content/content_browser.gypi

Issue 1507063004: Revert "Create direct write font proxy classes and unit tests." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'browser/renderer_host/clipboard_message_filter.h', 1104 'browser/renderer_host/clipboard_message_filter.h',
1105 'browser/renderer_host/clipboard_message_filter_mac.mm', 1105 'browser/renderer_host/clipboard_message_filter_mac.mm',
1106 'browser/renderer_host/compositor_resize_lock_aura.cc', 1106 'browser/renderer_host/compositor_resize_lock_aura.cc',
1107 'browser/renderer_host/compositor_resize_lock_aura.h', 1107 'browser/renderer_host/compositor_resize_lock_aura.h',
1108 'browser/renderer_host/database_message_filter.cc', 1108 'browser/renderer_host/database_message_filter.cc',
1109 'browser/renderer_host/database_message_filter.h', 1109 'browser/renderer_host/database_message_filter.h',
1110 'browser/renderer_host/delegated_frame_evictor.cc', 1110 'browser/renderer_host/delegated_frame_evictor.cc',
1111 'browser/renderer_host/delegated_frame_evictor.h', 1111 'browser/renderer_host/delegated_frame_evictor.h',
1112 'browser/renderer_host/dip_util.cc', 1112 'browser/renderer_host/dip_util.cc',
1113 'browser/renderer_host/dip_util.h', 1113 'browser/renderer_host/dip_util.h',
1114 'browser/renderer_host/dwrite_font_proxy_message_filter_win.cc',
1115 'browser/renderer_host/dwrite_font_proxy_message_filter_win.h',
1116 'browser/renderer_host/event_with_latency_info.h', 1114 'browser/renderer_host/event_with_latency_info.h',
1117 'browser/renderer_host/file_utilities_message_filter.cc', 1115 'browser/renderer_host/file_utilities_message_filter.cc',
1118 'browser/renderer_host/file_utilities_message_filter.h', 1116 'browser/renderer_host/file_utilities_message_filter.h',
1119 'browser/renderer_host/font_utils_linux.cc', 1117 'browser/renderer_host/font_utils_linux.cc',
1120 'browser/renderer_host/font_utils_linux.h', 1118 'browser/renderer_host/font_utils_linux.h',
1121 'browser/renderer_host/frame_metadata_util.cc', 1119 'browser/renderer_host/frame_metadata_util.cc',
1122 'browser/renderer_host/frame_metadata_util.h', 1120 'browser/renderer_host/frame_metadata_util.h',
1123 'browser/renderer_host/gamepad_browser_message_filter.cc', 1121 'browser/renderer_host/gamepad_browser_message_filter.cc',
1124 'browser/renderer_host/gamepad_browser_message_filter.h', 1122 'browser/renderer_host/gamepad_browser_message_filter.h',
1125 'browser/renderer_host/gpu_message_filter.cc', 1123 'browser/renderer_host/gpu_message_filter.cc',
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 ['enable_webvr==1 and OS=="android"', { 2197 ['enable_webvr==1 and OS=="android"', {
2200 'sources': [ 2198 'sources': [
2201 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2199 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2202 'browser/vr/android/cardboard/cardboard_vr_device.h', 2200 'browser/vr/android/cardboard/cardboard_vr_device.h',
2203 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2201 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2204 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2202 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2205 ], 2203 ],
2206 }], 2204 }],
2207 ], 2205 ],
2208 } 2206 }
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