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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 5 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
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 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/app_categorizer.h', 8 'renderer/app_categorizer.h',
9 'renderer/app_categorizer.cc', 9 'renderer/app_categorizer.cc',
10 'renderer/banners/app_banner_client.cc', 10 'renderer/banners/app_banner_client.cc',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 ], 236 ],
237 }, 237 },
238 'targets': [ 238 'targets': [
239 { 239 {
240 'target_name': 'renderer', 240 'target_name': 'renderer',
241 'type': 'static_library', 241 'type': 'static_library',
242 'variables': { 'enable_wexit_time_destructors': 1, }, 242 'variables': { 'enable_wexit_time_destructors': 1, },
243 'dependencies': [ 243 'dependencies': [
244 'common', 244 'common',
245 'common_mojo_bindings', 245 'common_mojo_bindings',
246 'common_search_provider_mojom',
246 'chrome_features.gyp:chrome_common_features', 247 'chrome_features.gyp:chrome_common_features',
247 'chrome_resources.gyp:chrome_resources', 248 'chrome_resources.gyp:chrome_resources',
248 'chrome_resources.gyp:chrome_strings', 249 'chrome_resources.gyp:chrome_strings',
249 '../third_party/re2/re2.gyp:re2', 250 '../third_party/re2/re2.gyp:re2',
250 '../components/components.gyp:autofill_content_renderer', 251 '../components/components.gyp:autofill_content_renderer',
251 '../components/components.gyp:content_settings_content_common', 252 '../components/components.gyp:content_settings_content_common',
252 '../components/components.gyp:cdm_renderer', 253 '../components/components.gyp:cdm_renderer',
253 '../components/components.gyp:data_reduction_proxy_content_common', 254 '../components/components.gyp:data_reduction_proxy_content_common',
254 '../components/components.gyp:data_reduction_proxy_core_common', 255 '../components/components.gyp:data_reduction_proxy_core_common',
255 '../components/components.gyp:guest_view_renderer', 256 '../components/components.gyp:guest_view_renderer',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '../components/components.gyp:startup_metric_utils_win', 396 '../components/components.gyp:startup_metric_utils_win',
396 ], 397 ],
397 'include_dirs': [ 398 'include_dirs': [
398 '<(DEPTH)/third_party/wtl/include', 399 '<(DEPTH)/third_party/wtl/include',
399 ], 400 ],
400 }], 401 }],
401 ], 402 ],
402 }, 403 },
403 ], 404 ],
404 } 405 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698