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

Side by Side Diff: chrome/chrome_utility.gypi

Issue 729103002: Revert of DirectWrite Font Cache browser side hookup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/common/chrome_utility_messages.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chrome_utility_sources': [ 7 'chrome_utility_sources': [
8 'utility/chrome_content_utility_client.cc', 8 'utility/chrome_content_utility_client.cc',
9 'utility/chrome_content_utility_client.h', 9 'utility/chrome_content_utility_client.h',
10 'utility/chrome_content_utility_ipc_whitelist.cc', 10 'utility/chrome_content_utility_ipc_whitelist.cc',
11 'utility/chrome_content_utility_ipc_whitelist.h', 11 'utility/chrome_content_utility_ipc_whitelist.h',
12 'utility/cloud_print/bitmap_image.cc', 12 'utility/cloud_print/bitmap_image.cc',
13 'utility/cloud_print/bitmap_image.h', 13 'utility/cloud_print/bitmap_image.h',
14 'utility/cloud_print/pwg_encoder.cc', 14 'utility/cloud_print/pwg_encoder.cc',
15 'utility/cloud_print/pwg_encoder.h', 15 'utility/cloud_print/pwg_encoder.h',
16 'utility/local_discovery/service_discovery_message_handler.cc', 16 'utility/local_discovery/service_discovery_message_handler.cc',
17 'utility/local_discovery/service_discovery_message_handler.h', 17 'utility/local_discovery/service_discovery_message_handler.h',
18 'utility/printing_handler.cc', 18 'utility/printing_handler.cc',
19 'utility/printing_handler.h', 19 'utility/printing_handler.h',
20 'utility/shell_handler_win.cc', 20 'utility/shell_handler_win.cc',
21 'utility/shell_handler_win.h', 21 'utility/shell_handler_win.h',
22 'utility/font_cache_handler_win.cc',
23 'utility/font_cache_handler_win.h',
24 'utility/utility_message_handler.h', 22 'utility/utility_message_handler.h',
25 'utility/web_resource_unpacker.cc', 23 'utility/web_resource_unpacker.cc',
26 'utility/web_resource_unpacker.h', 24 'utility/web_resource_unpacker.h',
27 ], 25 ],
28 'chrome_utility_extensions_sources': [ 26 'chrome_utility_extensions_sources': [
29 'utility/extensions/extensions_handler.cc', 27 'utility/extensions/extensions_handler.cc',
30 'utility/extensions/extensions_handler.h', 28 'utility/extensions/extensions_handler.h',
31 'utility/extensions/unpacker.cc', 29 'utility/extensions/unpacker.cc',
32 'utility/extensions/unpacker.h', 30 'utility/extensions/unpacker.h',
33 'utility/image_writer/disk_unmounter_mac.cc', 31 'utility/image_writer/disk_unmounter_mac.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 }], 187 }],
190 ['safe_browsing==1', { 188 ['safe_browsing==1', {
191 'defines': [ 'FULL_SAFE_BROWSING' ], 189 'defines': [ 'FULL_SAFE_BROWSING' ],
192 }], 190 }],
193 ], 191 ],
194 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 192 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
195 'msvs_disabled_warnings': [ 4267, ], 193 'msvs_disabled_warnings': [ 4267, ],
196 }, 194 },
197 ], 195 ],
198 } 196 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698