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

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: more clean up for mento 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_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 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1560 'common/font_descriptor_mac_unittest.mm', 1560 'common/font_descriptor_mac_unittest.mm',
1561 'common/gpu_info_unittest.cc', 1561 'common/gpu_info_unittest.cc',
1562 'common/gpu_messages_unittest.cc', 1562 'common/gpu_messages_unittest.cc',
1563 'common/important_file_writer_unittest.cc', 1563 'common/important_file_writer_unittest.cc',
1564 'common/json_pref_store_unittest.cc', 1564 'common/json_pref_store_unittest.cc',
1565 'common/json_schema_validator_unittest_base.cc', 1565 'common/json_schema_validator_unittest_base.cc',
1566 'common/json_schema_validator_unittest_base.h', 1566 'common/json_schema_validator_unittest_base.h',
1567 'common/json_schema_validator_unittest.cc', 1567 'common/json_schema_validator_unittest.cc',
1568 'common/json_value_serializer_unittest.cc', 1568 'common/json_value_serializer_unittest.cc',
1569 'common/mru_cache_unittest.cc', 1569 'common/mru_cache_unittest.cc',
1570 'common/multi_process_lock_unittest.cc',
1570 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1571 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1571 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1572 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1572 'common/net/gaia/gaia_authenticator_unittest.cc', 1573 'common/net/gaia/gaia_authenticator_unittest.cc',
1573 'common/net/url_fetcher_unittest.cc', 1574 'common/net/url_fetcher_unittest.cc',
1574 'common/net/test_url_fetcher_factory.cc', 1575 'common/net/test_url_fetcher_factory.cc',
1575 'common/net/test_url_fetcher_factory.h', 1576 'common/net/test_url_fetcher_factory.h',
1576 'common/notification_service_unittest.cc', 1577 'common/notification_service_unittest.cc',
1577 'common/process_watcher_unittest.cc', 1578 'common/process_watcher_unittest.cc',
1578 'common/property_bag_unittest.cc', 1579 'common/property_bag_unittest.cc',
1579 'common/render_messages_unittest.cc', 1580 'common/render_messages_unittest.cc',
(...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
3378 ] 3379 ]
3379 }], # 'coverage!=0' 3380 }], # 'coverage!=0'
3380 ], # 'conditions' 3381 ], # 'conditions'
3381 } 3382 }
3382 3383
3383 # Local Variables: 3384 # Local Variables:
3384 # tab-width:2 3385 # tab-width:2
3385 # indent-tabs-mode:nil 3386 # indent-tabs-mode:nil
3386 # End: 3387 # End:
3387 # vim: set expandtab tabstop=2 shiftwidth=2: 3388 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698