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

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: 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
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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 ['OS=="win" or OS=="mac"', { 1143 ['OS=="win" or OS=="mac"', {
1144 'dependencies': [ 1144 'dependencies': [
1145 '../components/components.gyp:wifi_component', 1145 '../components/components.gyp:wifi_component',
1146 ], 1146 ],
1147 'sources': [ 1147 'sources': [
1148 '<@(chrome_browser_extensions_networking_private_sources)', 1148 '<@(chrome_browser_extensions_networking_private_sources)',
1149 ], 1149 ],
1150 }], 1150 }],
1151 ['OS=="win"', { 1151 ['OS=="win"', {
1152 'dependencies': [ 1152 'dependencies': [
1153 'launcher_support',
1154 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1153 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1155 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1154 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1156 ], 1155 ],
1157 'conditions': [ 1156 'conditions': [
1158 ['win_use_allocator_shim==1', { 1157 ['win_use_allocator_shim==1', {
1159 'dependencies': [ 1158 'dependencies': [
1160 '<(allocator_target)', 1159 '<(allocator_target)',
1161 ], 1160 ],
1162 }], 1161 }],
1163 ], 1162 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'type': 'static_library', 1211 'type': 'static_library',
1213 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1212 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1214 'variables': { 1213 'variables': {
1215 'proto_in_dir': 'browser/extensions/api/cast_channel', 1214 'proto_in_dir': 'browser/extensions/api/cast_channel',
1216 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1215 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1217 }, 1216 },
1218 'includes': [ '../build/protoc.gypi' ] 1217 'includes': [ '../build/protoc.gypi' ]
1219 }, 1218 },
1220 ], 1219 ],
1221 } 1220 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698