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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9447086: Android: Don't compile printing sources (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 4687 matching lines...) Expand 10 before | Expand all | Expand 10 after
4698 }], 4698 }],
4699 ['OS=="android"', { 4699 ['OS=="android"', {
4700 'sources!': [ 4700 'sources!': [
4701 'browser/bookmarks/bookmark_context_menu_controller.cc', 4701 'browser/bookmarks/bookmark_context_menu_controller.cc',
4702 'browser/jankometer.cc', 4702 'browser/jankometer.cc',
4703 'browser/ui/sad_tab_observer.cc', 4703 'browser/ui/sad_tab_observer.cc',
4704 'browser/ui/webui/certificate_viewer_webui.cc', 4704 'browser/ui/webui/certificate_viewer_webui.cc',
4705 ], 4705 ],
4706 'sources/': [ 4706 'sources/': [
4707 ['exclude', '^browser/notifications/'], 4707 ['exclude', '^browser/notifications/'],
4708 ['exclude', '^browser/printing/'],
4708 ['exclude', '^browser/themes/'], 4709 ['exclude', '^browser/themes/'],
4709 ['exclude', '^browser/ui/panels/'], 4710 ['exclude', '^browser/ui/panels/'],
4710 ['exclude', '^browser/ui/tabs/'], 4711 ['exclude', '^browser/ui/tabs/'],
4711 ['exclude', '^browser/ui/toolbar/'], 4712 ['exclude', '^browser/ui/toolbar/'],
4712 ['exclude', '^browser/ui/webui/options'], 4713 ['exclude', '^browser/ui/webui/options'],
4713 ['exclude', '^browser/ui/webui/options2'], 4714 ['exclude', '^browser/ui/webui/options2'],
4715 ['exclude', '^browser/ui/webui/print_preview/'],
4714 ], 4716 ],
4715 }], 4717 }],
4716 ['OS=="mac"', { 4718 ['OS=="mac"', {
4717 'sources!': [ 4719 'sources!': [
4718 'browser/automation/automation_provider_list_generic.cc', 4720 'browser/automation/automation_provider_list_generic.cc',
4719 'browser/bookmarks/bookmark_drop_info.cc', 4721 'browser/bookmarks/bookmark_drop_info.cc',
4720 'browser/first_run/upgrade_util.cc', 4722 'browser/first_run/upgrade_util.cc',
4721 'browser/importer/nss_decryptor_system_nss.cc', 4723 'browser/importer/nss_decryptor_system_nss.cc',
4722 'browser/importer/nss_decryptor_system_nss.h', 4724 'browser/importer/nss_decryptor_system_nss.h',
4723 'browser/jankometer.cc', 4725 'browser/jankometer.cc',
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
5616 'type': 'static_library', 5618 'type': 'static_library',
5617 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5619 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5618 'variables': { 5620 'variables': {
5619 'proto_in_dir': 'browser/history', 5621 'proto_in_dir': 'browser/history',
5620 'proto_out_dir': 'chrome/browser/history', 5622 'proto_out_dir': 'chrome/browser/history',
5621 }, 5623 },
5622 'includes': [ '../build/protoc.gypi' ] 5624 'includes': [ '../build/protoc.gypi' ]
5623 }, 5625 },
5624 ], 5626 ],
5625 } 5627 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698