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

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: Adressed the comments. 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 3907 matching lines...) Expand 10 before | Expand all | Expand 10 after
3918 'browser/ui/webui/ntp/new_tab_ui.cc', 3918 'browser/ui/webui/ntp/new_tab_ui.cc',
3919 'browser/ui/webui/ntp/new_tab_ui.h', 3919 'browser/ui/webui/ntp/new_tab_ui.h',
3920 'browser/ui/webui/ntp/ntp_login_handler.cc', 3920 'browser/ui/webui/ntp/ntp_login_handler.cc',
3921 'browser/ui/webui/ntp/ntp_login_handler.h', 3921 'browser/ui/webui/ntp/ntp_login_handler.h',
3922 'browser/ui/webui/ntp/ntp_resource_cache.cc', 3922 'browser/ui/webui/ntp/ntp_resource_cache.cc',
3923 'browser/ui/webui/ntp/ntp_resource_cache.h', 3923 'browser/ui/webui/ntp/ntp_resource_cache.h',
3924 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 3924 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
3925 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 3925 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
3926 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 3926 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
3927 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 3927 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
3928 'browser/ui/webui/ntp/suggested_page_handler.cc',
3929 'browser/ui/webui/ntp/suggested_page_handler.h',
3928 'browser/ui/webui/ntp/thumbnail_source.cc', 3930 'browser/ui/webui/ntp/thumbnail_source.cc',
3929 'browser/ui/webui/ntp/thumbnail_source.h', 3931 'browser/ui/webui/ntp/thumbnail_source.h',
3930 'browser/ui/webui/omnibox/omnibox_ui.cc', 3932 'browser/ui/webui/omnibox/omnibox_ui.cc',
3931 'browser/ui/webui/omnibox/omnibox_ui.h', 3933 'browser/ui/webui/omnibox/omnibox_ui.h',
3932 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 3934 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
3933 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 3935 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
3934 'browser/ui/webui/options/advanced_options_handler.cc', 3936 'browser/ui/webui/options/advanced_options_handler.cc',
3935 'browser/ui/webui/options/advanced_options_handler.h', 3937 'browser/ui/webui/options/advanced_options_handler.h',
3936 'browser/ui/webui/options/advanced_options_utils.h', 3938 'browser/ui/webui/options/advanced_options_utils.h',
3937 'browser/ui/webui/options/advanced_options_utils_mac.mm', 3939 'browser/ui/webui/options/advanced_options_utils_mac.mm',
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
5538 'type': 'static_library', 5540 'type': 'static_library',
5539 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5541 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5540 'variables': { 5542 'variables': {
5541 'proto_in_dir': 'browser/history', 5543 'proto_in_dir': 'browser/history',
5542 'proto_out_dir': 'chrome/browser/history', 5544 'proto_out_dir': 'chrome/browser/history',
5543 }, 5545 },
5544 'includes': [ '../build/protoc.gypi' ] 5546 'includes': [ '../build/protoc.gypi' ]
5545 }, 5547 },
5546 ], 5548 ],
5547 } 5549 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698