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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4721001: Add multi_process_lock to chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed long name test as it tripped a NOTREACHED call. Created 10 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 'common/extensions/update_manifest_unittest.cc', 1550 'common/extensions/update_manifest_unittest.cc',
1551 'common/extensions/url_pattern_unittest.cc', 1551 'common/extensions/url_pattern_unittest.cc',
1552 'common/extensions/user_script_unittest.cc', 1552 'common/extensions/user_script_unittest.cc',
1553 'common/font_descriptor_mac_unittest.mm', 1553 'common/font_descriptor_mac_unittest.mm',
1554 'common/gpu_info_unittest.cc', 1554 'common/gpu_info_unittest.cc',
1555 'common/gpu_messages_unittest.cc', 1555 'common/gpu_messages_unittest.cc',
1556 'common/important_file_writer_unittest.cc', 1556 'common/important_file_writer_unittest.cc',
1557 'common/json_pref_store_unittest.cc', 1557 'common/json_pref_store_unittest.cc',
1558 'common/json_value_serializer_unittest.cc', 1558 'common/json_value_serializer_unittest.cc',
1559 'common/mru_cache_unittest.cc', 1559 'common/mru_cache_unittest.cc',
1560 'common/multi_process_lock_unittest.cc',
1560 'common/net/gaia/gaia_authenticator_unittest.cc', 1561 'common/net/gaia/gaia_authenticator_unittest.cc',
1561 'common/net/gaia/gaia_authenticator2_unittest.cc', 1562 'common/net/gaia/gaia_authenticator2_unittest.cc',
1562 'common/net/gaia/gaia_authenticator2_unittest.h', 1563 'common/net/gaia/gaia_authenticator2_unittest.h',
1563 'common/net/url_fetcher_unittest.cc', 1564 'common/net/url_fetcher_unittest.cc',
1564 'common/net/test_url_fetcher_factory.cc', 1565 'common/net/test_url_fetcher_factory.cc',
1565 'common/net/test_url_fetcher_factory.h', 1566 'common/net/test_url_fetcher_factory.h',
1566 'common/notification_service_unittest.cc', 1567 'common/notification_service_unittest.cc',
1567 'common/process_watcher_unittest.cc', 1568 'common/process_watcher_unittest.cc',
1568 'common/property_bag_unittest.cc', 1569 'common/property_bag_unittest.cc',
1569 'common/render_messages_unittest.cc', 1570 'common/render_messages_unittest.cc',
(...skipping 1785 matching lines...) Expand 10 before | Expand all | Expand 10 after
3355 ] 3356 ]
3356 }], # 'coverage!=0' 3357 }], # 'coverage!=0'
3357 ], # 'conditions' 3358 ], # 'conditions'
3358 } 3359 }
3359 3360
3360 # Local Variables: 3361 # Local Variables:
3361 # tab-width:2 3362 # tab-width:2
3362 # indent-tabs-mode:nil 3363 # indent-tabs-mode:nil
3363 # End: 3364 # End:
3364 # vim: set expandtab tabstop=2 shiftwidth=2: 3365 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698