Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Side by Side Diff: content/content_tests.gypi

Issue 19752007: Use builders to convert between WebKit and content IDB types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« content/child/indexed_db/indexed_db_key_builders.h ('K') | « content/content_child.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698