Chromium Code Reviews| 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2863 ], | 2863 ], |
| 2864 }], | 2864 }], |
| 2865 ['toolkit_views==1', { | 2865 ['toolkit_views==1', { |
| 2866 'dependencies': [ | 2866 'dependencies': [ |
| 2867 '../views/views.gyp:views', | 2867 '../views/views.gyp:views', |
| 2868 ], | 2868 ], |
| 2869 }], | 2869 }], |
| 2870 ], | 2870 ], |
| 2871 }, | 2871 }, |
| 2872 { | 2872 { |
| 2873 'target_name': 'frame_rate_tests', | |
|
cmp
2011/05/21 02:22:19
Adding another UIPerfTest exe to our build will ha
| |
| 2874 'type': 'executable', | |
| 2875 'msvs_guid': 'C3539D2F-B87A-4F9B-8220-1BB5F7119720', | |
| 2876 'dependencies': [ | |
| 2877 'chrome', | |
| 2878 'chrome_resources', | |
| 2879 'chrome_strings', | |
| 2880 'debugger', | |
| 2881 'test_support_common', | |
| 2882 'test_support_ui', | |
| 2883 '../base/base.gyp:base', | |
| 2884 '../skia/skia.gyp:skia', | |
| 2885 '../testing/gtest.gyp:gtest', | |
| 2886 ], | |
| 2887 'sources': [ | |
| 2888 'test/perf/frame_rate/frame_rate_tests.cc', | |
| 2889 ], | |
| 2890 'conditions': [ | |
| 2891 ['OS=="win" and buildtype=="Official"', { | |
| 2892 'configurations': { | |
| 2893 'Release': { | |
| 2894 'msvs_settings': { | |
| 2895 'VCCLCompilerTool': { | |
| 2896 'WholeProgramOptimization': 'false', | |
| 2897 }, | |
| 2898 }, | |
| 2899 }, | |
| 2900 }, | |
| 2901 },], | |
| 2902 ['OS=="linux"', { | |
| 2903 'dependencies': [ | |
| 2904 '../build/linux/system.gyp:gtk', | |
| 2905 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
| 2906 ], | |
| 2907 }], | |
| 2908 ['toolkit_views==1', { | |
| 2909 'dependencies': [ | |
| 2910 '../views/views.gyp:views', | |
| 2911 ], | |
| 2912 }], | |
| 2913 ], | |
| 2914 }, | |
| 2915 { | |
| 2873 'target_name': 'tab_switching_test', | 2916 'target_name': 'tab_switching_test', |
| 2874 'type': 'executable', | 2917 'type': 'executable', |
| 2875 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', | 2918 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', |
| 2876 'run_as': { | 2919 'run_as': { |
| 2877 'action': ['$(TargetPath)', '--gtest_print_time'], | 2920 'action': ['$(TargetPath)', '--gtest_print_time'], |
| 2878 }, | 2921 }, |
| 2879 'dependencies': [ | 2922 'dependencies': [ |
| 2880 'chrome', | 2923 'chrome', |
| 2881 'debugger', | 2924 'debugger', |
| 2882 'test_support_common', | 2925 'test_support_common', |
| (...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3978 ] | 4021 ] |
| 3979 }], # 'coverage!=0' | 4022 }], # 'coverage!=0' |
| 3980 ], # 'conditions' | 4023 ], # 'conditions' |
| 3981 } | 4024 } |
| 3982 | 4025 |
| 3983 # Local Variables: | 4026 # Local Variables: |
| 3984 # tab-width:2 | 4027 # tab-width:2 |
| 3985 # indent-tabs-mode:nil | 4028 # indent-tabs-mode:nil |
| 3986 # End: | 4029 # End: |
| 3987 # vim: set expandtab tabstop=2 shiftwidth=2: | 4030 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |