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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8052028: NTP: Clean up of MetricsHandler class and namespacing chrome.send messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tried to remove dependencies of metricshandler, most still necessary in NewTabUI Created 9 years, 2 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 3615 matching lines...) Expand 10 before | Expand all | Expand 10 after
3626 'browser/ui/webui/net_internals_ui.cc', 3626 'browser/ui/webui/net_internals_ui.cc',
3627 'browser/ui/webui/net_internals_ui.h', 3627 'browser/ui/webui/net_internals_ui.h',
3628 'browser/ui/webui/ntp/app_launcher_handler.cc', 3628 'browser/ui/webui/ntp/app_launcher_handler.cc',
3629 'browser/ui/webui/ntp/app_launcher_handler.h', 3629 'browser/ui/webui/ntp/app_launcher_handler.h',
3630 'browser/ui/webui/ntp/bookmarks_handler.cc', 3630 'browser/ui/webui/ntp/bookmarks_handler.cc',
3631 'browser/ui/webui/ntp/bookmarks_handler.h', 3631 'browser/ui/webui/ntp/bookmarks_handler.h',
3632 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3632 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3633 'browser/ui/webui/ntp/favicon_webui_handler.h', 3633 'browser/ui/webui/ntp/favicon_webui_handler.h',
3634 'browser/ui/webui/ntp/foreign_session_handler.cc', 3634 'browser/ui/webui/ntp/foreign_session_handler.cc',
3635 'browser/ui/webui/ntp/foreign_session_handler.h', 3635 'browser/ui/webui/ntp/foreign_session_handler.h',
3636 'browser/ui/webui/ntp/metrics_handler.cc',
3637 'browser/ui/webui/ntp/metrics_handler.h',
3636 'browser/ui/webui/ntp/most_visited_handler.cc', 3638 'browser/ui/webui/ntp/most_visited_handler.cc',
3637 'browser/ui/webui/ntp/most_visited_handler.h', 3639 'browser/ui/webui/ntp/most_visited_handler.h',
3638 'browser/ui/webui/ntp/new_tab_page_handler.cc', 3640 'browser/ui/webui/ntp/new_tab_page_handler.cc',
3639 'browser/ui/webui/ntp/new_tab_page_handler.h', 3641 'browser/ui/webui/ntp/new_tab_page_handler.h',
3640 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 3642 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
3641 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 3643 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
3642 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc', 3644 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc',
3643 'browser/ui/webui/ntp/new_tab_sync_setup_handler.h', 3645 'browser/ui/webui/ntp/new_tab_sync_setup_handler.h',
3644 'browser/ui/webui/ntp/new_tab_ui.cc', 3646 'browser/ui/webui/ntp/new_tab_ui.cc',
3645 'browser/ui/webui/ntp/new_tab_ui.h', 3647 'browser/ui/webui/ntp/new_tab_ui.h',
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
5071 # weak imports in dependents, who still must #include 5073 # weak imports in dependents, who still must #include
5072 # closure_blocks_leopard_compat.h to get weak imports. 5074 # closure_blocks_leopard_compat.h to get weak imports.
5073 'type': 'none', 5075 'type': 'none',
5074 }], 5076 }],
5075 ], 5077 ],
5076 }, 5078 },
5077 ], 5079 ],
5078 }], 5080 }],
5079 ], 5081 ],
5080 } 5082 }
OLDNEW
« chrome/browser/ui/webui/ntp/metrics_handler.h ('K') | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698