OLD | NEW |
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 'target_defaults': { | 5 'target_defaults': { |
6 'conditions': [ | 6 'conditions': [ |
7 ['strip_tests==1', { | 7 ['strip_tests==1', { |
8 'cflags!': [ '-g' ], | 8 'cflags!': [ '-g' ], |
9 'ldflags': [ '-Wl,--strip-debug' ], | 9 'ldflags': [ '-Wl,--strip-debug' ], |
10 }], | 10 }], |
(...skipping 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2001 'test/base/chrome_render_view_test.cc', | 2001 'test/base/chrome_render_view_test.cc', |
2002 'test/base/chrome_render_view_test.h', | 2002 'test/base/chrome_render_view_test.h', |
2003 'test/base/menu_model_test.cc', | 2003 'test/base/menu_model_test.cc', |
2004 'test/base/menu_model_test.h', | 2004 'test/base/menu_model_test.h', |
2005 'test/base/v8_unit_test.cc', | 2005 'test/base/v8_unit_test.cc', |
2006 'test/base/v8_unit_test.h', | 2006 'test/base/v8_unit_test.h', |
2007 'test/data/resource.rc', | 2007 'test/data/resource.rc', |
2008 'test/data/unit/framework_unittest.gtestjs', | 2008 'test/data/unit/framework_unittest.gtestjs', |
2009 'tools/convert_dict/convert_dict_unittest.cc', | 2009 'tools/convert_dict/convert_dict_unittest.cc', |
2010 '../content/browser/renderer_host/render_widget_host_unittest.cc', | 2010 '../content/browser/renderer_host/render_widget_host_unittest.cc', |
2011 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', | |
2012 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 2011 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
2013 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 2012 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
2014 '../content/common/sandbox_mac_diraccess_unittest.mm', | 2013 '../content/common/sandbox_mac_diraccess_unittest.mm', |
2015 '../content/common/sandbox_mac_fontloading_unittest.mm', | 2014 '../content/common/sandbox_mac_fontloading_unittest.mm', |
2016 '../content/common/sandbox_mac_unittest_helper.h', | 2015 '../content/common/sandbox_mac_unittest_helper.h', |
2017 '../content/common/sandbox_mac_unittest_helper.mm', | 2016 '../content/common/sandbox_mac_unittest_helper.mm', |
2018 '../content/common/sandbox_mac_system_access_unittest.mm', | 2017 '../content/common/sandbox_mac_system_access_unittest.mm', |
2019 '../testing/gtest_mac_unittest.mm', | 2018 '../testing/gtest_mac_unittest.mm', |
2020 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2019 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2021 '../ui/views/test/test_views_delegate.cc', | 2020 '../ui/views/test/test_views_delegate.cc', |
(...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4332 # Use outputs of this action as inputs for the main target build. | 4331 # Use outputs of this action as inputs for the main target build. |
4333 # Seems as a misnomer but makes this happy on Linux (scons). | 4332 # Seems as a misnomer but makes this happy on Linux (scons). |
4334 'process_outputs_as_sources': 1, | 4333 'process_outputs_as_sources': 1, |
4335 }, | 4334 }, |
4336 ], # 'actions' | 4335 ], # 'actions' |
4337 }, | 4336 }, |
4338 ] | 4337 ] |
4339 }], # 'coverage!=0' | 4338 }], # 'coverage!=0' |
4340 ], # 'conditions' | 4339 ], # 'conditions' |
4341 } | 4340 } |
OLD | NEW |