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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5970015: Add multi-process notification class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing file Created 9 years, 11 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) 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 1618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'common/gpu_messages_unittest.cc', 1629 'common/gpu_messages_unittest.cc',
1630 'common/guid_unittest.cc', 1630 'common/guid_unittest.cc',
1631 'common/important_file_writer_unittest.cc', 1631 'common/important_file_writer_unittest.cc',
1632 'common/json_pref_store_unittest.cc', 1632 'common/json_pref_store_unittest.cc',
1633 'common/json_schema_validator_unittest_base.cc', 1633 'common/json_schema_validator_unittest_base.cc',
1634 'common/json_schema_validator_unittest_base.h', 1634 'common/json_schema_validator_unittest_base.h',
1635 'common/json_schema_validator_unittest.cc', 1635 'common/json_schema_validator_unittest.cc',
1636 'common/json_value_serializer_unittest.cc', 1636 'common/json_value_serializer_unittest.cc',
1637 'common/mru_cache_unittest.cc', 1637 'common/mru_cache_unittest.cc',
1638 'common/multi_process_lock_unittest.cc', 1638 'common/multi_process_lock_unittest.cc',
1639 'common/multi_process_notification_unittest.cc',
1639 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1640 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1640 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1641 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1641 'common/net/gaia/gaia_authenticator_unittest.cc', 1642 'common/net/gaia/gaia_authenticator_unittest.cc',
1642 'common/net/url_fetcher_unittest.cc', 1643 'common/net/url_fetcher_unittest.cc',
1643 'common/net/test_url_fetcher_factory.cc', 1644 'common/net/test_url_fetcher_factory.cc',
1644 'common/net/test_url_fetcher_factory.h', 1645 'common/net/test_url_fetcher_factory.h',
1645 'common/notification_service_unittest.cc', 1646 'common/notification_service_unittest.cc',
1646 'common/process_watcher_unittest.cc', 1647 'common/process_watcher_unittest.cc',
1647 'common/property_bag_unittest.cc', 1648 'common/property_bag_unittest.cc',
1648 'common/render_messages_unittest.cc', 1649 'common/render_messages_unittest.cc',
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
3629 ] 3630 ]
3630 }], # 'coverage!=0' 3631 }], # 'coverage!=0'
3631 ], # 'conditions' 3632 ], # 'conditions'
3632 } 3633 }
3633 3634
3634 # Local Variables: 3635 # Local Variables:
3635 # tab-width:2 3636 # tab-width:2
3636 # indent-tabs-mode:nil 3637 # indent-tabs-mode:nil
3637 # End: 3638 # End:
3638 # vim: set expandtab tabstop=2 shiftwidth=2: 3639 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698