| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 '../third_party/libjingle/libjingle.gyp:libjingle', | 225 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 226 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 226 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 227 '../ui/gl/gl.gyp:gl', | 227 '../ui/gl/gl.gyp:gl', |
| 228 '../ui/ui.gyp:ui', | 228 '../ui/ui.gyp:ui', |
| 229 '../v8/tools/gyp/v8.gyp:v8', | 229 '../v8/tools/gyp/v8.gyp:v8', |
| 230 '../webkit/support/webkit_support.gyp:appcache', | 230 '../webkit/support/webkit_support.gyp:appcache', |
| 231 '../webkit/support/webkit_support.gyp:blob', | 231 '../webkit/support/webkit_support.gyp:blob', |
| 232 '../webkit/support/webkit_support.gyp:database', | 232 '../webkit/support/webkit_support.gyp:database', |
| 233 '../webkit/support/webkit_support.gyp:dom_storage', | 233 '../webkit/support/webkit_support.gyp:dom_storage', |
| 234 '../webkit/support/webkit_support.gyp:fileapi', | 234 '../webkit/support/webkit_support.gyp:fileapi', |
| 235 '../webkit/support/webkit_support.gyp:forms', |
| 235 '../webkit/support/webkit_support.gyp:glue', | 236 '../webkit/support/webkit_support.gyp:glue', |
| 236 '../webkit/support/webkit_support.gyp:quota', | 237 '../webkit/support/webkit_support.gyp:quota', |
| 237 '../webkit/support/webkit_support.gyp:webkit_base', | 238 '../webkit/support/webkit_support.gyp:webkit_base', |
| 238 '../webkit/support/webkit_support.gyp:webkit_media', | 239 '../webkit/support/webkit_support.gyp:webkit_media', |
| 239 '../webkit/webkit.gyp:test_shell_test_support', | 240 '../webkit/webkit.gyp:test_shell_test_support', |
| 240 ], | 241 ], |
| 241 'include_dirs': [ | 242 'include_dirs': [ |
| 242 '..', | 243 '..', |
| 243 ], | 244 ], |
| 244 'sources': [ | 245 'sources': [ |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 '../net/net.gyp:net_test_support', | 549 '../net/net.gyp:net_test_support', |
| 549 '../ppapi/ppapi_internal.gyp:ppapi_host', | 550 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 550 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 551 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 551 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 552 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 552 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 553 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 553 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 554 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 554 '../skia/skia.gyp:skia', | 555 '../skia/skia.gyp:skia', |
| 555 '../testing/gmock.gyp:gmock', | 556 '../testing/gmock.gyp:gmock', |
| 556 '../testing/gtest.gyp:gtest', | 557 '../testing/gtest.gyp:gtest', |
| 557 '../ui/ui.gyp:ui', | 558 '../ui/ui.gyp:ui', |
| 559 '../webkit/support/webkit_support.gyp:forms', |
| 558 '../webkit/support/webkit_support.gyp:glue', | 560 '../webkit/support/webkit_support.gyp:glue', |
| 559 ], | 561 ], |
| 560 'include_dirs': [ | 562 'include_dirs': [ |
| 561 '..', | 563 '..', |
| 562 ], | 564 ], |
| 563 'defines': [ | 565 'defines': [ |
| 564 'HAS_OUT_OF_PROC_TEST_RUNNER', | 566 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 565 ], | 567 ], |
| 566 'sources': [ | 568 'sources': [ |
| 567 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 569 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 '-buildfile', | 840 '-buildfile', |
| 839 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 841 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 840 ] | 842 ] |
| 841 } | 843 } |
| 842 ], | 844 ], |
| 843 }, | 845 }, |
| 844 ], | 846 ], |
| 845 }], | 847 }], |
| 846 ], | 848 ], |
| 847 } | 849 } |
| OLD | NEW |