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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9358031: Added new adaptive "Suggest" tab on the New Tab Page, behing the flag, for the experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the unit-tests 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 4024 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.cc', 4039 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4040 'browser/ui/webui/ntp/ntp_resource_cache.h', 4040 'browser/ui/webui/ntp/ntp_resource_cache.h',
4041 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 4041 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
4042 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 4042 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
4043 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 4043 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
4044 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 4044 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
4045 'browser/ui/webui/ntp/suggestions_page_handler.cc',
4046 'browser/ui/webui/ntp/suggestions_page_handler.h',
4045 'browser/ui/webui/ntp/thumbnail_source.cc', 4047 'browser/ui/webui/ntp/thumbnail_source.cc',
4046 'browser/ui/webui/ntp/thumbnail_source.h', 4048 'browser/ui/webui/ntp/thumbnail_source.h',
4047 'browser/ui/webui/omnibox/omnibox_ui.cc', 4049 'browser/ui/webui/omnibox/omnibox_ui.cc',
4048 'browser/ui/webui/omnibox/omnibox_ui.h', 4050 'browser/ui/webui/omnibox/omnibox_ui.h',
4049 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 4051 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
4050 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 4052 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
4051 'browser/ui/webui/options/advanced_options_handler.cc', 4053 'browser/ui/webui/options/advanced_options_handler.cc',
4052 'browser/ui/webui/options/advanced_options_handler.h', 4054 'browser/ui/webui/options/advanced_options_handler.h',
4053 'browser/ui/webui/options/advanced_options_utils.h', 4055 'browser/ui/webui/options/advanced_options_utils.h',
4054 'browser/ui/webui/options/advanced_options_utils_mac.mm', 4056 'browser/ui/webui/options/advanced_options_utils_mac.mm',
(...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after
5642 'type': 'static_library', 5644 'type': 'static_library',
5643 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5645 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5644 'variables': { 5646 'variables': {
5645 'proto_in_dir': 'browser/history', 5647 'proto_in_dir': 'browser/history',
5646 'proto_out_dir': 'chrome/browser/history', 5648 'proto_out_dir': 'chrome/browser/history',
5647 }, 5649 },
5648 'includes': [ '../build/protoc.gypi' ] 5650 'includes': [ '../build/protoc.gypi' ]
5649 }, 5651 },
5650 ], 5652 ],
5651 } 5653 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/suggestions_page_handler.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698