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

Side by Side Diff: content/content_renderer.gypi

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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 | « content/content_app.gypi ('k') | content/content_shell.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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'sources': [ 795 'sources': [
796 'renderer/external_popup_menu.cc', 796 'renderer/external_popup_menu.cc',
797 'renderer/external_popup_menu.h', 797 'renderer/external_popup_menu.h',
798 ], 798 ],
799 }, { 799 }, {
800 'sources!': [ 800 'sources!': [
801 'renderer/webscrollbarbehavior_impl_mac.h', 801 'renderer/webscrollbarbehavior_impl_mac.h',
802 'renderer/webscrollbarbehavior_impl_mac.mm', 802 'renderer/webscrollbarbehavior_impl_mac.mm',
803 ], 803 ],
804 }], 804 }],
805 ['OS=="win" and win_use_allocator_shim==1', {
806 'dependencies': [
807 '../base/allocator/allocator.gyp:allocator',
808 ],
809 }],
810 ['OS=="android"', { 805 ['OS=="android"', {
811 'sources': [ 806 'sources': [
812 'renderer/external_popup_menu.cc', 807 'renderer/external_popup_menu.cc',
813 'renderer/external_popup_menu.h', 808 'renderer/external_popup_menu.h',
814 ], 809 ],
815 'dependencies': [ 810 'dependencies': [
816 '../build/android/ndk.gyp:cpu_features', 811 '../build/android/ndk.gyp:cpu_features',
817 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 812 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
818 ], 813 ],
819 'dependencies!': [ 814 'dependencies!': [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 }], 915 }],
921 ], 916 ],
922 'target_conditions': [ 917 'target_conditions': [
923 ['OS=="android"', { 918 ['OS=="android"', {
924 'sources/': [ 919 'sources/': [
925 ['include', '^renderer/render_view_linux\\.cc$'], 920 ['include', '^renderer/render_view_linux\\.cc$'],
926 ], 921 ],
927 }], 922 }],
928 ], 923 ],
929 } 924 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698