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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9358073: First version of the time slicing on the urls. Not ready for review yet. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added relative time to time slicing 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/suggestions_page_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'browser/history/shortcuts_database.cc', 1501 'browser/history/shortcuts_database.cc',
1502 'browser/history/shortcuts_database.h', 1502 'browser/history/shortcuts_database.h',
1503 'browser/history/starred_url_database.cc', 1503 'browser/history/starred_url_database.cc',
1504 'browser/history/starred_url_database.h', 1504 'browser/history/starred_url_database.h',
1505 'browser/history/text_database.cc', 1505 'browser/history/text_database.cc',
1506 'browser/history/text_database.h', 1506 'browser/history/text_database.h',
1507 'browser/history/text_database_manager.cc', 1507 'browser/history/text_database_manager.cc',
1508 'browser/history/text_database_manager.h', 1508 'browser/history/text_database_manager.h',
1509 'browser/history/thumbnail_database.cc', 1509 'browser/history/thumbnail_database.cc',
1510 'browser/history/thumbnail_database.h', 1510 'browser/history/thumbnail_database.h',
1511 'browser/history/time_filter.cc',
1512 'browser/history/time_filter.h',
1511 'browser/history/top_sites.cc', 1513 'browser/history/top_sites.cc',
1512 'browser/history/top_sites.h', 1514 'browser/history/top_sites.h',
1513 'browser/history/top_sites_backend.cc', 1515 'browser/history/top_sites_backend.cc',
1514 'browser/history/top_sites_backend.h', 1516 'browser/history/top_sites_backend.h',
1515 'browser/history/top_sites_cache.cc', 1517 'browser/history/top_sites_cache.cc',
1516 'browser/history/top_sites_cache.h', 1518 'browser/history/top_sites_cache.h',
1517 'browser/history/top_sites_database.cc', 1519 'browser/history/top_sites_database.cc',
1518 'browser/history/top_sites_database.h', 1520 'browser/history/top_sites_database.h',
1519 'browser/history/top_sites_extension_api.cc', 1521 'browser/history/top_sites_extension_api.cc',
1520 'browser/history/top_sites_extension_api.h', 1522 'browser/history/top_sites_extension_api.h',
(...skipping 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after
4044 'browser/ui/webui/ntp/new_tab_ui.cc', 4046 'browser/ui/webui/ntp/new_tab_ui.cc',
4045 'browser/ui/webui/ntp/new_tab_ui.h', 4047 'browser/ui/webui/ntp/new_tab_ui.h',
4046 'browser/ui/webui/ntp/ntp_login_handler.cc', 4048 'browser/ui/webui/ntp/ntp_login_handler.cc',
4047 'browser/ui/webui/ntp/ntp_login_handler.h', 4049 'browser/ui/webui/ntp/ntp_login_handler.h',
4048 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4050 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4049 'browser/ui/webui/ntp/ntp_resource_cache.h', 4051 'browser/ui/webui/ntp/ntp_resource_cache.h',
4050 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 4052 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
4051 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 4053 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
4052 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 4054 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
4053 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 4055 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
4056 'browser/ui/webui/ntp/suggestions_page_handler.cc',
4057 'browser/ui/webui/ntp/suggestions_page_handler.h',
4054 'browser/ui/webui/ntp/thumbnail_source.cc', 4058 'browser/ui/webui/ntp/thumbnail_source.cc',
4055 'browser/ui/webui/ntp/thumbnail_source.h', 4059 'browser/ui/webui/ntp/thumbnail_source.h',
4056 'browser/ui/webui/omnibox/omnibox_ui.cc', 4060 'browser/ui/webui/omnibox/omnibox_ui.cc',
4057 'browser/ui/webui/omnibox/omnibox_ui.h', 4061 'browser/ui/webui/omnibox/omnibox_ui.h',
4058 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 4062 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
4059 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 4063 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
4060 'browser/ui/webui/options/advanced_options_handler.cc', 4064 'browser/ui/webui/options/advanced_options_handler.cc',
4061 'browser/ui/webui/options/advanced_options_handler.h', 4065 'browser/ui/webui/options/advanced_options_handler.h',
4062 'browser/ui/webui/options/advanced_options_utils.h', 4066 'browser/ui/webui/options/advanced_options_utils.h',
4063 'browser/ui/webui/options/advanced_options_utils_mac.mm', 4067 'browser/ui/webui/options/advanced_options_utils_mac.mm',
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
5634 'type': 'static_library', 5638 'type': 'static_library',
5635 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5639 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5636 'variables': { 5640 'variables': {
5637 'proto_in_dir': 'browser/history', 5641 'proto_in_dir': 'browser/history',
5638 'proto_out_dir': 'chrome/browser/history', 5642 'proto_out_dir': 'chrome/browser/history',
5639 }, 5643 },
5640 'includes': [ '../build/protoc.gypi' ] 5644 'includes': [ '../build/protoc.gypi' ]
5641 }, 5645 },
5642 ], 5646 ],
5643 } 5647 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/suggestions_page_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698