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 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 # 3) anything tests directly depend on | 989 # 3) anything tests directly depend on |
990 '../skia/skia.gyp:skia', | 990 '../skia/skia.gyp:skia', |
991 '../third_party/bzip2/bzip2.gyp:bzip2', | 991 '../third_party/bzip2/bzip2.gyp:bzip2', |
992 '../third_party/cld/cld.gyp:cld', | 992 '../third_party/cld/cld.gyp:cld', |
993 '../third_party/icu/icu.gyp:icui18n', | 993 '../third_party/icu/icu.gyp:icui18n', |
994 '../third_party/icu/icu.gyp:icuuc', | 994 '../third_party/icu/icu.gyp:icuuc', |
995 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 995 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
996 '../third_party/libjingle/libjingle.gyp:libjingle', | 996 '../third_party/libjingle/libjingle.gyp:libjingle', |
997 '../third_party/libxml/libxml.gyp:libxml', | 997 '../third_party/libxml/libxml.gyp:libxml', |
998 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', | 998 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', |
999 '../ui/gfx/gl/gl.gyp:gl', | 999 '../ui/gl/gl.gyp:gl', |
1000 '../ui/ui.gyp:ui_resources', | 1000 '../ui/ui.gyp:ui_resources', |
1001 '../ui/ui.gyp:ui_resources_standard', | 1001 '../ui/ui.gyp:ui_resources_standard', |
1002 '../ui/ui.gyp:ui_test_support', | 1002 '../ui/ui.gyp:ui_test_support', |
1003 '../v8/tools/gyp/v8.gyp:v8', | 1003 '../v8/tools/gyp/v8.gyp:v8', |
1004 'common/extensions/api/api.gyp:api', | 1004 'common/extensions/api/api.gyp:api', |
1005 'chrome_resources.gyp:chrome_resources', | 1005 'chrome_resources.gyp:chrome_resources', |
1006 'chrome_resources.gyp:chrome_strings', | 1006 'chrome_resources.gyp:chrome_strings', |
1007 ], | 1007 ], |
1008 'include_dirs': [ | 1008 'include_dirs': [ |
1009 '..', | 1009 '..', |
(...skipping 3697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4707 # Use outputs of this action as inputs for the main target build. | 4707 # Use outputs of this action as inputs for the main target build. |
4708 # Seems as a misnomer but makes this happy on Linux (scons). | 4708 # Seems as a misnomer but makes this happy on Linux (scons). |
4709 'process_outputs_as_sources': 1, | 4709 'process_outputs_as_sources': 1, |
4710 }, | 4710 }, |
4711 ], # 'actions' | 4711 ], # 'actions' |
4712 }, | 4712 }, |
4713 ] | 4713 ] |
4714 }], # 'coverage!=0' | 4714 }], # 'coverage!=0' |
4715 ], # 'conditions' | 4715 ], # 'conditions' |
4716 } | 4716 } |
OLD | NEW |