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

Side by Side Diff: content/content_browser.gypi

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for build breakage Created 7 years, 3 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 | « content/common/font_list_android.cc ('k') | content/content_common.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) 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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'], 1379 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'],
1380 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], 1380 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
1381 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], 1381 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
1382 ['exclude', '^browser/tracing/tracing_ui'], 1382 ['exclude', '^browser/tracing/tracing_ui'],
1383 ['exclude', '^browser/speech/'], 1383 ['exclude', '^browser/speech/'],
1384 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'], 1384 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'],
1385 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] , 1385 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] ,
1386 ['include', '^browser/speech/speech_recognizer\\.h$'], 1386 ['include', '^browser/speech/speech_recognizer\\.h$'],
1387 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], 1387 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'],
1388 ], 1388 ],
1389 'sources!': [
1390 'browser/browser_ipc_logging.cc',
1391 'browser/font_list_async.cc',
1392 'browser/geolocation/device_data_provider.cc',
1393 'browser/geolocation/empty_device_data_provider.cc',
1394 'browser/geolocation/wifi_data_provider_common.cc',
1395 'browser/renderer_host/input/tap_suppression_controller.cc',
1396 'browser/renderer_host/native_web_keyboard_event.cc',
1397 ]
1389 }, { # OS!="android" 1398 }, { # OS!="android"
1390 'sources/': [ 1399 'sources/': [
1391 ['exclude', '^browser/renderer_host/java/'], 1400 ['exclude', '^browser/renderer_host/java/'],
1392 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'], 1401 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'],
1393 ], 1402 ],
1394 }], 1403 }],
1395 ['OS=="mac"', { 1404 ['OS=="mac"', {
1396 'sources': [ 1405 'sources': [
1397 # Build necessary Mozilla sources 1406 # Build necessary Mozilla sources
1398 '../third_party/mozilla/ComplexTextInputPanel.h', 1407 '../third_party/mozilla/ComplexTextInputPanel.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 '../third_party/speex/speex.gyp:libspeex', 1521 '../third_party/speex/speex.gyp:libspeex',
1513 ], 1522 ],
1514 }], 1523 }],
1515 ['linux_use_libgps==1', { 1524 ['linux_use_libgps==1', {
1516 'dependencies': [ 1525 'dependencies': [
1517 '../build/linux/system.gyp:libgps', 1526 '../build/linux/system.gyp:libgps',
1518 ], 1527 ],
1519 }], 1528 }],
1520 ], 1529 ],
1521 } 1530 }
OLDNEW
« no previous file with comments | « content/common/font_list_android.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698