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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9558014: Add an android specific ntp resource cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | 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 4018 matching lines...) Expand 10 before | Expand all | Expand 10 after
4029 'browser/ui/webui/ntp/most_visited_handler.cc', 4029 'browser/ui/webui/ntp/most_visited_handler.cc',
4030 'browser/ui/webui/ntp/most_visited_handler.h', 4030 'browser/ui/webui/ntp/most_visited_handler.h',
4031 'browser/ui/webui/ntp/new_tab_page_handler.cc', 4031 'browser/ui/webui/ntp/new_tab_page_handler.cc',
4032 'browser/ui/webui/ntp/new_tab_page_handler.h', 4032 'browser/ui/webui/ntp/new_tab_page_handler.h',
4033 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4033 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4034 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 4034 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
4035 'browser/ui/webui/ntp/new_tab_ui.cc', 4035 'browser/ui/webui/ntp/new_tab_ui.cc',
4036 'browser/ui/webui/ntp/new_tab_ui.h', 4036 'browser/ui/webui/ntp/new_tab_ui.h',
4037 'browser/ui/webui/ntp/ntp_login_handler.cc', 4037 'browser/ui/webui/ntp/ntp_login_handler.cc',
4038 'browser/ui/webui/ntp/ntp_login_handler.h', 4038 'browser/ui/webui/ntp/ntp_login_handler.h',
4039 'browser/ui/webui/ntp/ntp_resource_cache_android.cc',
4039 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4040 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4040 'browser/ui/webui/ntp/ntp_resource_cache.h', 4041 'browser/ui/webui/ntp/ntp_resource_cache.h',
4041 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 4042 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
4042 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 4043 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
4043 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 4044 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
4044 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 4045 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
4045 'browser/ui/webui/ntp/thumbnail_source.cc', 4046 'browser/ui/webui/ntp/thumbnail_source.cc',
4046 'browser/ui/webui/ntp/thumbnail_source.h', 4047 'browser/ui/webui/ntp/thumbnail_source.h',
4047 'browser/ui/webui/omnibox/omnibox_ui.cc', 4048 'browser/ui/webui/omnibox/omnibox_ui.cc',
4048 'browser/ui/webui/omnibox/omnibox_ui.h', 4049 'browser/ui/webui/omnibox/omnibox_ui.h',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
4731 'sources/': [ 4732 'sources/': [
4732 ['exclude', '^browser/notifications/'], 4733 ['exclude', '^browser/notifications/'],
4733 ], 4734 ],
4734 }], 4735 }],
4735 ['OS=="android"', { 4736 ['OS=="android"', {
4736 'sources!': [ 4737 'sources!': [
4737 'browser/bookmarks/bookmark_context_menu_controller.cc', 4738 'browser/bookmarks/bookmark_context_menu_controller.cc',
4738 'browser/jankometer.cc', 4739 'browser/jankometer.cc',
4739 'browser/ui/sad_tab_observer.cc', 4740 'browser/ui/sad_tab_observer.cc',
4740 'browser/ui/webui/certificate_viewer_webui.cc', 4741 'browser/ui/webui/certificate_viewer_webui.cc',
4742 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4741 ], 4743 ],
4742 'sources/': [ 4744 'sources/': [
4743 ['exclude', '^browser/themes/'], 4745 ['exclude', '^browser/themes/'],
4744 ['exclude', '^browser/ui/panels/'], 4746 ['exclude', '^browser/ui/panels/'],
4745 ['exclude', '^browser/ui/tabs/'], 4747 ['exclude', '^browser/ui/tabs/'],
4746 ['exclude', '^browser/ui/toolbar/'], 4748 ['exclude', '^browser/ui/toolbar/'],
4747 ['exclude', '^browser/ui/webui/options'], 4749 ['exclude', '^browser/ui/webui/options'],
4748 ['exclude', '^browser/ui/webui/options2'], 4750 ['exclude', '^browser/ui/webui/options2'],
4749 ], 4751 ],
4750 }], 4752 }],
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
5628 'type': 'static_library', 5630 'type': 'static_library',
5629 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5631 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5630 'variables': { 5632 'variables': {
5631 'proto_in_dir': 'browser/history', 5633 'proto_in_dir': 'browser/history',
5632 'proto_out_dir': 'chrome/browser/history', 5634 'proto_out_dir': 'chrome/browser/history',
5633 }, 5635 },
5634 'includes': [ '../build/protoc.gypi' ] 5636 'includes': [ '../build/protoc.gypi' ]
5635 }, 5637 },
5636 ], 5638 ],
5637 } 5639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698