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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9559014: Exclude browser/importer from Android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Yarron's comment: move idef'd include to the bottom of the list 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | no next file » | 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 '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 4732 matching lines...) Expand 10 before | Expand all | Expand 10 after
4743 ['OS=="android"', { 4743 ['OS=="android"', {
4744 'sources!': [ 4744 'sources!': [
4745 'browser/bookmarks/bookmark_context_menu_controller.cc', 4745 'browser/bookmarks/bookmark_context_menu_controller.cc',
4746 'browser/jankometer.cc', 4746 'browser/jankometer.cc',
4747 'browser/ui/sad_tab_observer.cc', 4747 'browser/ui/sad_tab_observer.cc',
4748 'browser/ui/webui/certificate_viewer_webui.cc', 4748 'browser/ui/webui/certificate_viewer_webui.cc',
4749 'browser/ui/window_sizer.cc', 4749 'browser/ui/window_sizer.cc',
4750 'browser/ui/window_sizer.h', 4750 'browser/ui/window_sizer.h',
4751 ], 4751 ],
4752 'sources/': [ 4752 'sources/': [
4753 ['exclude', '^browser/importer/'],
4753 ['exclude', '^browser/themes/'], 4754 ['exclude', '^browser/themes/'],
4754 ['exclude', '^browser/ui/panels/'], 4755 ['exclude', '^browser/ui/panels/'],
4755 ['exclude', '^browser/ui/tabs/'], 4756 ['exclude', '^browser/ui/tabs/'],
4756 ['exclude', '^browser/ui/toolbar/'], 4757 ['exclude', '^browser/ui/toolbar/'],
4757 ['exclude', '^browser/ui/webui/options'], 4758 ['exclude', '^browser/ui/webui/options'],
4758 ['exclude', '^browser/ui/webui/options2'], 4759 ['exclude', '^browser/ui/webui/options2'],
4759 ], 4760 ],
4760 }], 4761 }],
4761 ['OS=="mac"', { 4762 ['OS=="mac"', {
4762 'sources!': [ 4763 'sources!': [
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
5638 'type': 'static_library', 5639 'type': 'static_library',
5639 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5640 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5640 'variables': { 5641 'variables': {
5641 'proto_in_dir': 'browser/history', 5642 'proto_in_dir': 'browser/history',
5642 'proto_out_dir': 'chrome/browser/history', 5643 'proto_out_dir': 'chrome/browser/history',
5643 }, 5644 },
5644 'includes': [ '../build/protoc.gypi' ] 5645 'includes': [ '../build/protoc.gypi' ]
5645 }, 5646 },
5646 ], 5647 ],
5647 } 5648 }
OLDNEW
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698