| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 '../ui/gl/gl.gyp:gl', | 226 '../ui/gl/gl.gyp:gl', |
| 227 '../ui/ui.gyp:ui', | 227 '../ui/ui.gyp:ui', |
| 228 '../v8/tools/gyp/v8.gyp:v8', | 228 '../v8/tools/gyp/v8.gyp:v8', |
| 229 '../webkit/support/webkit_support.gyp:appcache', | 229 '../webkit/support/webkit_support.gyp:appcache', |
| 230 '../webkit/support/webkit_support.gyp:blob', | 230 '../webkit/support/webkit_support.gyp:blob', |
| 231 '../webkit/support/webkit_support.gyp:database', | 231 '../webkit/support/webkit_support.gyp:database', |
| 232 '../webkit/support/webkit_support.gyp:dom_storage', | 232 '../webkit/support/webkit_support.gyp:dom_storage', |
| 233 '../webkit/support/webkit_support.gyp:fileapi', | 233 '../webkit/support/webkit_support.gyp:fileapi', |
| 234 '../webkit/support/webkit_support.gyp:glue', | 234 '../webkit/support/webkit_support.gyp:glue', |
| 235 '../webkit/support/webkit_support.gyp:quota', | 235 '../webkit/support/webkit_support.gyp:quota', |
| 236 '../webkit/support/webkit_support.gyp:webkit_base', |
| 236 '../webkit/support/webkit_support.gyp:webkit_media', | 237 '../webkit/support/webkit_support.gyp:webkit_media', |
| 237 '../webkit/webkit.gyp:test_shell_test_support', | 238 '../webkit/webkit.gyp:test_shell_test_support', |
| 238 ], | 239 ], |
| 239 'include_dirs': [ | 240 'include_dirs': [ |
| 240 '..', | 241 '..', |
| 241 ], | 242 ], |
| 242 'sources': [ | 243 'sources': [ |
| 243 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 244 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 244 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 245 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
| 245 'browser/accessibility/browser_accessibility_win_unittest.cc', | 246 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 '-buildfile', | 836 '-buildfile', |
| 836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 837 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 837 ] | 838 ] |
| 838 } | 839 } |
| 839 ], | 840 ], |
| 840 }, | 841 }, |
| 841 ], | 842 ], |
| 842 }], | 843 }], |
| 843 ], | 844 ], |
| 844 } | 845 } |
| OLD | NEW |