| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 'sources': [ | 821 'sources': [ |
| 822 'test/nacl/nacl_test.cc', | 822 'test/nacl/nacl_test.cc', |
| 823 'test/nacl/nacl_sandbox_test.cc' | 823 'test/nacl/nacl_sandbox_test.cc' |
| 824 ], | 824 ], |
| 825 'conditions': [ | 825 'conditions': [ |
| 826 ['OS=="win"', { | 826 ['OS=="win"', { |
| 827 'dependencies': [ | 827 'dependencies': [ |
| 828 'chrome_nacl_win64', | 828 'chrome_nacl_win64', |
| 829 'crash_service', # run time dependency | 829 'crash_service', # run time dependency |
| 830 'nacl_security_tests', # run time dependency | 830 'nacl_security_tests', # run time dependency |
| 831 'nacl_security_tests64', # run time dependency |
| 831 'test_support_common', | 832 'test_support_common', |
| 832 '../google_update/google_update.gyp:google_update', | 833 '../google_update/google_update.gyp:google_update', |
| 833 '../views/views.gyp:views', | 834 '../views/views.gyp:views', |
| 834 # run time dependency | 835 # run time dependency |
| 835 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 836 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 836 ], | 837 ], |
| 837 'conditions': [ | 838 'conditions': [ |
| 838 ['win_use_allocator_shim==1', { | 839 ['win_use_allocator_shim==1', { |
| 839 'dependencies': [ | 840 'dependencies': [ |
| 840 '<(allocator_target)', | 841 '<(allocator_target)', |
| (...skipping 2537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3378 ] | 3379 ] |
| 3379 }], # 'coverage!=0' | 3380 }], # 'coverage!=0' |
| 3380 ], # 'conditions' | 3381 ], # 'conditions' |
| 3381 } | 3382 } |
| 3382 | 3383 |
| 3383 # Local Variables: | 3384 # Local Variables: |
| 3384 # tab-width:2 | 3385 # tab-width:2 |
| 3385 # indent-tabs-mode:nil | 3386 # indent-tabs-mode:nil |
| 3386 # End: | 3387 # End: |
| 3387 # vim: set expandtab tabstop=2 shiftwidth=2: | 3388 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |