OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 4942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4953 'dependencies': [ | 4953 'dependencies': [ |
4954 '../views/views.gyp:views', | 4954 '../views/views.gyp:views', |
4955 ], | 4955 ], |
4956 }], | 4956 }], |
4957 ], | 4957 ], |
4958 }, | 4958 }, |
4959 { | 4959 { |
4960 'target_name': 'tab_switching_test', | 4960 'target_name': 'tab_switching_test', |
4961 'type': 'executable', | 4961 'type': 'executable', |
4962 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', | 4962 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', |
| 4963 'run_as': { |
| 4964 'action': ['$(TargetPath)', '--gtest_print_time', '-enable-logging', |
| 4965 '-dump-histograms-on-exit', '-log-level=0'], |
| 4966 }, |
4963 'dependencies': [ | 4967 'dependencies': [ |
4964 'chrome', | 4968 'chrome', |
4965 'debugger', | 4969 'debugger', |
4966 'test_support_common', | 4970 'test_support_common', |
4967 'test_support_ui', | 4971 'test_support_ui', |
4968 'theme_resources', | 4972 'theme_resources', |
4969 '../base/base.gyp:base', | 4973 '../base/base.gyp:base', |
4970 '../skia/skia.gyp:skia', | 4974 '../skia/skia.gyp:skia', |
4971 '../testing/gtest.gyp:gtest', | 4975 '../testing/gtest.gyp:gtest', |
4972 ], | 4976 ], |
(...skipping 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6910 ], # targets when browser_sync==1 | 6914 ], # targets when browser_sync==1 |
6911 }], | 6915 }], |
6912 ], # 'conditions' | 6916 ], # 'conditions' |
6913 } | 6917 } |
6914 | 6918 |
6915 # Local Variables: | 6919 # Local Variables: |
6916 # tab-width:2 | 6920 # tab-width:2 |
6917 # indent-tabs-mode:nil | 6921 # indent-tabs-mode:nil |
6918 # End: | 6922 # End: |
6919 # vim: set expandtab tabstop=2 shiftwidth=2: | 6923 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |