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

Side by Side Diff: chrome/chrome_utility.gypi

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address comments. Created 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.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',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 }, 94 },
95 'targets': [ 95 'targets': [
96 { 96 {
97 # GN version: //chrome/utility 97 # GN version: //chrome/utility
98 'target_name': 'utility', 98 'target_name': 'utility',
99 'type': 'static_library', 99 'type': 'static_library',
100 'variables': { 'enable_wexit_time_destructors': 1, }, 100 'variables': { 'enable_wexit_time_destructors': 1, },
101 'dependencies': [ 101 'dependencies': [
102 '../base/base.gyp:base', 102 '../base/base.gyp:base',
103 '../components/components_strings.gyp:components_strings', 103 '../components/components_strings.gyp:components_strings',
104 '../components/components.gyp:image_decoder',
104 '../components/components.gyp:search_engines', 105 '../components/components.gyp:search_engines',
105 '../components/components.gyp:url_fixer', 106 '../components/components.gyp:url_fixer',
106 '../content/content.gyp:content_common', 107 '../content/content.gyp:content_common',
107 '../content/content.gyp:content_utility', 108 '../content/content.gyp:content_utility',
108 '../media/media.gyp:media', 109 '../media/media.gyp:media',
109 '../skia/skia.gyp:skia', 110 '../skia/skia.gyp:skia',
110 '../third_party/libxml/libxml.gyp:libxml', 111 '../third_party/libxml/libxml.gyp:libxml',
111 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 112 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
112 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 113 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
113 'common', 114 'common',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'utility/local_discovery/service_discovery_message_handler.cc', 202 'utility/local_discovery/service_discovery_message_handler.cc',
202 'utility/local_discovery/service_discovery_message_handler.h', 203 'utility/local_discovery/service_discovery_message_handler.h',
203 ] 204 ]
204 }], 205 }],
205 ], 206 ],
206 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 207 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
207 'msvs_disabled_warnings': [ 4267, ], 208 'msvs_disabled_warnings': [ 4267, ],
208 }, 209 },
209 ], 210 ],
210 } 211 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698