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 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2262 '../base/base.gyp:test_support_base', | 2262 '../base/base.gyp:test_support_base', |
2263 '../net/net.gyp:net', | 2263 '../net/net.gyp:net', |
2264 '../net/net.gyp:net_test_support', | 2264 '../net/net.gyp:net_test_support', |
2265 '../skia/skia.gyp:skia', | 2265 '../skia/skia.gyp:skia', |
2266 '../testing/gmock.gyp:gmock', | 2266 '../testing/gmock.gyp:gmock', |
2267 '../testing/gtest.gyp:gtest', | 2267 '../testing/gtest.gyp:gtest', |
2268 '../third_party/cld/cld.gyp:cld', | 2268 '../third_party/cld/cld.gyp:cld', |
2269 '../third_party/icu/icu.gyp:icui18n', | 2269 '../third_party/icu/icu.gyp:icui18n', |
2270 '../third_party/icu/icu.gyp:icuuc', | 2270 '../third_party/icu/icu.gyp:icuuc', |
2271 '../v8/tools/gyp/v8.gyp:v8', | 2271 '../v8/tools/gyp/v8.gyp:v8', |
| 2272 '../webkit/webkit.gyp:test_shell_test_support', |
2272 # Runtime dependencies | 2273 # Runtime dependencies |
2273 '../third_party/mesa/mesa.gyp:osmesa', | 2274 '../third_party/mesa/mesa.gyp:osmesa', |
2274 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', | 2275 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', |
2275 ], | 2276 ], |
2276 'include_dirs': [ | 2277 'include_dirs': [ |
2277 '..', | 2278 '..', |
2278 ], | 2279 ], |
2279 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2280 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
2280 'sources': [ | 2281 'sources': [ |
2281 'app/breakpad_mac_stubs.mm', | 2282 'app/breakpad_mac_stubs.mm', |
(...skipping 1824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4106 ] | 4107 ] |
4107 }], # 'coverage!=0' | 4108 }], # 'coverage!=0' |
4108 ], # 'conditions' | 4109 ], # 'conditions' |
4109 } | 4110 } |
4110 | 4111 |
4111 # Local Variables: | 4112 # Local Variables: |
4112 # tab-width:2 | 4113 # tab-width:2 |
4113 # indent-tabs-mode:nil | 4114 # indent-tabs-mode:nil |
4114 # End: | 4115 # End: |
4115 # vim: set expandtab tabstop=2 shiftwidth=2: | 4116 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |