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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10182006: Adds the MostVisitedAction stat. This stat will provide a baseline to compare (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Clarified a comment as suggested by beaudoin@. Created 8 years, 8 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 3680 matching lines...) Expand 10 before | Expand all | Expand 10 after
3691 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 3691 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
3692 'browser/ui/webui/ntp/new_tab_ui.cc', 3692 'browser/ui/webui/ntp/new_tab_ui.cc',
3693 'browser/ui/webui/ntp/new_tab_ui.h', 3693 'browser/ui/webui/ntp/new_tab_ui.h',
3694 'browser/ui/webui/ntp/ntp_login_handler.cc', 3694 'browser/ui/webui/ntp/ntp_login_handler.cc',
3695 'browser/ui/webui/ntp/ntp_login_handler.h', 3695 'browser/ui/webui/ntp/ntp_login_handler.h',
3696 'browser/ui/webui/ntp/ntp_resource_cache_android.cc', 3696 'browser/ui/webui/ntp/ntp_resource_cache_android.cc',
3697 'browser/ui/webui/ntp/ntp_resource_cache.cc', 3697 'browser/ui/webui/ntp/ntp_resource_cache.cc',
3698 'browser/ui/webui/ntp/ntp_resource_cache.h', 3698 'browser/ui/webui/ntp/ntp_resource_cache.h',
3699 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 3699 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
3700 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 3700 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
3701 'browser/ui/webui/ntp/ntp_stats.h',
3701 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 3702 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
3702 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 3703 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
3703 'browser/ui/webui/ntp/suggestions_page_handler.cc', 3704 'browser/ui/webui/ntp/suggestions_page_handler.cc',
3704 'browser/ui/webui/ntp/suggestions_page_handler.h', 3705 'browser/ui/webui/ntp/suggestions_page_handler.h',
3705 'browser/ui/webui/ntp/thumbnail_source.cc', 3706 'browser/ui/webui/ntp/thumbnail_source.cc',
3706 'browser/ui/webui/ntp/thumbnail_source.h', 3707 'browser/ui/webui/ntp/thumbnail_source.h',
3707 'browser/ui/webui/omnibox/omnibox_ui.cc', 3708 'browser/ui/webui/omnibox/omnibox_ui.cc',
3708 'browser/ui/webui/omnibox/omnibox_ui.h', 3709 'browser/ui/webui/omnibox/omnibox_ui.h',
3709 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 3710 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
3710 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 3711 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
5204 'type': 'static_library', 5205 'type': 'static_library',
5205 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5206 'variables': { 5207 'variables': {
5207 'proto_in_dir': 'browser/chromeos/gdata', 5208 'proto_in_dir': 'browser/chromeos/gdata',
5208 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5209 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5209 }, 5210 },
5210 'includes': [ '../build/protoc.gypi' ] 5211 'includes': [ '../build/protoc.gypi' ]
5211 }, 5212 },
5212 ], 5213 ],
5213 } 5214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698