| 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 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3076 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc', | 3076 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc', |
| 3077 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', | 3077 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', |
| 3078 ] | 3078 ] |
| 3079 }], | 3079 }], |
| 3080 ['disable_nacl==0', { | 3080 ['disable_nacl==0', { |
| 3081 'sources':[ | 3081 'sources':[ |
| 3082 'browser/extensions/extension_nacl_browsertest.cc', | 3082 'browser/extensions/extension_nacl_browsertest.cc', |
| 3083 ], | 3083 ], |
| 3084 'conditions': [ | 3084 'conditions': [ |
| 3085 ['disable_nacl_untrusted==0', { | 3085 ['disable_nacl_untrusted==0', { |
| 3086 'sources': [ |
| 3087 'test/nacl/nacl_browsertest.cc', |
| 3088 ], |
| 3086 'dependencies': [ | 3089 'dependencies': [ |
| 3087 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 3090 'test/data/nacl/nacl_test_data.gyp:nacl_tests', |
| 3091 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| 3088 ], | 3092 ], |
| 3089 }], | 3093 }], |
| 3090 ['OS=="win" or OS=="linux"', { | 3094 ['OS=="win" or OS=="linux"', { |
| 3091 'sources': [ | 3095 'sources': [ |
| 3092 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 3096 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 3093 ], | 3097 ], |
| 3094 'dependencies': [ | 3098 'dependencies': [ |
| 3095 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 3099 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| 3096 ], | 3100 ], |
| 3097 }], | 3101 }], |
| (...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4669 '--result', '<@(_outputs)', | 4673 '--result', '<@(_outputs)', |
| 4670 '--isolate', 'browser_tests.isolate', | 4674 '--isolate', 'browser_tests.isolate', |
| 4671 ], | 4675 ], |
| 4672 }, | 4676 }, |
| 4673 ], | 4677 ], |
| 4674 }, | 4678 }, |
| 4675 ], | 4679 ], |
| 4676 }], | 4680 }], |
| 4677 ], # 'conditions' | 4681 ], # 'conditions' |
| 4678 } | 4682 } |
| OLD | NEW |