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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8689006: Create a field test for sync sign in promo strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: small typo spotted by tmccoy 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/sync_setup_handler.cc ('k') | no next file » | 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 3884 matching lines...) Expand 10 before | Expand all | Expand 10 after
3895 'browser/ui/webui/sessions_ui.cc', 3895 'browser/ui/webui/sessions_ui.cc',
3896 'browser/ui/webui/sessions_ui.h', 3896 'browser/ui/webui/sessions_ui.h',
3897 'browser/ui/webui/shared_resources_data_source.cc', 3897 'browser/ui/webui/shared_resources_data_source.cc',
3898 'browser/ui/webui/shared_resources_data_source.h', 3898 'browser/ui/webui/shared_resources_data_source.h',
3899 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', 3899 'browser/ui/webui/ssl_client_certificate_selector_webui.cc',
3900 'browser/ui/webui/ssl_client_certificate_selector_webui.h', 3900 'browser/ui/webui/ssl_client_certificate_selector_webui.h',
3901 'browser/ui/webui/sync_internals_ui.cc', 3901 'browser/ui/webui/sync_internals_ui.cc',
3902 'browser/ui/webui/sync_internals_ui.h', 3902 'browser/ui/webui/sync_internals_ui.h',
3903 'browser/ui/webui/sync_promo_handler.cc', 3903 'browser/ui/webui/sync_promo_handler.cc',
3904 'browser/ui/webui/sync_promo_handler.h', 3904 'browser/ui/webui/sync_promo_handler.h',
3905 'browser/ui/webui/sync_promo_trial.cc',
3906 'browser/ui/webui/sync_promo_trial.h',
3905 'browser/ui/webui/sync_promo_ui.cc', 3907 'browser/ui/webui/sync_promo_ui.cc',
3906 'browser/ui/webui/sync_promo_ui.h', 3908 'browser/ui/webui/sync_promo_ui.h',
3907 'browser/ui/webui/sync_setup_handler.cc', 3909 'browser/ui/webui/sync_setup_handler.cc',
3908 'browser/ui/webui/sync_setup_handler.h', 3910 'browser/ui/webui/sync_setup_handler.h',
3909 'browser/ui/webui/task_manager_dialog.cc', 3911 'browser/ui/webui/task_manager_dialog.cc',
3910 'browser/ui/webui/task_manager_dialog.h', 3912 'browser/ui/webui/task_manager_dialog.h',
3911 'browser/ui/webui/task_manager_handler.cc', 3913 'browser/ui/webui/task_manager_handler.cc',
3912 'browser/ui/webui/task_manager_handler.h', 3914 'browser/ui/webui/task_manager_handler.h',
3913 'browser/ui/webui/task_manager_ui.cc', 3915 'browser/ui/webui/task_manager_ui.cc',
3914 'browser/ui/webui/task_manager_ui.h', 3916 'browser/ui/webui/task_manager_ui.h',
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
5247 'type': 'static_library', 5249 'type': 'static_library',
5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5250 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5249 'variables': { 5251 'variables': {
5250 'proto_in_dir': 'browser/history', 5252 'proto_in_dir': 'browser/history',
5251 'proto_out_dir': 'chrome/browser/history', 5253 'proto_out_dir': 'chrome/browser/history',
5252 }, 5254 },
5253 'includes': [ '../build/protoc.gypi' ] 5255 'includes': [ '../build/protoc.gypi' ]
5254 }, 5256 },
5255 ], 5257 ],
5256 } 5258 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698