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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7248038: Profiles: Make NTPResourceCache a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops. Missed the point. Created 9 years, 5 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 3403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3414 'browser/ui/webui/ntp/most_visited_handler.cc', 3414 'browser/ui/webui/ntp/most_visited_handler.cc',
3415 'browser/ui/webui/ntp/most_visited_handler.h', 3415 'browser/ui/webui/ntp/most_visited_handler.h',
3416 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 3416 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
3417 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 3417 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
3418 'browser/ui/webui/ntp/new_tab_ui.cc', 3418 'browser/ui/webui/ntp/new_tab_ui.cc',
3419 'browser/ui/webui/ntp/new_tab_ui.h', 3419 'browser/ui/webui/ntp/new_tab_ui.h',
3420 'browser/ui/webui/ntp/ntp_login_handler.cc', 3420 'browser/ui/webui/ntp/ntp_login_handler.cc',
3421 'browser/ui/webui/ntp/ntp_login_handler.h', 3421 'browser/ui/webui/ntp/ntp_login_handler.h',
3422 'browser/ui/webui/ntp/ntp_resource_cache.cc', 3422 'browser/ui/webui/ntp/ntp_resource_cache.cc',
3423 'browser/ui/webui/ntp/ntp_resource_cache.h', 3423 'browser/ui/webui/ntp/ntp_resource_cache.h',
3424 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
3425 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
3424 'browser/ui/webui/ntp/shown_sections_handler.cc', 3426 'browser/ui/webui/ntp/shown_sections_handler.cc',
3425 'browser/ui/webui/ntp/shown_sections_handler.h', 3427 'browser/ui/webui/ntp/shown_sections_handler.h',
3426 'browser/ui/webui/ntp/thumbnail_source.cc', 3428 'browser/ui/webui/ntp/thumbnail_source.cc',
3427 'browser/ui/webui/ntp/thumbnail_source.h', 3429 'browser/ui/webui/ntp/thumbnail_source.h',
3428 'browser/ui/webui/ntp/value_helper.cc', 3430 'browser/ui/webui/ntp/value_helper.cc',
3429 'browser/ui/webui/ntp/value_helper.h', 3431 'browser/ui/webui/ntp/value_helper.h',
3430 'browser/ui/webui/options/about_page_handler.cc', 3432 'browser/ui/webui/options/about_page_handler.cc',
3431 'browser/ui/webui/options/about_page_handler.h', 3433 'browser/ui/webui/options/about_page_handler.h',
3432 'browser/ui/webui/options/advanced_options_handler.cc', 3434 'browser/ui/webui/options/advanced_options_handler.cc',
3433 'browser/ui/webui/options/advanced_options_handler.h', 3435 'browser/ui/webui/options/advanced_options_handler.h',
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
4714 'hard_dependency': 1, 4716 'hard_dependency': 1,
4715 }, 4717 },
4716 ], 4718 ],
4717 } 4719 }
4718 4720
4719 # Local Variables: 4721 # Local Variables:
4720 # tab-width:2 4722 # tab-width:2
4721 # indent-tabs-mode:nil 4723 # indent-tabs-mode:nil
4722 # End: 4724 # End:
4723 # vim: set expandtab tabstop=2 shiftwidth=2: 4725 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698