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 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1996 'test/base/browser_with_test_window_test.h', | 1996 'test/base/browser_with_test_window_test.h', |
1997 'test/base/chrome_render_view_test.cc', | 1997 'test/base/chrome_render_view_test.cc', |
1998 'test/base/chrome_render_view_test.h', | 1998 'test/base/chrome_render_view_test.h', |
1999 'test/base/menu_model_test.cc', | 1999 'test/base/menu_model_test.cc', |
2000 'test/base/menu_model_test.h', | 2000 'test/base/menu_model_test.h', |
2001 'test/base/v8_unit_test.cc', | 2001 'test/base/v8_unit_test.cc', |
2002 'test/base/v8_unit_test.h', | 2002 'test/base/v8_unit_test.h', |
2003 'test/data/resource.rc', | 2003 'test/data/resource.rc', |
2004 'test/data/unit/framework_unittest.gtestjs', | 2004 'test/data/unit/framework_unittest.gtestjs', |
2005 'tools/convert_dict/convert_dict_unittest.cc', | 2005 'tools/convert_dict/convert_dict_unittest.cc', |
2006 '../content/browser/renderer_host/render_widget_host_unittest.cc', | |
2007 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 2006 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
2008 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 2007 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
2009 '../content/common/sandbox_mac_diraccess_unittest.mm', | 2008 '../content/common/sandbox_mac_diraccess_unittest.mm', |
2010 '../content/common/sandbox_mac_fontloading_unittest.mm', | 2009 '../content/common/sandbox_mac_fontloading_unittest.mm', |
2011 '../content/common/sandbox_mac_unittest_helper.h', | 2010 '../content/common/sandbox_mac_unittest_helper.h', |
2012 '../content/common/sandbox_mac_unittest_helper.mm', | 2011 '../content/common/sandbox_mac_unittest_helper.mm', |
2013 '../content/common/sandbox_mac_system_access_unittest.mm', | 2012 '../content/common/sandbox_mac_system_access_unittest.mm', |
2014 '../testing/gtest_mac_unittest.mm', | 2013 '../testing/gtest_mac_unittest.mm', |
2015 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2014 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2016 '../ui/views/test/test_views_delegate.cc', | 2015 '../ui/views/test/test_views_delegate.cc', |
(...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4327 # Use outputs of this action as inputs for the main target build. | 4326 # Use outputs of this action as inputs for the main target build. |
4328 # Seems as a misnomer but makes this happy on Linux (scons). | 4327 # Seems as a misnomer but makes this happy on Linux (scons). |
4329 'process_outputs_as_sources': 1, | 4328 'process_outputs_as_sources': 1, |
4330 }, | 4329 }, |
4331 ], # 'actions' | 4330 ], # 'actions' |
4332 }, | 4331 }, |
4333 ] | 4332 ] |
4334 }], # 'coverage!=0' | 4333 }], # 'coverage!=0' |
4335 ], # 'conditions' | 4334 ], # 'conditions' |
4336 } | 4335 } |
OLD | NEW |