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

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: remove extra line Created 8 years, 10 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 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 'browser/ui/webui/ntp/new_tab_ui.cc', 3909 'browser/ui/webui/ntp/new_tab_ui.cc',
3910 'browser/ui/webui/ntp/new_tab_ui.h', 3910 'browser/ui/webui/ntp/new_tab_ui.h',
3911 'browser/ui/webui/ntp/ntp_login_handler.cc', 3911 'browser/ui/webui/ntp/ntp_login_handler.cc',
3912 'browser/ui/webui/ntp/ntp_login_handler.h', 3912 'browser/ui/webui/ntp/ntp_login_handler.h',
3913 'browser/ui/webui/ntp/ntp_resource_cache.cc', 3913 'browser/ui/webui/ntp/ntp_resource_cache.cc',
3914 'browser/ui/webui/ntp/ntp_resource_cache.h', 3914 'browser/ui/webui/ntp/ntp_resource_cache.h',
3915 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 3915 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
3916 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 3916 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
3917 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 3917 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
3918 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 3918 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
3919 'browser/ui/webui/ntp/suggested_page_handler.cc',
3920 'browser/ui/webui/ntp/suggested_page_handler.h',
3919 'browser/ui/webui/ntp/thumbnail_source.cc', 3921 'browser/ui/webui/ntp/thumbnail_source.cc',
3920 'browser/ui/webui/ntp/thumbnail_source.h', 3922 'browser/ui/webui/ntp/thumbnail_source.h',
3921 'browser/ui/webui/omnibox/omnibox_ui.cc', 3923 'browser/ui/webui/omnibox/omnibox_ui.cc',
3922 'browser/ui/webui/omnibox/omnibox_ui.h', 3924 'browser/ui/webui/omnibox/omnibox_ui.h',
3923 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 3925 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
3924 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 3926 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
3925 'browser/ui/webui/options/advanced_options_handler.cc', 3927 'browser/ui/webui/options/advanced_options_handler.cc',
3926 'browser/ui/webui/options/advanced_options_handler.h', 3928 'browser/ui/webui/options/advanced_options_handler.h',
3927 'browser/ui/webui/options/advanced_options_utils.h', 3929 'browser/ui/webui/options/advanced_options_utils.h',
3928 'browser/ui/webui/options/advanced_options_utils_mac.mm', 3930 'browser/ui/webui/options/advanced_options_utils_mac.mm',
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
5523 'type': 'static_library', 5525 'type': 'static_library',
5524 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5526 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5525 'variables': { 5527 'variables': {
5526 'proto_in_dir': 'browser/history', 5528 'proto_in_dir': 'browser/history',
5527 'proto_out_dir': 'chrome/browser/history', 5529 'proto_out_dir': 'chrome/browser/history',
5528 }, 5530 },
5529 'includes': [ '../build/protoc.gypi' ] 5531 'includes': [ '../build/protoc.gypi' ]
5530 }, 5532 },
5531 ], 5533 ],
5532 } 5534 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698