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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10920017: [Sync] Generalize StringOrdinal to handle ordinal_in_parent field (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix another compile error Created 8 years, 3 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 'common/net/gaia/gaia_oauth_client_unittest.cc', 2032 'common/net/gaia/gaia_oauth_client_unittest.cc',
2033 'common/net/gaia/google_service_auth_error_unittest.cc', 2033 'common/net/gaia/google_service_auth_error_unittest.cc',
2034 'common/net/gaia/oauth_request_signer_unittest.cc', 2034 'common/net/gaia/oauth_request_signer_unittest.cc',
2035 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', 2035 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
2036 'common/net/gaia/oauth2_api_call_flow_unittest.cc', 2036 'common/net/gaia/oauth2_api_call_flow_unittest.cc',
2037 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', 2037 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc',
2038 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', 2038 'common/net/gaia/oauth2_mint_token_flow_unittest.cc',
2039 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', 2039 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc',
2040 'common/net/x509_certificate_model_unittest.cc', 2040 'common/net/x509_certificate_model_unittest.cc',
2041 'common/service_process_util_unittest.cc', 2041 'common/service_process_util_unittest.cc',
2042 'common/string_ordinal_unittest.cc',
2043 'common/switch_utils_unittest.cc', 2042 'common/switch_utils_unittest.cc',
2044 'common/thumbnail_score_unittest.cc', 2043 'common/thumbnail_score_unittest.cc',
2045 'common/time_format_unittest.cc', 2044 'common/time_format_unittest.cc',
2046 'common/web_apps_unittest.cc', 2045 'common/web_apps_unittest.cc',
2047 'common/worker_thread_ticker_unittest.cc', 2046 'common/worker_thread_ticker_unittest.cc',
2048 'common/zip_reader_unittest.cc', 2047 'common/zip_reader_unittest.cc',
2049 'common/zip_unittest.cc', 2048 'common/zip_unittest.cc',
2050 'nacl/nacl_ipc_adapter_unittest.cc', 2049 'nacl/nacl_ipc_adapter_unittest.cc',
2051 'nacl/nacl_validation_query_unittest.cc', 2050 'nacl/nacl_validation_query_unittest.cc',
2052 'renderer/chrome_content_renderer_client_unittest.cc', 2051 'renderer/chrome_content_renderer_client_unittest.cc',
(...skipping 2699 matching lines...) Expand 10 before | Expand all | Expand 10 after
4752 '--result', '<@(_outputs)', 4751 '--result', '<@(_outputs)',
4753 '--isolate', 'browser_tests.isolate', 4752 '--isolate', 'browser_tests.isolate',
4754 ], 4753 ],
4755 }, 4754 },
4756 ], 4755 ],
4757 }, 4756 },
4758 ], 4757 ],
4759 }], 4758 }],
4760 ], # 'conditions' 4759 ], # 'conditions'
4761 } 4760 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698