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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6546073: More OOLing on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yeap Created 9 years, 10 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'browser/renderer_host/test/test_backing_store.h', 87 'browser/renderer_host/test/test_backing_store.h',
88 'browser/renderer_host/test/test_render_view_host.cc', 88 'browser/renderer_host/test/test_render_view_host.cc',
89 'browser/renderer_host/test/test_render_view_host.h', 89 'browser/renderer_host/test/test_render_view_host.h',
90 'browser/sessions/session_service_test_helper.cc', 90 'browser/sessions/session_service_test_helper.cc',
91 'browser/sessions/session_service_test_helper.h', 91 'browser/sessions/session_service_test_helper.h',
92 'browser/sync/profile_sync_service_mock.cc', 92 'browser/sync/profile_sync_service_mock.cc',
93 'browser/sync/profile_sync_service_mock.h', 93 'browser/sync/profile_sync_service_mock.h',
94 'browser/sync/syncable/syncable_mock.cc', 94 'browser/sync/syncable/syncable_mock.cc',
95 'browser/sync/syncable/syncable_mock.h', 95 'browser/sync/syncable/syncable_mock.h',
96 'browser/ui/browser.h', 96 'browser/ui/browser.h',
97 'browser/ui/cocoa/browser_test_helper.cc',
97 'browser/ui/cocoa/browser_test_helper.h', 98 'browser/ui/cocoa/browser_test_helper.h',
98 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', 99 'browser/ui/tab_contents/test_tab_contents_wrapper.cc',
99 'browser/ui/tab_contents/test_tab_contents_wrapper.h', 100 'browser/ui/tab_contents/test_tab_contents_wrapper.h',
100 'common/net/test_url_fetcher_factory.cc', 101 'common/net/test_url_fetcher_factory.cc',
101 'common/net/test_url_fetcher_factory.h', 102 'common/net/test_url_fetcher_factory.h',
102 'common/notification_observer_mock.cc', 103 'common/notification_observer_mock.cc',
103 'common/notification_observer_mock.h', 104 'common/notification_observer_mock.h',
104 'common/pref_store_observer_mock.cc', 105 'common/pref_store_observer_mock.cc',
105 'common/pref_store_observer_mock.h', 106 'common/pref_store_observer_mock.h',
106 'renderer/mock_keyboard.cc', 107 'renderer/mock_keyboard.cc',
(...skipping 3676 matching lines...) Expand 10 before | Expand all | Expand 10 after
3783 ] 3784 ]
3784 }], # 'coverage!=0' 3785 }], # 'coverage!=0'
3785 ], # 'conditions' 3786 ], # 'conditions'
3786 } 3787 }
3787 3788
3788 # Local Variables: 3789 # Local Variables:
3789 # tab-width:2 3790 # tab-width:2
3790 # indent-tabs-mode:nil 3791 # indent-tabs-mode:nil
3791 # End: 3792 # End:
3792 # vim: set expandtab tabstop=2 shiftwidth=2: 3793 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698