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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8236002: Create StringOrdinal to allow placement of strings in sorted lists (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixing StringOrdinal comments Created 9 years, 1 month 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_common.gypi ('k') | chrome/common/string_ordinal.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 (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 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 'common/metrics_log_manager_unittest.cc', 1866 'common/metrics_log_manager_unittest.cc',
1867 'common/multi_process_lock_unittest.cc', 1867 'common/multi_process_lock_unittest.cc',
1868 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1868 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1869 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1869 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1870 'common/net/gaia/gaia_authenticator_unittest.cc', 1870 'common/net/gaia/gaia_authenticator_unittest.cc',
1871 'common/net/gaia/gaia_oauth_client_unittest.cc', 1871 'common/net/gaia/gaia_oauth_client_unittest.cc',
1872 'common/net/gaia/google_service_auth_error_unittest.cc', 1872 'common/net/gaia/google_service_auth_error_unittest.cc',
1873 'common/net/gaia/oauth_request_signer_unittest.cc', 1873 'common/net/gaia/oauth_request_signer_unittest.cc',
1874 'common/random_unittest.cc', 1874 'common/random_unittest.cc',
1875 'common/service_process_util_unittest.cc', 1875 'common/service_process_util_unittest.cc',
1876 'common/string_ordinal_unittest.cc',
1876 'common/switch_utils_unittest.cc', 1877 'common/switch_utils_unittest.cc',
1877 'common/thumbnail_score_unittest.cc', 1878 'common/thumbnail_score_unittest.cc',
1878 'common/time_format_unittest.cc', 1879 'common/time_format_unittest.cc',
1879 'common/web_apps_unittest.cc', 1880 'common/web_apps_unittest.cc',
1880 'common/worker_thread_ticker_unittest.cc', 1881 'common/worker_thread_ticker_unittest.cc',
1881 'common/zip_unittest.cc', 1882 'common/zip_unittest.cc',
1882 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1883 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1883 'renderer/extensions/extension_api_json_validity_unittest.cc', 1884 'renderer/extensions/extension_api_json_validity_unittest.cc',
1884 'renderer/extensions/json_schema_unittest.cc', 1885 'renderer/extensions/json_schema_unittest.cc',
1885 'renderer/net/predictor_queue_unittest.cc', 1886 'renderer/net/predictor_queue_unittest.cc',
(...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 # Use outputs of this action as inputs for the main target build. 4091 # Use outputs of this action as inputs for the main target build.
4091 # Seems as a misnomer but makes this happy on Linux (scons). 4092 # Seems as a misnomer but makes this happy on Linux (scons).
4092 'process_outputs_as_sources': 1, 4093 'process_outputs_as_sources': 1,
4093 }, 4094 },
4094 ], # 'actions' 4095 ], # 'actions'
4095 }, 4096 },
4096 ] 4097 ]
4097 }], # 'coverage!=0' 4098 }], # 'coverage!=0'
4098 ], # 'conditions' 4099 ], # 'conditions'
4099 } 4100 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/string_ordinal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698