| 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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 ], | 803 ], |
| 804 }], | 804 }], |
| 805 ['toolkit_views==1', { | 805 ['toolkit_views==1', { |
| 806 'dependencies': [ | 806 'dependencies': [ |
| 807 '../views/views.gyp:views', | 807 '../views/views.gyp:views', |
| 808 ], | 808 ], |
| 809 }], | 809 }], |
| 810 ['use_aura==1', { | 810 ['use_aura==1', { |
| 811 'sources!': [ | 811 'sources!': [ |
| 812 'test/automation/automation_proxy_uitest.cc', | 812 'test/automation/automation_proxy_uitest.cc', |
| 813 'test/ui/npapi_uitest.cc', |
| 813 ], | 814 ], |
| 814 'dependencies': [ | 815 'dependencies': [ |
| 815 '../ui/aura/aura.gyp:aura', | 816 '../ui/aura/aura.gyp:aura', |
| 816 ], | 817 ], |
| 817 }], | 818 }], |
| 818 ['OS=="mac"', { | 819 ['OS=="mac"', { |
| 819 # See the comment in this section of the unit_tests target for an | 820 # See the comment in this section of the unit_tests target for an |
| 820 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 821 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
| 821 'dependencies+++': [ | 822 'dependencies+++': [ |
| 822 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 823 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
| (...skipping 3444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4267 # Use outputs of this action as inputs for the main target build. | 4268 # Use outputs of this action as inputs for the main target build. |
| 4268 # Seems as a misnomer but makes this happy on Linux (scons). | 4269 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4269 'process_outputs_as_sources': 1, | 4270 'process_outputs_as_sources': 1, |
| 4270 }, | 4271 }, |
| 4271 ], # 'actions' | 4272 ], # 'actions' |
| 4272 }, | 4273 }, |
| 4273 ] | 4274 ] |
| 4274 }], # 'coverage!=0' | 4275 }], # 'coverage!=0' |
| 4275 ], # 'conditions' | 4276 ], # 'conditions' |
| 4276 } | 4277 } |
| OLD | NEW |