OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
171 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 171 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
172 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR
enderTree.gyp:TestRunner', | 172 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR
enderTree.gyp:TestRunner', |
173 '../ui/surface/surface.gyp:surface', | 173 '../ui/surface/surface.gyp:surface', |
174 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', | 174 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', |
175 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', | 175 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', |
176 '../webkit/support/webkit_support.gyp:webkit_storage', | 176 '../webkit/support/webkit_support.gyp:webkit_storage', |
177 '../webkit/support/webkit_support.gyp:webkit_support_common', | 177 '../webkit/support/webkit_support.gyp:webkit_support_common', |
178 ], | 178 ], |
179 }], | 179 }], |
180 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { | 180 ['OS == "win" or toolkit_uses_gtk == 1', { |
181 'dependencies': [ | 181 'dependencies': [ |
182 '../sandbox/sandbox.gyp:sandbox', | 182 '../sandbox/sandbox.gyp:sandbox', |
183 ], | 183 ], |
184 }], | 184 }], |
185 ['enable_webrtc==1', { | 185 ['enable_webrtc==1', { |
186 'sources': [ | 186 'sources': [ |
187 'renderer/media/mock_media_stream_dependency_factory.cc', | 187 'renderer/media/mock_media_stream_dependency_factory.cc', |
188 'renderer/media/mock_media_stream_dependency_factory.h', | 188 'renderer/media/mock_media_stream_dependency_factory.h', |
189 'renderer/media/mock_media_stream_dispatcher.cc', | 189 'renderer/media/mock_media_stream_dispatcher.cc', |
190 'renderer/media/mock_media_stream_dispatcher.h', | 190 'renderer/media/mock_media_stream_dispatcher.h', |
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1116 'resource_dir': 'shell/android/shell_apk/res', | 1116 'resource_dir': 'shell/android/shell_apk/res', |
1117 'additional_src_dirs': ['public/android/javatests/',], | 1117 'additional_src_dirs': ['public/android/javatests/',], |
1118 'is_test_apk': 1, | 1118 'is_test_apk': 1, |
1119 }, | 1119 }, |
1120 'includes': [ '../build/java_apk.gypi' ], | 1120 'includes': [ '../build/java_apk.gypi' ], |
1121 }, | 1121 }, |
1122 ], | 1122 ], |
1123 }], | 1123 }], |
1124 ], | 1124 ], |
1125 } | 1125 } |
OLD | NEW |