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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 1480693003: Revert of New build flag system, convert Google Now flag (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 | « chrome/chrome_plugin.gypi ('k') | chrome/chrome_resources.gyp » ('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 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/banners/app_banner_client.cc', 8 'renderer/banners/app_banner_client.cc',
9 'renderer/banners/app_banner_client.h', 9 'renderer/banners/app_banner_client.h',
10 'renderer/benchmarking_extension.cc', 10 'renderer/benchmarking_extension.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'renderer/pepper/chrome_pdf_print_client.cc', 230 'renderer/pepper/chrome_pdf_print_client.cc',
231 'renderer/pepper/chrome_pdf_print_client.h', 231 'renderer/pepper/chrome_pdf_print_client.h',
232 ], 232 ],
233 }, 233 },
234 'targets': [ 234 'targets': [
235 { 235 {
236 'target_name': 'renderer', 236 'target_name': 'renderer',
237 'type': 'static_library', 237 'type': 'static_library',
238 'variables': { 'enable_wexit_time_destructors': 1, }, 238 'variables': { 'enable_wexit_time_destructors': 1, },
239 'dependencies': [ 239 'dependencies': [
240 'chrome_common_features',
241 'common', 240 'common',
242 'common_mojo_bindings', 241 'common_mojo_bindings',
243 'chrome_resources.gyp:chrome_resources', 242 'chrome_resources.gyp:chrome_resources',
244 'chrome_resources.gyp:chrome_strings', 243 'chrome_resources.gyp:chrome_strings',
245 '../third_party/re2/re2.gyp:re2', 244 '../third_party/re2/re2.gyp:re2',
246 '../components/components.gyp:autofill_content_renderer', 245 '../components/components.gyp:autofill_content_renderer',
247 '../components/components.gyp:content_settings_content_common', 246 '../components/components.gyp:content_settings_content_common',
248 '../components/components.gyp:cdm_renderer', 247 '../components/components.gyp:cdm_renderer',
249 '../components/components.gyp:data_reduction_proxy_content_common', 248 '../components/components.gyp:data_reduction_proxy_content_common',
250 '../components/components.gyp:data_reduction_proxy_core_common', 249 '../components/components.gyp:data_reduction_proxy_core_common',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc. 389 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc.
391 ], 390 ],
392 'include_dirs': [ 391 'include_dirs': [
393 '<(DEPTH)/third_party/wtl/include', 392 '<(DEPTH)/third_party/wtl/include',
394 ], 393 ],
395 }], 394 }],
396 ], 395 ],
397 }, 396 },
398 ], 397 ],
399 } 398 }
OLDNEW
« no previous file with comments | « chrome/chrome_plugin.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698