| 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 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3149 ], | 3149 ], |
| 3150 'conditions': [ | 3150 'conditions': [ |
| 3151 ['disable_nacl_untrusted==0', { | 3151 ['disable_nacl_untrusted==0', { |
| 3152 'sources': [ | 3152 'sources': [ |
| 3153 'test/nacl/nacl_browsertest.cc', | 3153 'test/nacl/nacl_browsertest.cc', |
| 3154 'test/nacl/nacl_browsertest_uma.cc', | 3154 'test/nacl/nacl_browsertest_uma.cc', |
| 3155 'test/nacl/nacl_browsertest_util.cc', | 3155 'test/nacl/nacl_browsertest_util.cc', |
| 3156 'test/nacl/nacl_browsertest_util.h', | 3156 'test/nacl/nacl_browsertest_util.h', |
| 3157 ], | 3157 ], |
| 3158 'dependencies': [ | 3158 'dependencies': [ |
| 3159 'test/data/nacl/nacl_test_data.gyp:nacl_tests', | 3159 'test/data/nacl/nacl_test_data.gyp:*', |
| 3160 '../ppapi/native_client/native_client.gyp:nacl_irt', | 3160 '../ppapi/native_client/native_client.gyp:nacl_irt', |
| 3161 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 3161 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| 3162 ], | 3162 ], |
| 3163 }], | 3163 }], |
| 3164 ['OS=="win" or OS=="linux"', { | 3164 ['OS=="win" or OS=="linux"', { |
| 3165 'sources': [ | 3165 'sources': [ |
| 3166 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 3166 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 3167 ], | 3167 ], |
| 3168 'dependencies': [ | 3168 'dependencies': [ |
| 3169 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 3169 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| (...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4763 '--result', '<@(_outputs)', | 4763 '--result', '<@(_outputs)', |
| 4764 '--isolate', 'browser_tests.isolate', | 4764 '--isolate', 'browser_tests.isolate', |
| 4765 ], | 4765 ], |
| 4766 }, | 4766 }, |
| 4767 ], | 4767 ], |
| 4768 }, | 4768 }, |
| 4769 ], | 4769 ], |
| 4770 }], | 4770 }], |
| 4771 ], # 'conditions' | 4771 ], # 'conditions' |
| 4772 } | 4772 } |
| OLD | NEW |