| 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 3019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3030 ['disable_nacl==0', { | 3030 ['disable_nacl==0', { |
| 3031 'sources':[ | 3031 'sources':[ |
| 3032 'browser/extensions/extension_nacl_browsertest.cc', | 3032 'browser/extensions/extension_nacl_browsertest.cc', |
| 3033 ], | 3033 ], |
| 3034 'conditions': [ | 3034 'conditions': [ |
| 3035 ['disable_nacl_untrusted==0', { | 3035 ['disable_nacl_untrusted==0', { |
| 3036 'dependencies': [ | 3036 'dependencies': [ |
| 3037 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 3037 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| 3038 ], | 3038 ], |
| 3039 }], | 3039 }], |
| 3040 # TODO(halyavin): Implement this test for linux. | 3040 ['OS=="win" or OS=="linux"', { |
| 3041 ['OS=="win"', { | |
| 3042 'sources': [ | 3041 'sources': [ |
| 3043 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 3042 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 3044 ], | 3043 ], |
| 3045 'dependencies': [ | 3044 'dependencies': [ |
| 3046 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 3045 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| 3047 ], | 3046 ], |
| 3048 }], | 3047 }], |
| 3049 ], | 3048 ], |
| 3050 }], | 3049 }], |
| 3051 ['chromeos==0', { | 3050 ['chromeos==0', { |
| (...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4664 # Use outputs of this action as inputs for the main target build. | 4663 # Use outputs of this action as inputs for the main target build. |
| 4665 # Seems as a misnomer but makes this happy on Linux (scons). | 4664 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4666 'process_outputs_as_sources': 1, | 4665 'process_outputs_as_sources': 1, |
| 4667 }, | 4666 }, |
| 4668 ], # 'actions' | 4667 ], # 'actions' |
| 4669 }, | 4668 }, |
| 4670 ] | 4669 ] |
| 4671 }], # 'coverage!=0' | 4670 }], # 'coverage!=0' |
| 4672 ], # 'conditions' | 4671 ], # 'conditions' |
| 4673 } | 4672 } |
| OLD | NEW |