| 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 'variables' : { | 5 'variables' : { |
| 6 # Variables for js2gtest rules | 6 # Variables for js2gtest rules |
| 7 'gypv8sh': '../tools/gypv8sh.py', | 7 'gypv8sh': '../tools/gypv8sh.py', |
| 8 'js2gtest': 'test/base/js2gtest.js', | 8 'js2gtest': 'test/base/js2gtest.js', |
| 9 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
| 10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 '../net/net.gyp:net_test_support', | 718 '../net/net.gyp:net_test_support', |
| 719 '../build/temp_gyp/googleurl.gyp:googleurl', | 719 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 720 '../skia/skia.gyp:skia', | 720 '../skia/skia.gyp:skia', |
| 721 '../testing/gmock.gyp:gmock', | 721 '../testing/gmock.gyp:gmock', |
| 722 '../testing/gtest.gyp:gtest', | 722 '../testing/gtest.gyp:gtest', |
| 723 '../third_party/icu/icu.gyp:icui18n', | 723 '../third_party/icu/icu.gyp:icui18n', |
| 724 '../third_party/icu/icu.gyp:icuuc', | 724 '../third_party/icu/icu.gyp:icuuc', |
| 725 '../third_party/libxml/libxml.gyp:libxml', | 725 '../third_party/libxml/libxml.gyp:libxml', |
| 726 # run time dependencies | 726 # run time dependencies |
| 727 'default_plugin/default_plugin.gyp:default_plugin', | 727 'default_plugin/default_plugin.gyp:default_plugin', |
| 728 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 728 '../ppapi/ppapi_tests.gyp:ppapi_tests', |
| 729 '../third_party/mesa/mesa.gyp:osmesa', | 729 '../third_party/mesa/mesa.gyp:osmesa', |
| 730 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', | 730 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', |
| 731 ], | 731 ], |
| 732 'include_dirs': [ | 732 'include_dirs': [ |
| 733 '..', | 733 '..', |
| 734 ], | 734 ], |
| 735 'sources': [ | 735 'sources': [ |
| 736 'app/chrome_main_uitest.cc', | 736 'app/chrome_main_uitest.cc', |
| 737 'browser/browser_encoding_uitest.cc', | 737 'browser/browser_encoding_uitest.cc', |
| 738 'browser/custom_handlers/custom_handlers_uitest.cc', | 738 'browser/custom_handlers/custom_handlers_uitest.cc', |
| (...skipping 3537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4276 # Use outputs of this action as inputs for the main target build. | 4276 # Use outputs of this action as inputs for the main target build. |
| 4277 # Seems as a misnomer but makes this happy on Linux (scons). | 4277 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4278 'process_outputs_as_sources': 1, | 4278 'process_outputs_as_sources': 1, |
| 4279 }, | 4279 }, |
| 4280 ], # 'actions' | 4280 ], # 'actions' |
| 4281 }, | 4281 }, |
| 4282 ] | 4282 ] |
| 4283 }], # 'coverage!=0' | 4283 }], # 'coverage!=0' |
| 4284 ], # 'conditions' | 4284 ], # 'conditions' |
| 4285 } | 4285 } |
| OLD | NEW |