OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 'test/ui/ppapi_uitest.cc', | 806 'test/ui/ppapi_uitest.cc', |
807 'test/ui/sandbox_uitests.cc', | 807 'test/ui/sandbox_uitests.cc', |
808 '../content/browser/appcache/appcache_ui_test.cc', | 808 '../content/browser/appcache/appcache_ui_test.cc', |
809 '../content/browser/in_process_webkit/dom_storage_uitest.cc', | 809 '../content/browser/in_process_webkit/dom_storage_uitest.cc', |
810 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', | 810 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', |
811 '../content/worker/test/worker_uitest.cc', | 811 '../content/worker/test/worker_uitest.cc', |
812 ], | 812 ], |
813 'conditions': [ | 813 'conditions': [ |
814 ['disable_nacl!=1', { | 814 ['disable_nacl!=1', { |
815 'dependencies': [ | 815 'dependencies': [ |
816 '../ppapi/ppapi_internal.gyp:ppapi_nacl_tests', | 816 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
817 ], | 817 ], |
818 }], | 818 }], |
819 ['target_arch!="arm"', { | 819 ['target_arch!="arm"', { |
820 'dependencies': [ | 820 'dependencies': [ |
821 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 821 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
822 ], | 822 ], |
823 }], | 823 }], |
824 ['toolkit_uses_gtk == 1', { | 824 ['toolkit_uses_gtk == 1', { |
825 'dependencies': [ | 825 'dependencies': [ |
826 '../build/linux/system.gyp:gtk', | 826 '../build/linux/system.gyp:gtk', |
(...skipping 3466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4293 # Use outputs of this action as inputs for the main target build. | 4293 # Use outputs of this action as inputs for the main target build. |
4294 # Seems as a misnomer but makes this happy on Linux (scons). | 4294 # Seems as a misnomer but makes this happy on Linux (scons). |
4295 'process_outputs_as_sources': 1, | 4295 'process_outputs_as_sources': 1, |
4296 }, | 4296 }, |
4297 ], # 'actions' | 4297 ], # 'actions' |
4298 }, | 4298 }, |
4299 ] | 4299 ] |
4300 }], # 'coverage!=0' | 4300 }], # 'coverage!=0' |
4301 ], # 'conditions' | 4301 ], # 'conditions' |
4302 } | 4302 } |
OLD | NEW |