| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 '../ui/ui.gyp:ui', | 232 '../ui/ui.gyp:ui', |
| 233 '../v8/tools/gyp/v8.gyp:v8', | 233 '../v8/tools/gyp/v8.gyp:v8', |
| 234 '../webkit/support/webkit_support.gyp:appcache', | 234 '../webkit/support/webkit_support.gyp:appcache', |
| 235 '../webkit/support/webkit_support.gyp:blob', | 235 '../webkit/support/webkit_support.gyp:blob', |
| 236 '../webkit/support/webkit_support.gyp:database', | 236 '../webkit/support/webkit_support.gyp:database', |
| 237 '../webkit/support/webkit_support.gyp:dom_storage', | 237 '../webkit/support/webkit_support.gyp:dom_storage', |
| 238 '../webkit/support/webkit_support.gyp:fileapi', | 238 '../webkit/support/webkit_support.gyp:fileapi', |
| 239 '../webkit/support/webkit_support.gyp:forms', | 239 '../webkit/support/webkit_support.gyp:forms', |
| 240 '../webkit/support/webkit_support.gyp:glue', | 240 '../webkit/support/webkit_support.gyp:glue', |
| 241 '../webkit/support/webkit_support.gyp:quota', | 241 '../webkit/support/webkit_support.gyp:quota', |
| 242 '../webkit/support/webkit_support.gyp:user_agent', |
| 242 '../webkit/support/webkit_support.gyp:webkit_base', | 243 '../webkit/support/webkit_support.gyp:webkit_base', |
| 243 '../webkit/support/webkit_support.gyp:webkit_media', | 244 '../webkit/support/webkit_support.gyp:webkit_media', |
| 244 '../webkit/webkit.gyp:test_shell_test_support', | 245 '../webkit/webkit.gyp:test_shell_test_support', |
| 245 ], | 246 ], |
| 246 'include_dirs': [ | 247 'include_dirs': [ |
| 247 '..', | 248 '..', |
| 248 ], | 249 ], |
| 249 'sources': [ | 250 'sources': [ |
| 250 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 251 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 251 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 252 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
| (...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 '-buildfile', | 852 '-buildfile', |
| 852 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 853 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 853 ] | 854 ] |
| 854 } | 855 } |
| 855 ], | 856 ], |
| 856 }, | 857 }, |
| 857 ], | 858 ], |
| 858 }], | 859 }], |
| 859 ], | 860 ], |
| 860 } | 861 } |
| OLD | NEW |