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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3028047: This adds adds four macros when compiling using GTEST_OS_MAC: (Closed)
Patch Set: Fix compile Created 10 years, 4 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
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | testing/gtest_mac.mm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'test/menu_model_test.cc', 1226 'test/menu_model_test.cc',
1227 'test/menu_model_test.h', 1227 'test/menu_model_test.h',
1228 'test/render_view_test.cc', 1228 'test/render_view_test.cc',
1229 'test/render_view_test.h', 1229 'test/render_view_test.h',
1230 'test/sync/test_http_bridge_factory.h', 1230 'test/sync/test_http_bridge_factory.h',
1231 'test/test_notification_tracker.cc', 1231 'test/test_notification_tracker.cc',
1232 'test/test_notification_tracker.h', 1232 'test/test_notification_tracker.h',
1233 'test/v8_unit_test.cc', 1233 'test/v8_unit_test.cc',
1234 'test/v8_unit_test.h', 1234 'test/v8_unit_test.h',
1235 'tools/convert_dict/convert_dict_unittest.cc', 1235 'tools/convert_dict/convert_dict_unittest.cc',
1236 '../testing/gtest_mac_unittest.mm',
1236 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1237 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1237 # TODO(jcampan): Create a separate unit test for these to allow us to 1238 # TODO(jcampan): Create a separate unit test for these to allow us to
1238 # test views completely decoupled from chrome. 1239 # test views completely decoupled from chrome.
1239 '../views/animation/bounds_animator_unittest.cc', 1240 '../views/animation/bounds_animator_unittest.cc',
1240 '../views/box_layout_unittest.cc', 1241 '../views/box_layout_unittest.cc',
1241 '../views/controls/label_unittest.cc', 1242 '../views/controls/label_unittest.cc',
1242 '../views/controls/progress_bar_unittest.cc', 1243 '../views/controls/progress_bar_unittest.cc',
1243 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', 1244 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc',
1244 '../views/controls/table/table_view_unittest.cc', 1245 '../views/controls/table/table_view_unittest.cc',
1245 '../views/focus/accelerator_handler_gtk_unittest.cc', 1246 '../views/focus/accelerator_handler_gtk_unittest.cc',
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2759 ] 2760 ]
2760 }], # 'coverage!=0' 2761 }], # 'coverage!=0'
2761 ], # 'conditions' 2762 ], # 'conditions'
2762 } 2763 }
2763 2764
2764 # Local Variables: 2765 # Local Variables:
2765 # tab-width:2 2766 # tab-width:2
2766 # indent-tabs-mode:nil 2767 # indent-tabs-mode:nil
2767 # End: 2768 # End:
2768 # vim: set expandtab tabstop=2 shiftwidth=2: 2769 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | testing/gtest_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698