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

Side by Side Diff: content/content_tests.gypi

Issue 15961005: move webkit/glue/cpp_* -> webkit/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renderer/ not child/ Created 7 years, 6 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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 470 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
471 '../webkit/common/blob/shareable_file_reference_unittest.cc', 471 '../webkit/common/blob/shareable_file_reference_unittest.cc',
472 '../webkit/common/database/database_connections_unittest.cc', 472 '../webkit/common/database/database_connections_unittest.cc',
473 '../webkit/common/fileapi/file_system_util_unittest.cc', 473 '../webkit/common/fileapi/file_system_util_unittest.cc',
474 '../webkit/dom_storage/dom_storage_area_unittest.cc', 474 '../webkit/dom_storage/dom_storage_area_unittest.cc',
475 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 475 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
476 '../webkit/dom_storage/dom_storage_context_unittest.cc', 476 '../webkit/dom_storage/dom_storage_context_unittest.cc',
477 '../webkit/dom_storage/dom_storage_database_unittest.cc', 477 '../webkit/dom_storage/dom_storage_database_unittest.cc',
478 '../webkit/dom_storage/dom_storage_map_unittest.cc', 478 '../webkit/dom_storage/dom_storage_map_unittest.cc',
479 '../webkit/dom_storage/session_storage_database_unittest.cc', 479 '../webkit/dom_storage/session_storage_database_unittest.cc',
480 '../webkit/glue/cpp_variant_unittest.cc',
481 '../webkit/glue/glue_serialize_unittest.cc', 480 '../webkit/glue/glue_serialize_unittest.cc',
482 '../webkit/glue/multipart_response_delegate_unittest.cc', 481 '../webkit/glue/multipart_response_delegate_unittest.cc',
483 '../webkit/glue/resource_request_body_unittest.cc', 482 '../webkit/glue/resource_request_body_unittest.cc',
484 '../webkit/glue/touch_fling_gesture_curve_unittest.cc', 483 '../webkit/glue/touch_fling_gesture_curve_unittest.cc',
485 '../webkit/glue/webcursor_unittest.cc', 484 '../webkit/glue/webcursor_unittest.cc',
486 '../webkit/glue/webkit_glue_unittest.cc', 485 '../webkit/glue/webkit_glue_unittest.cc',
487 '../webkit/glue/worker_task_runner_unittest.cc', 486 '../webkit/glue/worker_task_runner_unittest.cc',
488 '../webkit/media/buffered_data_source_unittest.cc', 487 '../webkit/media/buffered_data_source_unittest.cc',
489 '../webkit/media/buffered_resource_loader_unittest.cc', 488 '../webkit/media/buffered_resource_loader_unittest.cc',
490 '../webkit/media/cache_util_unittest.cc', 489 '../webkit/media/cache_util_unittest.cc',
(...skipping 21 matching lines...) Expand all
512 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', 511 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc',
513 '../webkit/quota/mock_quota_manager.cc', 512 '../webkit/quota/mock_quota_manager.cc',
514 '../webkit/quota/mock_quota_manager.h', 513 '../webkit/quota/mock_quota_manager.h',
515 '../webkit/quota/mock_quota_manager_unittest.cc', 514 '../webkit/quota/mock_quota_manager_unittest.cc',
516 '../webkit/quota/mock_storage_client.cc', 515 '../webkit/quota/mock_storage_client.cc',
517 '../webkit/quota/mock_storage_client.h', 516 '../webkit/quota/mock_storage_client.h',
518 '../webkit/quota/quota_database_unittest.cc', 517 '../webkit/quota/quota_database_unittest.cc',
519 '../webkit/quota/quota_manager_unittest.cc', 518 '../webkit/quota/quota_manager_unittest.cc',
520 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', 519 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
521 '../webkit/quota/usage_tracker_unittest.cc', 520 '../webkit/quota/usage_tracker_unittest.cc',
521 '../webkit/renderer/cpp_variant_unittest.cc',
522 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc', 522 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc',
523 ], 523 ],
524 'conditions': [ 524 'conditions': [
525 ['OS == "ios"', { 525 ['OS == "ios"', {
526 'sources/': [ 526 'sources/': [
527 # iOS only needs a small portion of content; exclude all the 527 # iOS only needs a small portion of content; exclude all the
528 # implementation, and re-include what is used. 528 # implementation, and re-include what is used.
529 ['exclude', '\\.(cc|mm)$'], 529 ['exclude', '\\.(cc|mm)$'],
530 ['include', '_ios\\.(cc|mm)$'], 530 ['include', '_ios\\.(cc|mm)$'],
531 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 531 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
(...skipping 16 matching lines...) Expand all
548 '../media/media.gyp:shared_memory_support', 548 '../media/media.gyp:shared_memory_support',
549 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 549 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
550 '../third_party/icu/icu.gyp:icui18n', 550 '../third_party/icu/icu.gyp:icui18n',
551 '../third_party/icu/icu.gyp:icuuc', 551 '../third_party/icu/icu.gyp:icuuc',
552 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 552 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
553 '../third_party/libjingle/libjingle.gyp:libjingle', 553 '../third_party/libjingle/libjingle.gyp:libjingle',
554 '../ui/gl/gl.gyp:gl', 554 '../ui/gl/gl.gyp:gl',
555 '../v8/tools/gyp/v8.gyp:v8', 555 '../v8/tools/gyp/v8.gyp:v8',
556 '../webkit/support/webkit_support.gyp:glue', 556 '../webkit/support/webkit_support.gyp:glue',
557 '../webkit/support/webkit_support.gyp:glue_common', 557 '../webkit/support/webkit_support.gyp:glue_common',
558 '../webkit/support/webkit_support.gyp:glue_renderer',
558 '../webkit/support/webkit_support.gyp:plugins', 559 '../webkit/support/webkit_support.gyp:plugins',
559 '../webkit/support/webkit_support.gyp:plugins_common', 560 '../webkit/support/webkit_support.gyp:plugins_common',
560 '../webkit/support/webkit_support.gyp:webkit_base', 561 '../webkit/support/webkit_support.gyp:webkit_base',
561 '../webkit/support/webkit_support.gyp:webkit_media', 562 '../webkit/support/webkit_support.gyp:webkit_media',
562 '../webkit/support/webkit_support.gyp:webkit_storage', 563 '../webkit/support/webkit_support.gyp:webkit_storage',
563 '../webkit/webkit.gyp:test_shell_test_support', 564 '../webkit/webkit.gyp:test_shell_test_support',
564 ], 565 ],
565 }], 566 }],
566 ['enable_plugins==0', { 567 ['enable_plugins==0', {
567 'sources/': [ 568 'sources/': [
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'resource_dir': 'shell/android/shell_apk/res', 1164 'resource_dir': 'shell/android/shell_apk/res',
1164 'additional_src_dirs': ['public/android/javatests/',], 1165 'additional_src_dirs': ['public/android/javatests/',],
1165 'is_test_apk': 1, 1166 'is_test_apk': 1,
1166 }, 1167 },
1167 'includes': [ '../build/java_apk.gypi' ], 1168 'includes': [ '../build/java_apk.gypi' ],
1168 }, 1169 },
1169 ], 1170 ],
1170 }], 1171 }],
1171 ], 1172 ],
1172 } 1173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698