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

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: Resolve nits 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 4777 matching lines...) Expand 10 before | Expand all | Expand 10 after
4788 'browser/ui/sync/one_click_signin_sync_starter.cc', 4788 'browser/ui/sync/one_click_signin_sync_starter.cc',
4789 'browser/ui/sync/one_click_signin_sync_starter.h', 4789 'browser/ui/sync/one_click_signin_sync_starter.h',
4790 'browser/ui/webui/certificate_viewer_webui.cc', 4790 'browser/ui/webui/certificate_viewer_webui.cc',
4791 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4791 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4792 'browser/ui/window_sizer.cc', 4792 'browser/ui/window_sizer.cc',
4793 'browser/ui/window_sizer.h', 4793 'browser/ui/window_sizer.h',
4794 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4794 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4795 ], 4795 ],
4796 'sources/': [ 4796 'sources/': [
4797 ['exclude', '^browser/importer/'], 4797 ['exclude', '^browser/importer/'],
4798 ['exclude', '^browser/intents'],
Yaron 2012/03/09 20:47:11 Please also add these exclusions in chrome_tests.g
Jesse Greenwald 2012/03/10 00:13:26 Done.
4798 ['exclude', '^browser/printing/'], 4799 ['exclude', '^browser/printing/'],
4799 ['exclude', '^browser/themes/'], 4800 ['exclude', '^browser/themes/'],
4801 ['exclude', '^browser/ui/intents'],
4800 ['exclude', '^browser/ui/panels/'], 4802 ['exclude', '^browser/ui/panels/'],
4801 ['exclude', '^browser/ui/tabs/'], 4803 ['exclude', '^browser/ui/tabs/'],
4802 ['exclude', '^browser/ui/toolbar/'], 4804 ['exclude', '^browser/ui/toolbar/'],
4803 ['exclude', '^browser/ui/webui/options'], 4805 ['exclude', '^browser/ui/webui/options'],
4804 ['exclude', '^browser/ui/webui/options2'], 4806 ['exclude', '^browser/ui/webui/options2'],
4805 ['exclude', '^browser/ui/webui/print_preview/'], 4807 ['exclude', '^browser/ui/webui/print_preview/'],
4806 ], 4808 ],
4807 }], 4809 }],
4808 ['OS=="mac"', { 4810 ['OS=="mac"', {
4809 'sources!': [ 4811 'sources!': [
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
5714 'variables': { 5716 'variables': {
5715 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5717 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5716 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5718 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5717 }, 5719 },
5718 'includes': ['../build/protoc.gypi'], 5720 'includes': ['../build/protoc.gypi'],
5719 }], 5721 }],
5720 ], 5722 ],
5721 }, 5723 },
5722 ], 5724 ],
5723 } 5725 }
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