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 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2142 'sources!': [ | 2142 'sources!': [ |
2143 # TODO(port) | 2143 # TODO(port) |
2144 'app/chrome_main_uitest.cc', | 2144 'app/chrome_main_uitest.cc', |
2145 'browser/crash_recovery_uitest.cc', | 2145 'browser/crash_recovery_uitest.cc', |
2146 # blocked on download shelf | 2146 # blocked on download shelf |
2147 'browser/download/save_page_uitest.cc', | 2147 'browser/download/save_page_uitest.cc', |
2148 'browser/login_prompt_uitest.cc', | 2148 'browser/login_prompt_uitest.cc', |
2149 'browser/metrics/metrics_service_uitest.cc', | 2149 'browser/metrics/metrics_service_uitest.cc', |
2150 'browser/sessions/session_restore_uitest.cc', | 2150 'browser/sessions/session_restore_uitest.cc', |
2151 'browser/tab_restore_uitest.cc', | 2151 'browser/tab_restore_uitest.cc', |
| 2152 'browser/unload_uitest.cc', |
2152 'test/reliability/page_load_test.cc', | 2153 'test/reliability/page_load_test.cc', |
2153 'test/ui/layout_plugin_uitest.cc', | 2154 'test/ui/layout_plugin_uitest.cc', |
2154 'test/ui/omnibox_uitest.cc', | 2155 'test/ui/omnibox_uitest.cc', |
2155 # these pass locally but fail on the bots | 2156 # these pass locally but fail on the bots |
2156 'common/net/cache_uitest.cc', | 2157 'common/net/cache_uitest.cc', |
2157 ], | 2158 ], |
2158 }], | 2159 }], |
2159 ['OS=="win"', { | 2160 ['OS=="win"', { |
2160 'include_dirs': [ | 2161 'include_dirs': [ |
2161 'third_party/wtl/include', | 2162 'third_party/wtl/include', |
2162 ], | 2163 ], |
2163 'dependencies': [ | 2164 'dependencies': [ |
2164 '../google_update/google_update.gyp:google_update', | 2165 '../google_update/google_update.gyp:google_update', |
2165 'views', | 2166 'views', |
2166 ], | 2167 ], |
2167 'link_settings': { | 2168 'link_settings': { |
2168 'libraries': [ | 2169 'libraries': [ |
2169 '-lOleAcc.lib', | 2170 '-lOleAcc.lib', |
2170 ], | 2171 ], |
2171 }, | 2172 }, |
2172 }, { # else: OS != "win" | 2173 }, { # else: OS != "win" |
2173 'sources!': [ | 2174 'sources!': [ |
2174 # TODO(port)? (Most of these include windows.h or similar.) | 2175 # TODO(port)? (Most of these include windows.h or similar.) |
2175 'browser/printing/printing_layout_uitest.cc', | 2176 'browser/printing/printing_layout_uitest.cc', |
2176 'browser/ssl/ssl_uitest.cc', | 2177 'browser/ssl/ssl_uitest.cc', |
2177 'browser/unload_uitest.cc', | |
2178 'browser/views/find_bar_win_uitest.cc', | 2178 'browser/views/find_bar_win_uitest.cc', |
2179 'common/logging_chrome_uitest.cc', | 2179 'common/logging_chrome_uitest.cc', |
2180 'test/accessibility/accessibility_tests.cc', | 2180 'test/accessibility/accessibility_tests.cc', |
2181 'test/accessibility/accessibility_util.cc', | 2181 'test/accessibility/accessibility_util.cc', |
2182 'test/accessibility/browser_impl.cc', | 2182 'test/accessibility/browser_impl.cc', |
2183 'test/accessibility/keyboard_util.cc', | 2183 'test/accessibility/keyboard_util.cc', |
2184 'test/accessibility/registry_util.cc', | 2184 'test/accessibility/registry_util.cc', |
2185 'test/accessibility/tab_impl.cc', | 2185 'test/accessibility/tab_impl.cc', |
2186 'test/automation/automation_proxy_uitest.cc', | 2186 'test/automation/automation_proxy_uitest.cc', |
2187 'test/perf/mem_usage.cc', | 2187 'test/perf/mem_usage.cc', |
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2995 '../tools/code_coverage/coverage_posix.py', | 2995 '../tools/code_coverage/coverage_posix.py', |
2996 '--directory', | 2996 '--directory', |
2997 '<(PRODUCT_DIR)' ], | 2997 '<(PRODUCT_DIR)' ], |
2998 }, | 2998 }, |
2999 ], # 'actions' | 2999 ], # 'actions' |
3000 }, | 3000 }, |
3001 ] | 3001 ] |
3002 }], | 3002 }], |
3003 ], # 'conditions' | 3003 ], # 'conditions' |
3004 } | 3004 } |
OLD | NEW |