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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10196004: Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed style nit 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
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 3541 matching lines...) Expand 10 before | Expand all | Expand 10 after
3552 'browser/ui/webui/feedback_ui.cc', 3552 'browser/ui/webui/feedback_ui.cc',
3553 'browser/ui/webui/feedback_ui.h', 3553 'browser/ui/webui/feedback_ui.h',
3554 'browser/ui/webui/certificate_viewer_webui.cc', 3554 'browser/ui/webui/certificate_viewer_webui.cc',
3555 'browser/ui/webui/certificate_viewer_webui.h', 3555 'browser/ui/webui/certificate_viewer_webui.h',
3556 'browser/ui/webui/certificate_viewer_ui.cc', 3556 'browser/ui/webui/certificate_viewer_ui.cc',
3557 'browser/ui/webui/certificate_viewer_ui.h', 3557 'browser/ui/webui/certificate_viewer_ui.h',
3558 'browser/ui/webui/chrome_url_data_manager.cc', 3558 'browser/ui/webui/chrome_url_data_manager.cc',
3559 'browser/ui/webui/chrome_url_data_manager.h', 3559 'browser/ui/webui/chrome_url_data_manager.h',
3560 'browser/ui/webui/chrome_url_data_manager_backend.cc', 3560 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3561 'browser/ui/webui/chrome_url_data_manager_backend.h', 3561 'browser/ui/webui/chrome_url_data_manager_backend.h',
3562 'browser/ui/webui/chrome_url_data_manager_factory.cc',
3563 'browser/ui/webui/chrome_url_data_manager_factory.h',
3562 'browser/ui/webui/chrome_web_ui_controller_factory.cc', 3564 'browser/ui/webui/chrome_web_ui_controller_factory.cc',
3563 'browser/ui/webui/chrome_web_ui_controller_factory.h', 3565 'browser/ui/webui/chrome_web_ui_controller_factory.h',
3564 'browser/ui/webui/chrome_web_ui_data_source.cc', 3566 'browser/ui/webui/chrome_web_ui_data_source.cc',
3565 'browser/ui/webui/chrome_web_ui_data_source.h', 3567 'browser/ui/webui/chrome_web_ui_data_source.h',
3566 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', 3568 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc',
3567 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', 3569 'browser/ui/webui/chromeos/choose_mobile_network_ui.h',
3568 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', 3570 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc',
3569 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', 3571 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h',
3570 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', 3572 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
3571 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', 3573 'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
(...skipping 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after
5203 'type': 'static_library', 5205 'type': 'static_library',
5204 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5205 'variables': { 5207 'variables': {
5206 'proto_in_dir': 'browser/chromeos/gdata', 5208 'proto_in_dir': 'browser/chromeos/gdata',
5207 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5209 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5208 }, 5210 },
5209 'includes': [ '../build/protoc.gypi' ] 5211 'includes': [ '../build/protoc.gypi' ]
5210 }, 5212 },
5211 ], 5213 ],
5212 } 5214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698