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 { | 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 '../content/content.gyp:test_support_content', | 56 '../content/content.gyp:test_support_content', |
57 '../ipc/ipc.gyp:test_support_ipc', | 57 '../ipc/ipc.gyp:test_support_ipc', |
58 '../media/media.gyp:media_test_support', | 58 '../media/media.gyp:media_test_support', |
59 '../net/net.gyp:net', | 59 '../net/net.gyp:net', |
60 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. | 60 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. |
61 '../net/net.gyp:net_test_support', | 61 '../net/net.gyp:net_test_support', |
62 '../skia/skia.gyp:skia', | 62 '../skia/skia.gyp:skia', |
63 '../testing/gmock.gyp:gmock', | 63 '../testing/gmock.gyp:gmock', |
64 '../testing/gtest.gyp:gtest', | 64 '../testing/gtest.gyp:gtest', |
65 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 65 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
66 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', | 66 '../ui/gfx/compositor/compositor.gyp:test_compositor', |
67 ], | 67 ], |
68 'export_dependent_settings': [ | 68 'export_dependent_settings': [ |
69 'renderer', | 69 'renderer', |
70 'app/policy/cloud_policy_codegen.gyp:policy', | 70 'app/policy/cloud_policy_codegen.gyp:policy', |
71 '../base/base.gyp:test_support_base', | 71 '../base/base.gyp:test_support_base', |
72 ], | 72 ], |
73 'include_dirs': [ | 73 'include_dirs': [ |
74 '..', | 74 '..', |
75 ], | 75 ], |
76 'sources': [ | 76 'sources': [ |
(...skipping 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4108 # Use outputs of this action as inputs for the main target build. | 4108 # Use outputs of this action as inputs for the main target build. |
4109 # Seems as a misnomer but makes this happy on Linux (scons). | 4109 # Seems as a misnomer but makes this happy on Linux (scons). |
4110 'process_outputs_as_sources': 1, | 4110 'process_outputs_as_sources': 1, |
4111 }, | 4111 }, |
4112 ], # 'actions' | 4112 ], # 'actions' |
4113 }, | 4113 }, |
4114 ] | 4114 ] |
4115 }], # 'coverage!=0' | 4115 }], # 'coverage!=0' |
4116 ], # 'conditions' | 4116 ], # 'conditions' |
4117 } | 4117 } |
OLD | NEW |