| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'test/ui/sunspider_uitest.cc', | 338 'test/ui/sunspider_uitest.cc', |
| 339 'test/ui/v8_benchmark_uitest.cc', | 339 'test/ui/v8_benchmark_uitest.cc', |
| 340 'worker/worker_uitest.cc', | 340 'worker/worker_uitest.cc', |
| 341 ], | 341 ], |
| 342 'conditions': [ | 342 'conditions': [ |
| 343 # http://code.google.com/p/chromium/issues/detail?id=18337 | 343 # http://code.google.com/p/chromium/issues/detail?id=18337 |
| 344 ['target_arch!="x64" and target_arch!="arm"', { | 344 ['target_arch!="x64" and target_arch!="arm"', { |
| 345 'dependencies': [ | 345 'dependencies': [ |
| 346 '../webkit/webkit.gyp:npapi_test_plugin', | 346 '../webkit/webkit.gyp:npapi_test_plugin', |
| 347 '../webkit/webkit.gyp:npapi_pepper_test_plugin', | 347 '../webkit/webkit.gyp:npapi_pepper_test_plugin', |
| 348 '../third_party/mesa/mesa.gyp:osmesa', |
| 348 ], | 349 ], |
| 349 }], | 350 }], |
| 350 ['OS=="linux"', { | 351 ['OS=="linux"', { |
| 351 'dependencies': [ | 352 'dependencies': [ |
| 352 '../build/linux/system.gyp:gtk', | 353 '../build/linux/system.gyp:gtk', |
| 353 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 354 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 354 ], | 355 ], |
| 355 }, { # else: OS != "linux" | 356 }, { # else: OS != "linux" |
| 356 'sources!': [ | 357 'sources!': [ |
| 357 'browser/process_singleton_linux_uitest.cc', | 358 'browser/process_singleton_linux_uitest.cc', |
| (...skipping 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2734 ] | 2735 ] |
| 2735 }], # 'coverage!=0' | 2736 }], # 'coverage!=0' |
| 2736 ], # 'conditions' | 2737 ], # 'conditions' |
| 2737 } | 2738 } |
| 2738 | 2739 |
| 2739 # Local Variables: | 2740 # Local Variables: |
| 2740 # tab-width:2 | 2741 # tab-width:2 |
| 2741 # indent-tabs-mode:nil | 2742 # indent-tabs-mode:nil |
| 2742 # End: | 2743 # End: |
| 2743 # vim: set expandtab tabstop=2 shiftwidth=2: | 2744 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |