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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 422453004: Remove some dead app host code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more removals from sam Created 6 years, 4 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 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 ['OS=="win" or OS=="mac"', { 1141 ['OS=="win" or OS=="mac"', {
1142 'dependencies': [ 1142 'dependencies': [
1143 '../components/components.gyp:wifi_component', 1143 '../components/components.gyp:wifi_component',
1144 ], 1144 ],
1145 'sources': [ 1145 'sources': [
1146 '<@(chrome_browser_extensions_networking_private_sources)', 1146 '<@(chrome_browser_extensions_networking_private_sources)',
1147 ], 1147 ],
1148 }], 1148 }],
1149 ['OS=="win"', { 1149 ['OS=="win"', {
1150 'dependencies': [ 1150 'dependencies': [
1151 'launcher_support',
1152 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1151 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1153 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1152 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1154 ], 1153 ],
1155 'conditions': [ 1154 'conditions': [
1156 ['win_use_allocator_shim==1', { 1155 ['win_use_allocator_shim==1', {
1157 'dependencies': [ 1156 'dependencies': [
1158 '<(allocator_target)', 1157 '<(allocator_target)',
1159 ], 1158 ],
1160 }], 1159 }],
1161 ], 1160 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'type': 'static_library', 1209 'type': 'static_library',
1211 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1210 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1212 'variables': { 1211 'variables': {
1213 'proto_in_dir': 'browser/extensions/api/cast_channel', 1212 'proto_in_dir': 'browser/extensions/api/cast_channel',
1214 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1213 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1215 }, 1214 },
1216 'includes': [ '../build/protoc.gypi' ] 1215 'includes': [ '../build/protoc.gypi' ]
1217 }, 1216 },
1218 ], 1217 ],
1219 } 1218 }
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