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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8760003: [ntp4] Remove bookmarks page implementation and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: update page_list_view.js Created 9 years 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3739 matching lines...) Expand 10 before | Expand all | Expand 10 after
3750 'browser/ui/webui/media/media_internals_proxy.cc', 3750 'browser/ui/webui/media/media_internals_proxy.cc',
3751 'browser/ui/webui/media/media_internals_proxy.h', 3751 'browser/ui/webui/media/media_internals_proxy.h',
3752 'browser/ui/webui/media/media_internals_ui.cc', 3752 'browser/ui/webui/media/media_internals_ui.cc',
3753 'browser/ui/webui/media/media_internals_ui.h', 3753 'browser/ui/webui/media/media_internals_ui.h',
3754 'browser/ui/webui/metrics_handler.cc', 3754 'browser/ui/webui/metrics_handler.cc',
3755 'browser/ui/webui/metrics_handler.h', 3755 'browser/ui/webui/metrics_handler.h',
3756 'browser/ui/webui/net_internals_ui.cc', 3756 'browser/ui/webui/net_internals_ui.cc',
3757 'browser/ui/webui/net_internals_ui.h', 3757 'browser/ui/webui/net_internals_ui.h',
3758 'browser/ui/webui/ntp/app_launcher_handler.cc', 3758 'browser/ui/webui/ntp/app_launcher_handler.cc',
3759 'browser/ui/webui/ntp/app_launcher_handler.h', 3759 'browser/ui/webui/ntp/app_launcher_handler.h',
3760 'browser/ui/webui/ntp/bookmarks_handler.cc',
3761 'browser/ui/webui/ntp/bookmarks_handler.h',
3762 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3760 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3763 'browser/ui/webui/ntp/favicon_webui_handler.h', 3761 'browser/ui/webui/ntp/favicon_webui_handler.h',
3764 'browser/ui/webui/ntp/foreign_session_handler.cc', 3762 'browser/ui/webui/ntp/foreign_session_handler.cc',
3765 'browser/ui/webui/ntp/foreign_session_handler.h', 3763 'browser/ui/webui/ntp/foreign_session_handler.h',
3766 'browser/ui/webui/ntp/most_visited_handler.cc', 3764 'browser/ui/webui/ntp/most_visited_handler.cc',
3767 'browser/ui/webui/ntp/most_visited_handler.h', 3765 'browser/ui/webui/ntp/most_visited_handler.h',
3768 'browser/ui/webui/ntp/new_tab_page_handler.cc', 3766 'browser/ui/webui/ntp/new_tab_page_handler.cc',
3769 'browser/ui/webui/ntp/new_tab_page_handler.h', 3767 'browser/ui/webui/ntp/new_tab_page_handler.h',
3770 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 3768 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
3771 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 3769 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
(...skipping 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
5254 'type': 'static_library', 5252 'type': 'static_library',
5255 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5256 'variables': { 5254 'variables': {
5257 'proto_in_dir': 'browser/history', 5255 'proto_in_dir': 'browser/history',
5258 'proto_out_dir': 'chrome/browser/history', 5256 'proto_out_dir': 'chrome/browser/history',
5259 }, 5257 },
5260 'includes': [ '../build/protoc.gypi' ] 5258 'includes': [ '../build/protoc.gypi' ]
5261 }, 5259 },
5262 ], 5260 ],
5263 } 5261 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698