| 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 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2069 'sources!': [ | 2069 'sources!': [ |
| 2070 # TODO(port) | 2070 # TODO(port) |
| 2071 'app/chrome_main_uitest.cc', | 2071 'app/chrome_main_uitest.cc', |
| 2072 'browser/crash_recovery_uitest.cc', | 2072 'browser/crash_recovery_uitest.cc', |
| 2073 # blocked on download shelf | 2073 # blocked on download shelf |
| 2074 'browser/download/save_page_uitest.cc', | 2074 'browser/download/save_page_uitest.cc', |
| 2075 'browser/login_prompt_uitest.cc', | 2075 'browser/login_prompt_uitest.cc', |
| 2076 'browser/metrics/metrics_service_uitest.cc', | 2076 'browser/metrics/metrics_service_uitest.cc', |
| 2077 'browser/sessions/session_restore_uitest.cc', | 2077 'browser/sessions/session_restore_uitest.cc', |
| 2078 'browser/tab_restore_uitest.cc', | 2078 'browser/tab_restore_uitest.cc', |
| 2079 'browser/unload_uitest.cc', |
| 2079 'test/reliability/page_load_test.cc', | 2080 'test/reliability/page_load_test.cc', |
| 2080 'test/ui/layout_plugin_uitest.cc', | 2081 'test/ui/layout_plugin_uitest.cc', |
| 2081 'test/ui/omnibox_uitest.cc', | 2082 'test/ui/omnibox_uitest.cc', |
| 2082 # these pass locally but fail on the bots | 2083 # these pass locally but fail on the bots |
| 2083 'common/net/cache_uitest.cc', | 2084 'common/net/cache_uitest.cc', |
| 2084 ], | 2085 ], |
| 2085 }], | 2086 }], |
| 2086 ['OS=="win"', { | 2087 ['OS=="win"', { |
| 2087 'include_dirs': [ | 2088 'include_dirs': [ |
| 2088 'third_party/wtl/include', | 2089 'third_party/wtl/include', |
| 2089 ], | 2090 ], |
| 2090 'dependencies': [ | 2091 'dependencies': [ |
| 2091 '../google_update/google_update.gyp:google_update', | 2092 '../google_update/google_update.gyp:google_update', |
| 2092 'views', | 2093 'views', |
| 2093 ], | 2094 ], |
| 2094 }, { # else: OS != "win" | 2095 }, { # else: OS != "win" |
| 2095 'sources!': [ | 2096 'sources!': [ |
| 2096 # TODO(port)? (Most of these include windows.h or similar.) | 2097 # TODO(port)? (Most of these include windows.h or similar.) |
| 2097 'browser/printing/printing_layout_uitest.cc', | 2098 'browser/printing/printing_layout_uitest.cc', |
| 2098 'browser/ssl/ssl_uitest.cc', | 2099 'browser/ssl/ssl_uitest.cc', |
| 2099 'browser/unload_uitest.cc', | |
| 2100 'browser/views/find_bar_win_uitest.cc', | 2100 'browser/views/find_bar_win_uitest.cc', |
| 2101 'common/logging_chrome_uitest.cc', | 2101 'common/logging_chrome_uitest.cc', |
| 2102 'test/accessibility/accessibility_tests.cc', | 2102 'test/accessibility/accessibility_tests.cc', |
| 2103 'test/accessibility/accessibility_util.cc', | 2103 'test/accessibility/accessibility_util.cc', |
| 2104 'test/accessibility/browser_impl.cc', | 2104 'test/accessibility/browser_impl.cc', |
| 2105 'test/accessibility/keyboard_util.cc', | 2105 'test/accessibility/keyboard_util.cc', |
| 2106 'test/accessibility/registry_util.cc', | 2106 'test/accessibility/registry_util.cc', |
| 2107 'test/accessibility/tab_impl.cc', | 2107 'test/accessibility/tab_impl.cc', |
| 2108 'test/automation/automation_proxy_uitest.cc', | 2108 'test/automation/automation_proxy_uitest.cc', |
| 2109 'test/perf/mem_usage.cc', | 2109 'test/perf/mem_usage.cc', |
| (...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2959 '../tools/code_coverage/coverage_posix.py', | 2959 '../tools/code_coverage/coverage_posix.py', |
| 2960 '--directory', | 2960 '--directory', |
| 2961 '<(PRODUCT_DIR)' ], | 2961 '<(PRODUCT_DIR)' ], |
| 2962 }, | 2962 }, |
| 2963 ], # 'actions' | 2963 ], # 'actions' |
| 2964 }, | 2964 }, |
| 2965 ] | 2965 ] |
| 2966 }], | 2966 }], |
| 2967 ], # 'conditions' | 2967 ], # 'conditions' |
| 2968 } | 2968 } |
| OLD | NEW |