| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'browser/speech/proto/speech_proto.gyp:speech_proto', | 238 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 239 '../base/base.gyp:test_support_base', | 239 '../base/base.gyp:test_support_base', |
| 240 '../crypto/crypto.gyp:crypto', | 240 '../crypto/crypto.gyp:crypto', |
| 241 '../media/media.gyp:media_test_support', | 241 '../media/media.gyp:media_test_support', |
| 242 '../net/net.gyp:net_test_support', | 242 '../net/net.gyp:net_test_support', |
| 243 '../skia/skia.gyp:skia', | 243 '../skia/skia.gyp:skia', |
| 244 '../sql/sql.gyp:sql', | 244 '../sql/sql.gyp:sql', |
| 245 '../testing/gmock.gyp:gmock', | 245 '../testing/gmock.gyp:gmock', |
| 246 '../testing/gtest.gyp:gtest', | 246 '../testing/gtest.gyp:gtest', |
| 247 '../ui/ui.gyp:ui', | 247 '../ui/ui.gyp:ui', |
| 248 '../webkit/support/webkit_support.gyp:user_agent', | 248 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 249 ], | 249 ], |
| 250 'include_dirs': [ | 250 'include_dirs': [ |
| 251 '..', | 251 '..', |
| 252 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. | 252 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. |
| 253 ], | 253 ], |
| 254 'sources': [ | 254 'sources': [ |
| 255 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 255 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 256 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 256 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
| 257 'browser/accessibility/browser_accessibility_win_unittest.cc', | 257 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| 258 'browser/appcache/chrome_appcache_service_unittest.cc', | 258 'browser/appcache/chrome_appcache_service_unittest.cc', |
| (...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1167 'resource_dir': 'shell/android/shell_apk/res', | 1167 'resource_dir': 'shell/android/shell_apk/res', |
| 1168 'additional_src_dirs': ['public/android/javatests/',], | 1168 'additional_src_dirs': ['public/android/javatests/',], |
| 1169 'is_test_apk': 1, | 1169 'is_test_apk': 1, |
| 1170 }, | 1170 }, |
| 1171 'includes': [ '../build/java_apk.gypi' ], | 1171 'includes': [ '../build/java_apk.gypi' ], |
| 1172 }, | 1172 }, |
| 1173 ], | 1173 ], |
| 1174 }], | 1174 }], |
| 1175 ], | 1175 ], |
| 1176 } | 1176 } |
| OLD | NEW |