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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9295044: Start moving signin code out of browser/sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit test Created 8 years, 10 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 4113 matching lines...) Expand 10 before | Expand all | Expand 10 after
4124 'browser/ui/webui/quota_internals_types.cc', 4124 'browser/ui/webui/quota_internals_types.cc',
4125 'browser/ui/webui/quota_internals_types.h', 4125 'browser/ui/webui/quota_internals_types.h',
4126 'browser/ui/webui/quota_internals_ui.cc', 4126 'browser/ui/webui/quota_internals_ui.cc',
4127 'browser/ui/webui/quota_internals_ui.h', 4127 'browser/ui/webui/quota_internals_ui.h',
4128 'browser/ui/webui/screenshot_source.cc', 4128 'browser/ui/webui/screenshot_source.cc',
4129 'browser/ui/webui/screenshot_source.h', 4129 'browser/ui/webui/screenshot_source.h',
4130 'browser/ui/webui/sessions_ui.cc', 4130 'browser/ui/webui/sessions_ui.cc',
4131 'browser/ui/webui/sessions_ui.h', 4131 'browser/ui/webui/sessions_ui.h',
4132 'browser/ui/webui/shared_resources_data_source.cc', 4132 'browser/ui/webui/shared_resources_data_source.cc',
4133 'browser/ui/webui/shared_resources_data_source.h', 4133 'browser/ui/webui/shared_resources_data_source.h',
4134 'browser/ui/webui/signin/login_ui_service.cc',
4135 'browser/ui/webui/signin/login_ui_service.h',
4136 'browser/ui/webui/signin/login_ui_service_factory.cc',
4137 'browser/ui/webui/signin/login_ui_service_factory.h',
4138 'browser/ui/webui/signin/signin_tracker.cc',
4139 'browser/ui/webui/signin/signin_tracker.h',
4134 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', 4140 'browser/ui/webui/ssl_client_certificate_selector_webui.cc',
4135 'browser/ui/webui/ssl_client_certificate_selector_webui.h', 4141 'browser/ui/webui/ssl_client_certificate_selector_webui.h',
4136 'browser/ui/webui/sync_internals_ui.cc', 4142 'browser/ui/webui/sync_internals_ui.cc',
4137 'browser/ui/webui/sync_internals_ui.h', 4143 'browser/ui/webui/sync_internals_ui.h',
4138 'browser/ui/webui/sync_promo/sync_promo_dialog.cc', 4144 'browser/ui/webui/sync_promo/sync_promo_dialog.cc',
4139 'browser/ui/webui/sync_promo/sync_promo_dialog.h', 4145 'browser/ui/webui/sync_promo/sync_promo_dialog.h',
4140 'browser/ui/webui/sync_promo/sync_promo_handler.cc', 4146 'browser/ui/webui/sync_promo/sync_promo_handler.cc',
4141 'browser/ui/webui/sync_promo/sync_promo_handler.h', 4147 'browser/ui/webui/sync_promo/sync_promo_handler.h',
4142 'browser/ui/webui/sync_promo/sync_promo_trial.cc', 4148 'browser/ui/webui/sync_promo/sync_promo_trial.cc',
4143 'browser/ui/webui/sync_promo/sync_promo_trial.h', 4149 'browser/ui/webui/sync_promo/sync_promo_trial.h',
(...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after
5538 'type': 'static_library', 5544 'type': 'static_library',
5539 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5545 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5540 'variables': { 5546 'variables': {
5541 'proto_in_dir': 'browser/history', 5547 'proto_in_dir': 'browser/history',
5542 'proto_out_dir': 'chrome/browser/history', 5548 'proto_out_dir': 'chrome/browser/history',
5543 }, 5549 },
5544 'includes': [ '../build/protoc.gypi' ] 5550 'includes': [ '../build/protoc.gypi' ]
5545 }, 5551 },
5546 ], 5552 ],
5547 } 5553 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698