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

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: Addressed review feedback. 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 4150 matching lines...) Expand 10 before | Expand all | Expand 10 after
4161 'browser/ui/webui/quota_internals_types.cc', 4161 'browser/ui/webui/quota_internals_types.cc',
4162 'browser/ui/webui/quota_internals_types.h', 4162 'browser/ui/webui/quota_internals_types.h',
4163 'browser/ui/webui/quota_internals_ui.cc', 4163 'browser/ui/webui/quota_internals_ui.cc',
4164 'browser/ui/webui/quota_internals_ui.h', 4164 'browser/ui/webui/quota_internals_ui.h',
4165 'browser/ui/webui/screenshot_source.cc', 4165 'browser/ui/webui/screenshot_source.cc',
4166 'browser/ui/webui/screenshot_source.h', 4166 'browser/ui/webui/screenshot_source.h',
4167 'browser/ui/webui/sessions_ui.cc', 4167 'browser/ui/webui/sessions_ui.cc',
4168 'browser/ui/webui/sessions_ui.h', 4168 'browser/ui/webui/sessions_ui.h',
4169 'browser/ui/webui/shared_resources_data_source.cc', 4169 'browser/ui/webui/shared_resources_data_source.cc',
4170 'browser/ui/webui/shared_resources_data_source.h', 4170 'browser/ui/webui/shared_resources_data_source.h',
4171 'browser/ui/webui/signin/login_ui_service.cc',
4172 'browser/ui/webui/signin/login_ui_service.h',
4173 'browser/ui/webui/signin/login_ui_service_factory.cc',
4174 'browser/ui/webui/signin/login_ui_service_factory.h',
4175 'browser/ui/webui/signin/signin_tracker.cc',
4176 'browser/ui/webui/signin/signin_tracker.h',
4171 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', 4177 'browser/ui/webui/ssl_client_certificate_selector_webui.cc',
4172 'browser/ui/webui/ssl_client_certificate_selector_webui.h', 4178 'browser/ui/webui/ssl_client_certificate_selector_webui.h',
4173 'browser/ui/webui/sync_internals_ui.cc', 4179 'browser/ui/webui/sync_internals_ui.cc',
4174 'browser/ui/webui/sync_internals_ui.h', 4180 'browser/ui/webui/sync_internals_ui.h',
4175 'browser/ui/webui/sync_promo/sync_promo_dialog.cc', 4181 'browser/ui/webui/sync_promo/sync_promo_dialog.cc',
4176 'browser/ui/webui/sync_promo/sync_promo_dialog.h', 4182 'browser/ui/webui/sync_promo/sync_promo_dialog.h',
4177 'browser/ui/webui/sync_promo/sync_promo_handler.cc', 4183 'browser/ui/webui/sync_promo/sync_promo_handler.cc',
4178 'browser/ui/webui/sync_promo/sync_promo_handler.h', 4184 'browser/ui/webui/sync_promo/sync_promo_handler.h',
4179 'browser/ui/webui/sync_promo/sync_promo_trial.cc', 4185 'browser/ui/webui/sync_promo/sync_promo_trial.cc',
4180 'browser/ui/webui/sync_promo/sync_promo_trial.h', 4186 'browser/ui/webui/sync_promo/sync_promo_trial.h',
(...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after
5564 'type': 'static_library', 5570 'type': 'static_library',
5565 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5571 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5566 'variables': { 5572 'variables': {
5567 'proto_in_dir': 'browser/history', 5573 'proto_in_dir': 'browser/history',
5568 'proto_out_dir': 'chrome/browser/history', 5574 'proto_out_dir': 'chrome/browser/history',
5569 }, 5575 },
5570 'includes': [ '../build/protoc.gypi' ] 5576 'includes': [ '../build/protoc.gypi' ]
5571 }, 5577 },
5572 ], 5578 ],
5573 } 5579 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698