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

Side by Side Diff: chrome/chrome_common.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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 ['OS!="ios" and chrome_multiple_dll!=1', { 565 ['OS!="ios" and chrome_multiple_dll!=1', {
566 'dependencies': [ 566 'dependencies': [
567 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 567 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
568 ], 568 ],
569 }], 569 }],
570 ['OS=="android"', { 570 ['OS=="android"', {
571 'sources/': [ 571 'sources/': [
572 ['exclude', '^common/chrome_version_info_posix.cc'], 572 ['exclude', '^common/chrome_version_info_posix.cc'],
573 ['exclude', '^common/service_'], 573 ['exclude', '^common/service_'],
574 ], 574 ],
575 'sources!': [
576 'common/badge_util.cc',
577 'common/extensions/api/extension_action/browser_action_handler.cc',
578 'common/extensions/api/extension_action/page_action_handler.cc',
579 'common/extensions/api/spellcheck/spellcheck_handler.cc',
580 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc',
581 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
582 'common/icon_with_badge_image_source.cc',
583 'common/importer/imported_bookmark_entry.cc',
584 'common/importer/importer_bridge.cc',
585 'common/importer/importer_data_types.cc',
586 'common/importer/importer_url_row.cc',
587 'common/net/url_util.cc',
588 'common/pepper_permission_util.cc',
589 'common/spellcheck_common.cc',
590 ],
575 'dependencies!': [ 591 'dependencies!': [
576 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 592 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
577 ], 593 ],
578 }], 594 }],
579 ['OS=="win"', { 595 ['OS=="win"', {
580 'include_dirs': [ 596 'include_dirs': [
581 '<(DEPTH)/breakpad/src', 597 '<(DEPTH)/breakpad/src',
582 '<(DEPTH)/third_party/wtl/include', 598 '<(DEPTH)/third_party/wtl/include',
583 ], 599 ],
584 }], 600 }],
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'common/metrics/proto/user_action_event.proto', 849 'common/metrics/proto/user_action_event.proto',
834 ], 850 ],
835 'variables': { 851 'variables': {
836 'proto_in_dir': 'common/metrics/proto', 852 'proto_in_dir': 'common/metrics/proto',
837 'proto_out_dir': 'chrome/common/metrics/proto', 853 'proto_out_dir': 'chrome/common/metrics/proto',
838 }, 854 },
839 'includes': [ '../build/protoc.gypi' ], 855 'includes': [ '../build/protoc.gypi' ],
840 }, 856 },
841 ], 857 ],
842 } 858 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698