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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 496007: Make ProcessWatcher use kqueues on Mac. (Closed)
Patch Set: No need for a thread Created 11 years 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/process_watcher.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/views/find_bar_host_browsertest.cc', 8 'browser/views/find_bar_host_browsertest.cc',
9 ], 9 ],
10 'browser_tests_sources_win_specific': [ 10 'browser_tests_sources_win_specific': [
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'common/extensions/update_manifest_unittest.cc', 796 'common/extensions/update_manifest_unittest.cc',
797 'common/extensions/url_pattern_unittest.cc', 797 'common/extensions/url_pattern_unittest.cc',
798 'common/extensions/user_script_unittest.cc', 798 'common/extensions/user_script_unittest.cc',
799 'common/important_file_writer_unittest.cc', 799 'common/important_file_writer_unittest.cc',
800 'common/json_value_serializer_unittest.cc', 800 'common/json_value_serializer_unittest.cc',
801 'common/mru_cache_unittest.cc', 801 'common/mru_cache_unittest.cc',
802 'common/net/url_util_unittest.cc', 802 'common/net/url_util_unittest.cc',
803 'common/notification_service_unittest.cc', 803 'common/notification_service_unittest.cc',
804 'common/pref_member_unittest.cc', 804 'common/pref_member_unittest.cc',
805 'common/pref_service_unittest.cc', 805 'common/pref_service_unittest.cc',
806 'common/process_watcher_unittest.cc',
806 'common/property_bag_unittest.cc', 807 'common/property_bag_unittest.cc',
807 'common/resource_dispatcher_unittest.cc', 808 'common/resource_dispatcher_unittest.cc',
808 'common/sandbox_mac_unittest.mm', 809 'common/sandbox_mac_unittest.mm',
809 'common/thumbnail_score_unittest.cc', 810 'common/thumbnail_score_unittest.cc',
810 'common/time_format_unittest.cc', 811 'common/time_format_unittest.cc',
811 'common/worker_thread_ticker_unittest.cc', 812 'common/worker_thread_ticker_unittest.cc',
812 'common/zip_unittest.cc', 813 'common/zip_unittest.cc',
813 'renderer/audio_message_filter_unittest.cc', 814 'renderer/audio_message_filter_unittest.cc',
814 'renderer/media/audio_renderer_impl_unittest.cc', 815 'renderer/media/audio_renderer_impl_unittest.cc',
815 'renderer/extensions/extension_api_client_unittest.cc', 816 'renderer/extensions/extension_api_client_unittest.cc',
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 ] 1793 ]
1793 }], # 'coverage!=0' 1794 }], # 'coverage!=0'
1794 ], # 'conditions' 1795 ], # 'conditions'
1795 } 1796 }
1796 1797
1797 # Local Variables: 1798 # Local Variables:
1798 # tab-width:2 1799 # tab-width:2
1799 # indent-tabs-mode:nil 1800 # indent-tabs-mode:nil
1800 # End: 1801 # End:
1801 # vim: set expandtab tabstop=2 shiftwidth=2: 1802 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/process_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698