| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 ], | 244 ], |
| 245 }], | 245 }], |
| 246 ], | 246 ], |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 'target_name': 'content_unittests', | 249 'target_name': 'content_unittests', |
| 250 'type': '<(gtest_target_type)', | 250 'type': '<(gtest_target_type)', |
| 251 'defines!': ['CONTENT_IMPLEMENTATION'], | 251 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 252 'dependencies': [ | 252 'dependencies': [ |
| 253 'content_browser', | 253 'content_browser', |
| 254 'content_child', |
| 254 'content_common', | 255 'content_common', |
| 255 'test_support_content', | 256 'test_support_content', |
| 256 'browser/speech/proto/speech_proto.gyp:speech_proto', | 257 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 257 '../base/base.gyp:test_support_base', | 258 '../base/base.gyp:test_support_base', |
| 258 '../crypto/crypto.gyp:crypto', | 259 '../crypto/crypto.gyp:crypto', |
| 259 '../media/media.gyp:media_test_support', | 260 '../media/media.gyp:media_test_support', |
| 260 '../net/net.gyp:net_test_support', | 261 '../net/net.gyp:net_test_support', |
| 261 '../skia/skia.gyp:skia', | 262 '../skia/skia.gyp:skia', |
| 262 '../sql/sql.gyp:sql', | 263 '../sql/sql.gyp:sql', |
| 263 '../sql/sql.gyp:test_support_sql', | 264 '../sql/sql.gyp:test_support_sql', |
| (...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 'resource_dir': 'shell/android/shell_apk/res', | 1247 'resource_dir': 'shell/android/shell_apk/res', |
| 1247 'additional_src_dirs': ['public/android/javatests/',], | 1248 'additional_src_dirs': ['public/android/javatests/',], |
| 1248 'is_test_apk': 1, | 1249 'is_test_apk': 1, |
| 1249 }, | 1250 }, |
| 1250 'includes': [ '../build/java_apk.gypi' ], | 1251 'includes': [ '../build/java_apk.gypi' ], |
| 1251 }, | 1252 }, |
| 1252 ], | 1253 ], |
| 1253 }], | 1254 }], |
| 1254 ], | 1255 ], |
| 1255 } | 1256 } |
| OLD | NEW |