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

Side by Side Diff: chrome/chrome_browser_extensions.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_browser.gypi ('k') | chrome/chrome_browser_ui.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc',
9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h',
10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc',
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 ], 1089 ],
1090 'sources': [ 1090 'sources': [
1091 '<@(chrome_browser_extensions_networking_private_sources_winmac)', 1091 '<@(chrome_browser_extensions_networking_private_sources_winmac)',
1092 ], 1092 ],
1093 }], 1093 }],
1094 ['OS=="win"', { 1094 ['OS=="win"', {
1095 'dependencies': [ 1095 'dependencies': [
1096 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1096 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1097 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1097 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1098 ], 1098 ],
1099 'conditions': [
1100 ['win_use_allocator_shim==1', {
1101 'dependencies': [
1102 '<(allocator_target)',
1103 ],
1104 }],
1105 ],
1106 }, { # 'OS!="win" 1099 }, { # 'OS!="win"
1107 'conditions': [ 1100 'conditions': [
1108 ['OS=="linux" and toolkit_views==1',{ 1101 ['OS=="linux" and toolkit_views==1',{
1109 'include_dirs': [ 1102 'include_dirs': [
1110 '<(INTERMEDIATE_DIR)', 1103 '<(INTERMEDIATE_DIR)',
1111 '<(INTERMEDIATE_DIR)/chrome', 1104 '<(INTERMEDIATE_DIR)/chrome',
1112 ], 1105 ],
1113 }], 1106 }],
1114 ['chromeos==1',{ 1107 ['chromeos==1',{
1115 'dependencies': [ 1108 'dependencies': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 ], 1145 ],
1153 }, { # use_brlapi==0 1146 }, { # use_brlapi==0
1154 'sources': [ 1147 'sources': [
1155 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1148 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1156 ], 1149 ],
1157 }], 1150 }],
1158 ], 1151 ],
1159 }, 1152 },
1160 ], 1153 ],
1161 } 1154 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698