| 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 2267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2278 '../base/base.gyp:test_support_base', | 2278 '../base/base.gyp:test_support_base', |
| 2279 '../net/net.gyp:net', | 2279 '../net/net.gyp:net', |
| 2280 '../net/net.gyp:net_test_support', | 2280 '../net/net.gyp:net_test_support', |
| 2281 '../skia/skia.gyp:skia', | 2281 '../skia/skia.gyp:skia', |
| 2282 '../testing/gmock.gyp:gmock', | 2282 '../testing/gmock.gyp:gmock', |
| 2283 '../testing/gtest.gyp:gtest', | 2283 '../testing/gtest.gyp:gtest', |
| 2284 '../third_party/cld/cld.gyp:cld', | 2284 '../third_party/cld/cld.gyp:cld', |
| 2285 '../third_party/icu/icu.gyp:icui18n', | 2285 '../third_party/icu/icu.gyp:icui18n', |
| 2286 '../third_party/icu/icu.gyp:icuuc', | 2286 '../third_party/icu/icu.gyp:icuuc', |
| 2287 '../v8/tools/gyp/v8.gyp:v8', | 2287 '../v8/tools/gyp/v8.gyp:v8', |
| 2288 '../webkit/webkit.gyp:test_shell_test_support', |
| 2288 # Runtime dependencies | 2289 # Runtime dependencies |
| 2289 '../third_party/mesa/mesa.gyp:osmesa', | 2290 '../third_party/mesa/mesa.gyp:osmesa', |
| 2290 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', | 2291 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', |
| 2291 ], | 2292 ], |
| 2292 'include_dirs': [ | 2293 'include_dirs': [ |
| 2293 '..', | 2294 '..', |
| 2294 ], | 2295 ], |
| 2295 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2296 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
| 2296 'sources': [ | 2297 'sources': [ |
| 2297 'app/breakpad_mac_stubs.mm', | 2298 'app/breakpad_mac_stubs.mm', |
| (...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4123 ] | 4124 ] |
| 4124 }], # 'coverage!=0' | 4125 }], # 'coverage!=0' |
| 4125 ], # 'conditions' | 4126 ], # 'conditions' |
| 4126 } | 4127 } |
| 4127 | 4128 |
| 4128 # Local Variables: | 4129 # Local Variables: |
| 4129 # tab-width:2 | 4130 # tab-width:2 |
| 4130 # indent-tabs-mode:nil | 4131 # indent-tabs-mode:nil |
| 4131 # End: | 4132 # End: |
| 4132 # vim: set expandtab tabstop=2 shiftwidth=2: | 4133 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |