| 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 2940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2951 ['disable_nacl==0', { | 2951 ['disable_nacl==0', { |
| 2952 'sources':[ | 2952 'sources':[ |
| 2953 'browser/extensions/extension_nacl_browsertest.cc', | 2953 'browser/extensions/extension_nacl_browsertest.cc', |
| 2954 ], | 2954 ], |
| 2955 'conditions': [ | 2955 'conditions': [ |
| 2956 ['disable_nacl_untrusted==0', { | 2956 ['disable_nacl_untrusted==0', { |
| 2957 'dependencies': [ | 2957 'dependencies': [ |
| 2958 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 2958 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| 2959 ], | 2959 ], |
| 2960 }], | 2960 }], |
| 2961 # TODO(halyavin): Implement this test for linux. |
| 2962 ['OS=="win"', { |
| 2963 'sources': [ |
| 2964 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 2965 ], |
| 2966 'dependencies': [ |
| 2967 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| 2968 ], |
| 2969 }], |
| 2961 ], | 2970 ], |
| 2962 }], | 2971 }], |
| 2963 ['chromeos==0', { | 2972 ['chromeos==0', { |
| 2964 'sources/': [ | 2973 'sources/': [ |
| 2965 ['exclude', '^browser/chromeos'], | 2974 ['exclude', '^browser/chromeos'], |
| 2966 ], | 2975 ], |
| 2967 'sources!': [ | 2976 'sources!': [ |
| 2968 'browser/chromeos/extensions/file_browser_private_apitest.cc', | 2977 'browser/chromeos/extensions/file_browser_private_apitest.cc', |
| 2969 'browser/chromeos/media/media_player_browsertest.cc', | 2978 'browser/chromeos/media/media_player_browsertest.cc', |
| 2970 'browser/extensions/extension_input_method_apitest.cc', | 2979 'browser/extensions/extension_input_method_apitest.cc', |
| (...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4586 # Use outputs of this action as inputs for the main target build. | 4595 # Use outputs of this action as inputs for the main target build. |
| 4587 # Seems as a misnomer but makes this happy on Linux (scons). | 4596 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4588 'process_outputs_as_sources': 1, | 4597 'process_outputs_as_sources': 1, |
| 4589 }, | 4598 }, |
| 4590 ], # 'actions' | 4599 ], # 'actions' |
| 4591 }, | 4600 }, |
| 4592 ] | 4601 ] |
| 4593 }], # 'coverage!=0' | 4602 }], # 'coverage!=0' |
| 4594 ], # 'conditions' | 4603 ], # 'conditions' |
| 4595 } | 4604 } |
| OLD | NEW |