| 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 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2953 ['disable_nacl==0', { | 2953 ['disable_nacl==0', { |
| 2954 'sources':[ | 2954 'sources':[ |
| 2955 'browser/extensions/extension_nacl_browsertest.cc', | 2955 'browser/extensions/extension_nacl_browsertest.cc', |
| 2956 ], | 2956 ], |
| 2957 'conditions': [ | 2957 'conditions': [ |
| 2958 ['disable_nacl_untrusted==0', { | 2958 ['disable_nacl_untrusted==0', { |
| 2959 'dependencies': [ | 2959 'dependencies': [ |
| 2960 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 2960 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| 2961 ], | 2961 ], |
| 2962 }], | 2962 }], |
| 2963 # TODO(halyavin): Implement this test for linux. |
| 2964 ['OS=="win"', { |
| 2965 'sources': [ |
| 2966 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 2967 ], |
| 2968 'dependencies': [ |
| 2969 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| 2970 ], |
| 2971 }], |
| 2963 ], | 2972 ], |
| 2964 }], | 2973 }], |
| 2965 ['chromeos==0', { | 2974 ['chromeos==0', { |
| 2966 'sources/': [ | 2975 'sources/': [ |
| 2967 ['exclude', '^browser/chromeos'], | 2976 ['exclude', '^browser/chromeos'], |
| 2968 ], | 2977 ], |
| 2969 'sources!': [ | 2978 'sources!': [ |
| 2970 'browser/chromeos/extensions/file_browser_private_apitest.cc', | 2979 'browser/chromeos/extensions/file_browser_private_apitest.cc', |
| 2971 'browser/chromeos/media/media_player_browsertest.cc', | 2980 'browser/chromeos/media/media_player_browsertest.cc', |
| 2972 'browser/extensions/extension_input_method_apitest.cc', | 2981 'browser/extensions/extension_input_method_apitest.cc', |
| (...skipping 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4721 # Use outputs of this action as inputs for the main target build. | 4730 # Use outputs of this action as inputs for the main target build. |
| 4722 # Seems as a misnomer but makes this happy on Linux (scons). | 4731 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4723 'process_outputs_as_sources': 1, | 4732 'process_outputs_as_sources': 1, |
| 4724 }, | 4733 }, |
| 4725 ], # 'actions' | 4734 ], # 'actions' |
| 4726 }, | 4735 }, |
| 4727 ] | 4736 ] |
| 4728 }], # 'coverage!=0' | 4737 }], # 'coverage!=0' |
| 4729 ], # 'conditions' | 4738 ], # 'conditions' |
| 4730 } | 4739 } |
| OLD | NEW |