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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9521013: Remove web intents from Chrome on Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a TODO to remove ifdef block 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
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 4717 matching lines...) Expand 10 before | Expand all | Expand 10 after
4728 ['OS=="android"', { 4728 ['OS=="android"', {
4729 'sources!': [ 4729 'sources!': [
4730 'browser/bookmarks/bookmark_context_menu_controller.cc', 4730 'browser/bookmarks/bookmark_context_menu_controller.cc',
4731 'browser/jankometer.cc', 4731 'browser/jankometer.cc',
4732 'browser/ui/sad_tab_observer.cc', 4732 'browser/ui/sad_tab_observer.cc',
4733 'browser/ui/webui/certificate_viewer_webui.cc', 4733 'browser/ui/webui/certificate_viewer_webui.cc',
4734 ], 4734 ],
4735 'sources/': [ 4735 'sources/': [
4736 ['exclude', '^browser/notifications/'], 4736 ['exclude', '^browser/notifications/'],
4737 ['exclude', '^browser/themes/'], 4737 ['exclude', '^browser/themes/'],
4738 ['exclude', '^browser/ui/intents'],
4738 ['exclude', '^browser/ui/panels/'], 4739 ['exclude', '^browser/ui/panels/'],
4739 ['exclude', '^browser/ui/tabs/'], 4740 ['exclude', '^browser/ui/tabs/'],
4740 ['exclude', '^browser/ui/toolbar/'], 4741 ['exclude', '^browser/ui/toolbar/'],
4741 ['exclude', '^browser/ui/webui/options'], 4742 ['exclude', '^browser/ui/webui/options'],
4742 ['exclude', '^browser/ui/webui/options2'], 4743 ['exclude', '^browser/ui/webui/options2'],
4743 ], 4744 ],
4744 }], 4745 }],
4745 ['OS=="mac"', { 4746 ['OS=="mac"', {
4746 'sources!': [ 4747 'sources!': [
4747 'browser/automation/automation_provider_list_generic.cc', 4748 'browser/automation/automation_provider_list_generic.cc',
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
5635 'type': 'static_library', 5636 'type': 'static_library',
5636 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5637 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5637 'variables': { 5638 'variables': {
5638 'proto_in_dir': 'browser/history', 5639 'proto_in_dir': 'browser/history',
5639 'proto_out_dir': 'chrome/browser/history', 5640 'proto_out_dir': 'chrome/browser/history',
5640 }, 5641 },
5641 'includes': [ '../build/protoc.gypi' ] 5642 'includes': [ '../build/protoc.gypi' ]
5642 }, 5643 },
5643 ], 5644 ],
5644 } 5645 }
OLDNEW
« chrome/browser/ui/browser.cc ('K') | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698