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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 419913005: Reland: Remove some dead app host code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« 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 # These variables are shared with the GN build. 7 # These variables are shared with the GN build.
8 # Name is that these are the extensions files for the extensions target. 8 # Name is that these are the extensions files for the extensions target.
9 # "chrome_browser_extensions_sources' are the extensions files in the 9 # "chrome_browser_extensions_sources' are the extensions files in the
10 # browser target. 10 # browser target.
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 ['OS=="win" or OS=="mac"', { 1127 ['OS=="win" or OS=="mac"', {
1128 'dependencies': [ 1128 'dependencies': [
1129 '../components/components.gyp:wifi_component', 1129 '../components/components.gyp:wifi_component',
1130 ], 1130 ],
1131 'sources': [ 1131 'sources': [
1132 '<@(chrome_browser_extensions_networking_private_sources)', 1132 '<@(chrome_browser_extensions_networking_private_sources)',
1133 ], 1133 ],
1134 }], 1134 }],
1135 ['OS=="win"', { 1135 ['OS=="win"', {
1136 'dependencies': [ 1136 'dependencies': [
1137 'launcher_support',
1138 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1137 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1139 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1138 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1140 ], 1139 ],
1141 'conditions': [ 1140 'conditions': [
1142 ['win_use_allocator_shim==1', { 1141 ['win_use_allocator_shim==1', {
1143 'dependencies': [ 1142 'dependencies': [
1144 '<(allocator_target)', 1143 '<(allocator_target)',
1145 ], 1144 ],
1146 }], 1145 }],
1147 ], 1146 ],
(...skipping 26 matching lines...) Expand all
1174 }], 1173 }],
1175 ['enable_app_list==1', { 1174 ['enable_app_list==1', {
1176 'sources': [ 1175 'sources': [
1177 '<@(chrome_browser_extensions_app_list_sources)', 1176 '<@(chrome_browser_extensions_app_list_sources)',
1178 ], 1177 ],
1179 }] 1178 }]
1180 ], 1179 ],
1181 }, 1180 },
1182 ], 1181 ],
1183 } 1182 }
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