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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 1462853002: [clean-up] Remove allocator.gyp dependency from library targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to chrome_child_dll Created 5 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/chrome_dll.gypi ('k') | components/web_cache.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 '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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 '<@(chrome_renderer_full_printing_sources)', 384 '<@(chrome_renderer_full_printing_sources)',
385 ], 385 ],
386 }], 386 }],
387 ['OS=="win"', { 387 ['OS=="win"', {
388 'dependencies': [ 388 'dependencies': [
389 '../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.
390 ], 390 ],
391 'include_dirs': [ 391 'include_dirs': [
392 '<(DEPTH)/third_party/wtl/include', 392 '<(DEPTH)/third_party/wtl/include',
393 ], 393 ],
394 'conditions': [
395 ['win_use_allocator_shim==1', {
396 'dependencies': [
397 '<(allocator_target)',
398 ],
399 'export_dependent_settings': [
400 '<(allocator_target)',
401 ],
402 }],
403 ],
404 }], 394 }],
405 ], 395 ],
406 }, 396 },
407 ], 397 ],
408 } 398 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | components/web_cache.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698