| 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 { | 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'test_support_content', | 209 'test_support_content', |
| 210 'browser/speech/proto/speech_proto.gyp:speech_proto', | 210 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 211 'content_resources.gyp:content_resources', | 211 'content_resources.gyp:content_resources', |
| 212 '../base/base.gyp:test_support_base', | 212 '../base/base.gyp:test_support_base', |
| 213 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 213 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 214 '../crypto/crypto.gyp:crypto', | 214 '../crypto/crypto.gyp:crypto', |
| 215 '../gpu/gpu.gyp:gpu_unittest_utils', | 215 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 216 '../ipc/ipc.gyp:test_support_ipc', | 216 '../ipc/ipc.gyp:test_support_ipc', |
| 217 '../jingle/jingle.gyp:jingle_glue_test_util', | 217 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 218 '../media/media.gyp:media_test_support', | 218 '../media/media.gyp:media_test_support', |
| 219 '../media/media.gyp:shared_memory_support', |
| 219 '../net/net.gyp:net_test_support', | 220 '../net/net.gyp:net_test_support', |
| 220 '../skia/skia.gyp:skia', | 221 '../skia/skia.gyp:skia', |
| 221 '../testing/gmock.gyp:gmock', | 222 '../testing/gmock.gyp:gmock', |
| 222 '../testing/gtest.gyp:gtest', | 223 '../testing/gtest.gyp:gtest', |
| 223 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 224 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 224 '../third_party/libjingle/libjingle.gyp:libjingle', | 225 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 225 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 226 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 226 '../ui/gl/gl.gyp:gl', | 227 '../ui/gl/gl.gyp:gl', |
| 227 '../ui/ui.gyp:ui', | 228 '../ui/ui.gyp:ui', |
| 228 '../v8/tools/gyp/v8.gyp:v8', | 229 '../v8/tools/gyp/v8.gyp:v8', |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 '-buildfile', | 841 '-buildfile', |
| 841 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 842 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 842 ] | 843 ] |
| 843 } | 844 } |
| 844 ], | 845 ], |
| 845 }, | 846 }, |
| 846 ], | 847 ], |
| 847 }], | 848 }], |
| 848 ], | 849 ], |
| 849 } | 850 } |
| OLD | NEW |