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

Side by Side Diff: content/content_tests.gypi

Issue 11648027: Extract external file systems handling from isolated context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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) 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 '../webkit/database/database_quota_client_unittest.cc', 406 '../webkit/database/database_quota_client_unittest.cc',
407 '../webkit/database/databases_table_unittest.cc', 407 '../webkit/database/databases_table_unittest.cc',
408 '../webkit/database/database_tracker_unittest.cc', 408 '../webkit/database/database_tracker_unittest.cc',
409 '../webkit/database/database_util_unittest.cc', 409 '../webkit/database/database_util_unittest.cc',
410 '../webkit/dom_storage/dom_storage_area_unittest.cc', 410 '../webkit/dom_storage/dom_storage_area_unittest.cc',
411 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 411 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
412 '../webkit/dom_storage/dom_storage_context_unittest.cc', 412 '../webkit/dom_storage/dom_storage_context_unittest.cc',
413 '../webkit/dom_storage/dom_storage_database_unittest.cc', 413 '../webkit/dom_storage/dom_storage_database_unittest.cc',
414 '../webkit/dom_storage/dom_storage_map_unittest.cc', 414 '../webkit/dom_storage/dom_storage_map_unittest.cc',
415 '../webkit/dom_storage/session_storage_database_unittest.cc', 415 '../webkit/dom_storage/session_storage_database_unittest.cc',
416 '../webkit/fileapi/external_mount_points_unittest.cc',
416 '../webkit/fileapi/file_system_database_test_helper.cc', 417 '../webkit/fileapi/file_system_database_test_helper.cc',
417 '../webkit/fileapi/file_system_database_test_helper.h', 418 '../webkit/fileapi/file_system_database_test_helper.h',
418 '../webkit/fileapi/file_system_directory_database_unittest.cc', 419 '../webkit/fileapi/file_system_directory_database_unittest.cc',
419 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 420 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
420 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc', 421 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc',
421 '../webkit/fileapi/file_system_file_util_unittest.cc', 422 '../webkit/fileapi/file_system_file_util_unittest.cc',
422 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc', 423 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc',
423 '../webkit/fileapi/file_system_origin_database_unittest.cc', 424 '../webkit/fileapi/file_system_origin_database_unittest.cc',
424 '../webkit/fileapi/file_system_quota_client_unittest.cc', 425 '../webkit/fileapi/file_system_quota_client_unittest.cc',
425 '../webkit/fileapi/file_system_url_unittest.cc', 426 '../webkit/fileapi/file_system_url_unittest.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'dependencies': [ 578 'dependencies': [
578 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 579 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
579 ], 580 ],
580 }], 581 }],
581 ['OS=="mac"', { 582 ['OS=="mac"', {
582 # These flags are needed to run the test on Mac. 583 # These flags are needed to run the test on Mac.
583 # Search for comments about "xcode_settings" in chrome_tests.gypi. 584 # Search for comments about "xcode_settings" in chrome_tests.gypi.
584 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 585 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
585 }], 586 }],
586 ['chromeos==1', { 587 ['chromeos==1', {
588 'sources': [
589 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc'
590 ],
587 'sources/': [ 591 'sources/': [
588 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 592 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
589 ], 593 ],
590 }], 594 }],
591 ['use_aura==1', { 595 ['use_aura==1', {
592 'dependencies': [ 596 'dependencies': [
593 '../ui/aura/aura.gyp:aura', 597 '../ui/aura/aura.gyp:aura',
594 ], 598 ],
595 'sources!': [ 599 'sources!': [
596 'browser/accessibility/browser_accessibility_win_unittest.cc', 600 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'resource_dir': '../res', 959 'resource_dir': '../res',
956 'additional_src_dirs': ['../content/public/android/javatests/'], 960 'additional_src_dirs': ['../content/public/android/javatests/'],
957 'is_test_apk': 1, 961 'is_test_apk': 1,
958 }, 962 },
959 'includes': [ '../build/java_apk.gypi' ], 963 'includes': [ '../build/java_apk.gypi' ],
960 }, 964 },
961 ], 965 ],
962 }], 966 }],
963 ], 967 ],
964 } 968 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698