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

Side by Side Diff: content/content_browser.gypi

Issue 62793002: Allow printing component to be removed completely (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also fix chromium_builder_tests, coverage_build Created 7 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 | Annotate | Revision Log
« no previous file with comments | « cloud_print/service/service.gyp ('k') | printing/printing.gyp » ('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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 ['include', '^browser/download/download_create_info\\.cc$'], 1258 ['include', '^browser/download/download_create_info\\.cc$'],
1259 ['include', '^browser/notification_service_impl\\.cc$'], 1259 ['include', '^browser/notification_service_impl\\.cc$'],
1260 ['include', '^browser/user_metrics\\.cc$'], 1260 ['include', '^browser/user_metrics\\.cc$'],
1261 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 1261 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
1262 ], 1262 ],
1263 }, { # OS!="ios" 1263 }, { # OS!="ios"
1264 'dependencies': [ 1264 'dependencies': [
1265 'browser/devtools/devtools_resources.gyp:devtools_resources', 1265 'browser/devtools/devtools_resources.gyp:devtools_resources',
1266 '../cc/cc.gyp:cc', 1266 '../cc/cc.gyp:cc',
1267 '../net/net.gyp:http_server', 1267 '../net/net.gyp:http_server',
1268 '../printing/printing.gyp:printing',
1269 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1268 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1270 '../ui/surface/surface.gyp:surface', 1269 '../ui/surface/surface.gyp:surface',
1271 '../webkit/common/webkit_common.gyp:webkit_common', 1270 '../webkit/common/webkit_common.gyp:webkit_common',
1272 '../webkit/storage_browser.gyp:webkit_storage_browser', 1271 '../webkit/storage_browser.gyp:webkit_storage_browser',
1273 '../webkit/storage_common.gyp:webkit_storage_common', 1272 '../webkit/storage_common.gyp:webkit_storage_common',
1274 '../webkit/webkit_resources.gyp:webkit_resources', 1273 '../webkit/webkit_resources.gyp:webkit_resources',
1275 '../webkit/webkit_resources.gyp:webkit_strings', 1274 '../webkit/webkit_resources.gyp:webkit_strings',
1276 ], 1275 ],
1277 }], 1276 }],
1277 ['enable_printing!=0', {
1278 'dependencies': [
1279 '../printing/printing.gyp:printing',
1280 ],
1281 }],
1278 ['OS!="ios" and chrome_multiple_dll!=1', { 1282 ['OS!="ios" and chrome_multiple_dll!=1', {
1279 'dependencies': [ 1283 'dependencies': [
1280 '../third_party/WebKit/public/blink.gyp:blink', 1284 '../third_party/WebKit/public/blink.gyp:blink',
1281 ], 1285 ],
1282 }], 1286 }],
1283 ['OS!="mac" and OS!="ios"', { 1287 ['OS!="mac" and OS!="ios"', {
1284 'dependencies': [ 1288 'dependencies': [
1285 '../sandbox/sandbox.gyp:sandbox', 1289 '../sandbox/sandbox.gyp:sandbox',
1286 ], 1290 ],
1287 }], 1291 }],
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1558 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1555 ], 1559 ],
1556 }, { # input_speech==1 1560 }, { # input_speech==1
1557 'dependencies': [ 1561 'dependencies': [
1558 '../third_party/flac/flac.gyp:libflac', 1562 '../third_party/flac/flac.gyp:libflac',
1559 '../third_party/speex/speex.gyp:libspeex', 1563 '../third_party/speex/speex.gyp:libspeex',
1560 ], 1564 ],
1561 }], 1565 }],
1562 ], 1566 ],
1563 } 1567 }
OLDNEW
« no previous file with comments | « cloud_print/service/service.gyp ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698