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: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 4023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4100 # Use outputs of this action as inputs for the main target build. | 4100 # Use outputs of this action as inputs for the main target build. |
4101 # Seems as a misnomer but makes this happy on Linux (scons). | 4101 # Seems as a misnomer but makes this happy on Linux (scons). |
4102 'process_outputs_as_sources': 1, | 4102 'process_outputs_as_sources': 1, |
4103 }, | 4103 }, |
4104 ], # 'actions' | 4104 ], # 'actions' |
4105 }, | 4105 }, |
4106 ] | 4106 ] |
4107 }], # 'coverage!=0' | 4107 }], # 'coverage!=0' |
4108 ], # 'conditions' | 4108 ], # 'conditions' |
4109 } | 4109 } |
OLD | NEW |