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

Side by Side Diff: content/content_tests.gypi

Issue 11274003: webkit: Merge 'database' and 'quota' to 'webkit_storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More EXPORT for Win Created 8 years, 1 month 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
« no previous file with comments | « content/content_common.gypi ('k') | webkit/database/database_connections.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'defines!': ['CONTENT_IMPLEMENTATION'], 229 'defines!': ['CONTENT_IMPLEMENTATION'],
230 'dependencies': [ 230 'dependencies': [
231 'content_common', 231 'content_common',
232 'test_support_content', 232 'test_support_content',
233 'browser/speech/proto/speech_proto.gyp:speech_proto', 233 'browser/speech/proto/speech_proto.gyp:speech_proto',
234 '../base/base.gyp:test_support_base', 234 '../base/base.gyp:test_support_base',
235 '../crypto/crypto.gyp:crypto', 235 '../crypto/crypto.gyp:crypto',
236 '../media/media.gyp:media_test_support', 236 '../media/media.gyp:media_test_support',
237 '../net/net.gyp:net_test_support', 237 '../net/net.gyp:net_test_support',
238 '../skia/skia.gyp:skia', 238 '../skia/skia.gyp:skia',
239 '../sql/sql.gyp:sql',
239 '../testing/gmock.gyp:gmock', 240 '../testing/gmock.gyp:gmock',
240 '../testing/gtest.gyp:gtest', 241 '../testing/gtest.gyp:gtest',
241 '../ui/ui.gyp:ui', 242 '../ui/ui.gyp:ui',
242 '../webkit/support/webkit_support.gyp:user_agent', 243 '../webkit/support/webkit_support.gyp:user_agent',
243 ], 244 ],
244 'include_dirs': [ 245 'include_dirs': [
245 '..', 246 '..',
246 ], 247 ],
247 'sources': [ 248 'sources': [
248 'browser/accessibility/browser_accessibility_mac_unittest.mm', 249 'browser/accessibility/browser_accessibility_mac_unittest.mm',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '../webkit/blob/blob_url_request_job_unittest.cc', 389 '../webkit/blob/blob_url_request_job_unittest.cc',
389 '../webkit/blob/local_file_stream_reader_unittest.cc', 390 '../webkit/blob/local_file_stream_reader_unittest.cc',
390 '../webkit/blob/mock_blob_url_request_context.cc', 391 '../webkit/blob/mock_blob_url_request_context.cc',
391 '../webkit/blob/mock_blob_url_request_context.h', 392 '../webkit/blob/mock_blob_url_request_context.h',
392 '../webkit/blob/shareable_file_reference_unittest.cc', 393 '../webkit/blob/shareable_file_reference_unittest.cc',
393 '../webkit/database/database_connections_unittest.cc', 394 '../webkit/database/database_connections_unittest.cc',
394 '../webkit/database/database_quota_client_unittest.cc', 395 '../webkit/database/database_quota_client_unittest.cc',
395 '../webkit/database/databases_table_unittest.cc', 396 '../webkit/database/databases_table_unittest.cc',
396 '../webkit/database/database_tracker_unittest.cc', 397 '../webkit/database/database_tracker_unittest.cc',
397 '../webkit/database/database_util_unittest.cc', 398 '../webkit/database/database_util_unittest.cc',
398 '../webkit/database/quota_table_unittest.cc',
399 '../webkit/dom_storage/dom_storage_area_unittest.cc', 399 '../webkit/dom_storage/dom_storage_area_unittest.cc',
400 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 400 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
401 '../webkit/dom_storage/dom_storage_context_unittest.cc', 401 '../webkit/dom_storage/dom_storage_context_unittest.cc',
402 '../webkit/dom_storage/dom_storage_database_unittest.cc', 402 '../webkit/dom_storage/dom_storage_database_unittest.cc',
403 '../webkit/dom_storage/dom_storage_map_unittest.cc', 403 '../webkit/dom_storage/dom_storage_map_unittest.cc',
404 '../webkit/dom_storage/session_storage_database_unittest.cc', 404 '../webkit/dom_storage/session_storage_database_unittest.cc',
405 '../webkit/fileapi/file_system_database_test_helper.cc', 405 '../webkit/fileapi/file_system_database_test_helper.cc',
406 '../webkit/fileapi/file_system_database_test_helper.h', 406 '../webkit/fileapi/file_system_database_test_helper.h',
407 '../webkit/fileapi/file_system_directory_database_unittest.cc', 407 '../webkit/fileapi/file_system_directory_database_unittest.cc',
408 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 408 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 486 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
487 '../gpu/gpu.gyp:gpu_unittest_utils', 487 '../gpu/gpu.gyp:gpu_unittest_utils',
488 '../ipc/ipc.gyp:test_support_ipc', 488 '../ipc/ipc.gyp:test_support_ipc',
489 '../jingle/jingle.gyp:jingle_glue_test_util', 489 '../jingle/jingle.gyp:jingle_glue_test_util',
490 '../media/media.gyp:shared_memory_support', 490 '../media/media.gyp:shared_memory_support',
491 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 491 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
492 '../third_party/libjingle/libjingle.gyp:libjingle', 492 '../third_party/libjingle/libjingle.gyp:libjingle',
493 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 493 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
494 '../ui/gl/gl.gyp:gl', 494 '../ui/gl/gl.gyp:gl',
495 '../v8/tools/gyp/v8.gyp:v8', 495 '../v8/tools/gyp/v8.gyp:v8',
496 '../webkit/support/webkit_support.gyp:database',
497 '../webkit/support/webkit_support.gyp:glue', 496 '../webkit/support/webkit_support.gyp:glue',
498 '../webkit/support/webkit_support.gyp:quota',
499 '../webkit/support/webkit_support.gyp:webkit_base', 497 '../webkit/support/webkit_support.gyp:webkit_base',
500 '../webkit/support/webkit_support.gyp:webkit_media', 498 '../webkit/support/webkit_support.gyp:webkit_media',
501 '../webkit/support/webkit_support.gyp:webkit_storage', 499 '../webkit/support/webkit_support.gyp:webkit_storage',
502 '../webkit/webkit.gyp:test_shell_test_support', 500 '../webkit/webkit.gyp:test_shell_test_support',
503 ], 501 ],
504 }], 502 }],
505 ['enable_webrtc==1', { 503 ['enable_webrtc==1', {
506 'sources': [ 504 'sources': [
507 'browser/renderer_host/p2p/socket_host_test_utils.h', 505 'browser/renderer_host/p2p/socket_host_test_utils.h',
508 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 506 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'java_in_dir': '../content/shell/android/javatests', 917 'java_in_dir': '../content/shell/android/javatests',
920 'resource_dir': '../res', 918 'resource_dir': '../res',
921 'additional_src_dirs': ['../content/public/android/javatests/'], 919 'additional_src_dirs': ['../content/public/android/javatests/'],
922 }, 920 },
923 'includes': [ '../build/java_apk.gypi' ], 921 'includes': [ '../build/java_apk.gypi' ],
924 }, 922 },
925 ], 923 ],
926 }], 924 }],
927 ], 925 ],
928 } 926 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | webkit/database/database_connections.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698