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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9564022: Exclude NewTabPageSyncHandler for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment 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/ui/webui/ntp/new_tab_ui.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 4728 matching lines...) Expand 10 before | Expand all | Expand 10 after
4739 'sources/': [ 4739 'sources/': [
4740 ['exclude', '^browser/notifications/'], 4740 ['exclude', '^browser/notifications/'],
4741 ], 4741 ],
4742 }], 4742 }],
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/webui/ntp/new_tab_page_sync_handler.cc',
4749 'browser/ui/window_sizer.cc', 4750 'browser/ui/window_sizer.cc',
4750 'browser/ui/window_sizer.h', 4751 'browser/ui/window_sizer.h',
4751 ], 4752 ],
4752 'sources/': [ 4753 'sources/': [
4753 ['exclude', '^browser/importer/'], 4754 ['exclude', '^browser/importer/'],
4754 ['exclude', '^browser/themes/'], 4755 ['exclude', '^browser/themes/'],
4755 ['exclude', '^browser/ui/panels/'], 4756 ['exclude', '^browser/ui/panels/'],
4756 ['exclude', '^browser/ui/tabs/'], 4757 ['exclude', '^browser/ui/tabs/'],
4757 ['exclude', '^browser/ui/toolbar/'], 4758 ['exclude', '^browser/ui/toolbar/'],
4758 ['exclude', '^browser/ui/webui/options'], 4759 ['exclude', '^browser/ui/webui/options'],
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
5639 'type': 'static_library', 5640 'type': 'static_library',
5640 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5641 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5641 'variables': { 5642 'variables': {
5642 'proto_in_dir': 'browser/history', 5643 'proto_in_dir': 'browser/history',
5643 'proto_out_dir': 'chrome/browser/history', 5644 'proto_out_dir': 'chrome/browser/history',
5644 }, 5645 },
5645 'includes': [ '../build/protoc.gypi' ] 5646 'includes': [ '../build/protoc.gypi' ]
5646 }, 5647 },
5647 ], 5648 ],
5648 } 5649 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698