| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 3131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3142 ], | 3142 ], |
| 3143 'conditions': [ | 3143 'conditions': [ |
| 3144 ['disable_nacl_untrusted==0', { | 3144 ['disable_nacl_untrusted==0', { |
| 3145 'sources': [ | 3145 'sources': [ |
| 3146 'test/nacl/nacl_browsertest.cc', | 3146 'test/nacl/nacl_browsertest.cc', |
| 3147 'test/nacl/nacl_browsertest_uma.cc', | 3147 'test/nacl/nacl_browsertest_uma.cc', |
| 3148 'test/nacl/nacl_browsertest_util.cc', | 3148 'test/nacl/nacl_browsertest_util.cc', |
| 3149 'test/nacl/nacl_browsertest_util.h', | 3149 'test/nacl/nacl_browsertest_util.h', |
| 3150 ], | 3150 ], |
| 3151 'dependencies': [ | 3151 'dependencies': [ |
| 3152 'test/data/nacl/nacl_test_data.gyp:nacl_tests', | 3152 'test/data/nacl/nacl_test_data.gyp:*', |
| 3153 '../ppapi/native_client/native_client.gyp:nacl_irt', | 3153 '../ppapi/native_client/native_client.gyp:nacl_irt', |
| 3154 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 3154 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| 3155 ], | 3155 ], |
| 3156 }], | 3156 }], |
| 3157 ['OS=="win" or OS=="linux"', { | 3157 ['OS=="win" or OS=="linux"', { |
| 3158 'sources': [ | 3158 'sources': [ |
| 3159 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 3159 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 3160 ], | 3160 ], |
| 3161 'dependencies': [ | 3161 'dependencies': [ |
| 3162 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 3162 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| (...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4756 '--result', '<@(_outputs)', | 4756 '--result', '<@(_outputs)', |
| 4757 '--isolate', 'browser_tests.isolate', | 4757 '--isolate', 'browser_tests.isolate', |
| 4758 ], | 4758 ], |
| 4759 }, | 4759 }, |
| 4760 ], | 4760 ], |
| 4761 }, | 4761 }, |
| 4762 ], | 4762 ], |
| 4763 }], | 4763 }], |
| 4764 ], # 'conditions' | 4764 ], # 'conditions' |
| 4765 } | 4765 } |
| OLD | NEW |