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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11336008: When a font family pref changes to the empty string, pass it to WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 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/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 (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 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 'common/mac/objc_method_swizzle_unittest.mm', 2128 'common/mac/objc_method_swizzle_unittest.mm',
2129 'common/mac/objc_zombie_unittest.mm', 2129 'common/mac/objc_zombie_unittest.mm',
2130 'common/metrics/entropy_provider_unittest.cc', 2130 'common/metrics/entropy_provider_unittest.cc',
2131 'common/metrics/metrics_log_base_unittest.cc', 2131 'common/metrics/metrics_log_base_unittest.cc',
2132 'common/metrics/metrics_log_manager_unittest.cc', 2132 'common/metrics/metrics_log_manager_unittest.cc',
2133 'common/metrics/metrics_util_unittest.cc', 2133 'common/metrics/metrics_util_unittest.cc',
2134 'common/metrics/variations/variations_util_unittest.cc', 2134 'common/metrics/variations/variations_util_unittest.cc',
2135 'common/multi_process_lock_unittest.cc', 2135 'common/multi_process_lock_unittest.cc',
2136 'common/net/url_util_unittest.cc', 2136 'common/net/url_util_unittest.cc',
2137 'common/net/x509_certificate_model_unittest.cc', 2137 'common/net/x509_certificate_model_unittest.cc',
2138 'common/pref_names_util_unittest.cc',
2138 'common/service_process_util_unittest.cc', 2139 'common/service_process_util_unittest.cc',
2139 'common/switch_utils_unittest.cc', 2140 'common/switch_utils_unittest.cc',
2140 'common/thumbnail_score_unittest.cc', 2141 'common/thumbnail_score_unittest.cc',
2141 'common/time_format_unittest.cc', 2142 'common/time_format_unittest.cc',
2142 'common/web_apps_unittest.cc', 2143 'common/web_apps_unittest.cc',
2143 'common/worker_thread_ticker_unittest.cc', 2144 'common/worker_thread_ticker_unittest.cc',
2144 'common/zip_reader_unittest.cc', 2145 'common/zip_reader_unittest.cc',
2145 'common/zip_unittest.cc', 2146 'common/zip_unittest.cc',
2146 'nacl/nacl_ipc_adapter_unittest.cc', 2147 'nacl/nacl_ipc_adapter_unittest.cc',
2147 'nacl/nacl_validation_query_unittest.cc', 2148 'nacl/nacl_validation_query_unittest.cc',
(...skipping 2813 matching lines...) Expand 10 before | Expand all | Expand 10 after
4961 'sync_integration_tests.isolate', 4962 'sync_integration_tests.isolate',
4962 ], 4963 ],
4963 'sources': [ 4964 'sources': [
4964 'sync_integration_tests.isolate', 4965 'sync_integration_tests.isolate',
4965 ], 4966 ],
4966 }, 4967 },
4967 ], 4968 ],
4968 }], 4969 }],
4969 ], # 'conditions' 4970 ], # 'conditions'
4970 } 4971 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698