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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12208068: Add a set passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error on linux_clang. Created 7 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after
2117 'browser/shell_integration_unittest.cc', 2117 'browser/shell_integration_unittest.cc',
2118 2118
2119 # No service process (which also requires multiprocess lock). 2119 # No service process (which also requires multiprocess lock).
2120 'common/multi_process_lock_unittest.cc', 2120 'common/multi_process_lock_unittest.cc',
2121 2121
2122 # Sync setup uses native ui. 2122 # Sync setup uses native ui.
2123 'browser/ui/webui/sync_setup_handler_unittest.cc', 2123 'browser/ui/webui/sync_setup_handler_unittest.cc',
2124 2124
2125 'browser/browser_commands_unittest.cc', 2125 'browser/browser_commands_unittest.cc',
2126 'browser/download/download_shelf_unittest.cc', 2126 'browser/download/download_shelf_unittest.cc',
2127 'browser/managed_mode/managed_user_passphrase_unittest.cc',
2127 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 2128 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
2128 'browser/page_cycler/page_cycler_unittest.cc', 2129 'browser/page_cycler/page_cycler_unittest.cc',
2129 'browser/profiles/off_the_record_profile_impl_unittest.cc', 2130 'browser/profiles/off_the_record_profile_impl_unittest.cc',
2130 'browser/sync/profile_sync_service_session_unittest.cc', 2131 'browser/sync/profile_sync_service_session_unittest.cc',
2131 'browser/sync/sync_global_error_unittest.cc', 2132 'browser/sync/sync_global_error_unittest.cc',
2132 'browser/tab_contents/render_view_context_menu_unittest.cc', 2133 'browser/tab_contents/render_view_context_menu_unittest.cc',
2133 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 2134 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
2134 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', 2135 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc',
2135 'browser/ui/browser_command_controller_unittest.cc', 2136 'browser/ui/browser_command_controller_unittest.cc',
2136 'browser/ui/browser_iterator_unittest.cc', 2137 'browser/ui/browser_iterator_unittest.cc',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
2372 # more details. 2373 # more details.
2373 'DebugInformationFormat': '3', 2374 'DebugInformationFormat': '3',
2374 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2375 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2375 }, 2376 },
2376 }, 2377 },
2377 }, 2378 },
2378 ], 2379 ],
2379 }], 2380 }],
2380 ], # 'conditions' 2381 ], # 'conditions'
2381 } 2382 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698