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 2727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2738 'test/base/chrome_render_view_test.h', | 2738 'test/base/chrome_render_view_test.h', |
2739 'test/base/chrome_test_launcher.cc', | 2739 'test/base/chrome_test_launcher.cc', |
2740 'test/data/webui/assertions.js', | 2740 'test/data/webui/assertions.js', |
2741 'test/data/webui/async_gen-inl.h', | 2741 'test/data/webui/async_gen-inl.h', |
2742 'test/data/webui/async_gen.js', | 2742 'test/data/webui/async_gen.js', |
2743 'test/data/webui/certificate_viewer_dialog_test.js', | 2743 'test/data/webui/certificate_viewer_dialog_test.js', |
2744 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2744 'test/data/webui/certificate_viewer_ui_test-inl.h', |
2745 'test/data/webui/chrome_send_browsertest.cc', | 2745 'test/data/webui/chrome_send_browsertest.cc', |
2746 'test/data/webui/chrome_send_browsertest.h', | 2746 'test/data/webui/chrome_send_browsertest.h', |
2747 'test/data/webui/chrome_send_browsertest.js', | 2747 'test/data/webui/chrome_send_browsertest.js', |
| 2748 'test/data/webui/edit_search_engine_dialog_test.js', |
| 2749 'test/data/webui/edit_serach_engine_dialog_ui_test-inl.h', |
2748 'test/data/webui/hung_renderer_dialog_test.js', | 2750 'test/data/webui/hung_renderer_dialog_test.js', |
2749 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', | 2751 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', |
2750 'test/data/webui/mock4js_browsertest.js', | 2752 'test/data/webui/mock4js_browsertest.js', |
2751 'test/data/webui/ntp4.js', | 2753 'test/data/webui/ntp4.js', |
2752 'test/data/webui/print_preview.js', | 2754 'test/data/webui/print_preview.js', |
2753 'test/gpu/gpu_feature_browsertest.cc', | 2755 'test/gpu/gpu_feature_browsertest.cc', |
2754 # TODO(craig): Rename this and run from base_unittests when the test | 2756 # TODO(craig): Rename this and run from base_unittests when the test |
2755 # is safe to run there. See http://crbug.com/78722 for details. | 2757 # is safe to run there. See http://crbug.com/78722 for details. |
2756 '../base/files/file_path_watcher_browsertest.cc', | 2758 '../base/files/file_path_watcher_browsertest.cc', |
2757 '../content/app/startup_helper_win.cc', | 2759 '../content/app/startup_helper_win.cc', |
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4340 # Use outputs of this action as inputs for the main target build. | 4342 # Use outputs of this action as inputs for the main target build. |
4341 # Seems as a misnomer but makes this happy on Linux (scons). | 4343 # Seems as a misnomer but makes this happy on Linux (scons). |
4342 'process_outputs_as_sources': 1, | 4344 'process_outputs_as_sources': 1, |
4343 }, | 4345 }, |
4344 ], # 'actions' | 4346 ], # 'actions' |
4345 }, | 4347 }, |
4346 ] | 4348 ] |
4347 }], # 'coverage!=0' | 4349 }], # 'coverage!=0' |
4348 ], # 'conditions' | 4350 ], # 'conditions' |
4349 } | 4351 } |
OLD | NEW |