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

Side by Side Diff: content/content_tests.gypi

Issue 16424008: move webkit/glue/fling_* to webkit/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android overscroller jni generation 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ['include', '^public/test/test_content_client_initializer\\.cc$'], 152 ['include', '^public/test/test_content_client_initializer\\.cc$'],
153 ['include', '^public/test/test_notification_tracker\\.cc$'], 153 ['include', '^public/test/test_notification_tracker\\.cc$'],
154 ['include', '^public/test/test_utils\\.cc$'], 154 ['include', '^public/test/test_utils\\.cc$'],
155 ['include', '^public/test/unittest_test_suite\\.cc$'], 155 ['include', '^public/test/unittest_test_suite\\.cc$'],
156 ['include', '^test/content_test_suite\\.cc$'], 156 ['include', '^test/content_test_suite\\.cc$'],
157 ['include', '^test/test_content_browser_client\\.cc$'], 157 ['include', '^test/test_content_browser_client\\.cc$'],
158 ['include', '^test/test_content_client\\.cc$'], 158 ['include', '^test/test_content_client\\.cc$'],
159 ], 159 ],
160 }, { # OS != "ios" 160 }, { # OS != "ios"
161 'dependencies': [ 161 'dependencies': [
162 'content_child',
162 'content_ppapi_plugin', 163 'content_ppapi_plugin',
163 'content_utility', 164 'content_utility',
164 'content_worker', 165 'content_worker',
165 '../ppapi/ppapi_internal.gyp:ppapi_host', 166 '../ppapi/ppapi_internal.gyp:ppapi_host',
166 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 167 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
167 '../ppapi/ppapi_internal.gyp:ppapi_shared', 168 '../ppapi/ppapi_internal.gyp:ppapi_shared',
168 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 169 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
169 '../third_party/WebKit/public/blink.gyp:blink', 170 '../third_party/WebKit/public/blink.gyp:blink',
170 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner', 171 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner',
171 '../ui/surface/surface.gyp:surface', 172 '../ui/surface/surface.gyp:surface',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 ['exclude', '\\.(cc|mm)$'], 546 ['exclude', '\\.(cc|mm)$'],
546 ['include', '_ios\\.(cc|mm)$'], 547 ['include', '_ios\\.(cc|mm)$'],
547 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 548 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
548 ['include', '^browser/speech/.*_unittest\\.cc$'], 549 ['include', '^browser/speech/.*_unittest\\.cc$'],
549 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'], 550 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'],
550 ['include', '^test/run_all_unittests\\.cc$'], 551 ['include', '^test/run_all_unittests\\.cc$'],
551 ], 552 ],
552 }, { # OS != "ios" 553 }, { # OS != "ios"
553 'dependencies': [ 554 'dependencies': [
554 'content_browser', 555 'content_browser',
556 'content_child',
555 'content_gpu', 557 'content_gpu',
556 'content_plugin', 558 'content_plugin',
557 'content_renderer', 559 'content_renderer',
558 'content_resources.gyp:content_resources', 560 'content_resources.gyp:content_resources',
559 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 561 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
560 '../gpu/gpu.gyp:gpu', 562 '../gpu/gpu.gyp:gpu',
561 '../gpu/gpu.gyp:gpu_unittest_utils', 563 '../gpu/gpu.gyp:gpu_unittest_utils',
562 '../ipc/ipc.gyp:test_support_ipc', 564 '../ipc/ipc.gyp:test_support_ipc',
563 '../jingle/jingle.gyp:jingle_glue_test_util', 565 '../jingle/jingle.gyp:jingle_glue_test_util',
564 '../media/media.gyp:shared_memory_support', 566 '../media/media.gyp:shared_memory_support',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 '../testing/gmock.gyp:gmock', 746 '../testing/gmock.gyp:gmock',
745 '../testing/gtest.gyp:gtest', 747 '../testing/gtest.gyp:gtest',
746 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources', 748 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources',
747 '../third_party/mesa/mesa.gyp:osmesa', 749 '../third_party/mesa/mesa.gyp:osmesa',
748 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 750 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
749 '../ui/gl/gl.gyp:gl', 751 '../ui/gl/gl.gyp:gl',
750 '../ui/snapshot/snapshot.gyp:snapshot', 752 '../ui/snapshot/snapshot.gyp:snapshot',
751 '../ui/ui.gyp:shell_dialogs', 753 '../ui/ui.gyp:shell_dialogs',
752 '../ui/ui.gyp:ui', 754 '../ui/ui.gyp:ui',
753 '../webkit/support/webkit_support.gyp:glue', 755 '../webkit/support/webkit_support.gyp:glue',
756 '../webkit/support/webkit_support.gyp:glue_child',
754 '../webkit/support/webkit_support.gyp:glue_renderer', 757 '../webkit/support/webkit_support.gyp:glue_renderer',
755 ], 758 ],
756 'include_dirs': [ 759 'include_dirs': [
757 '..', 760 '..',
758 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 761 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
759 ], 762 ],
760 'includes': [ 763 'includes': [
761 'browser/gpu/test_support_gpu.gypi', 764 'browser/gpu/test_support_gpu.gypi',
762 ], 765 ],
763 'defines': [ 766 'defines': [
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 'resource_dir': 'shell/android/shell_apk/res', 1194 'resource_dir': 'shell/android/shell_apk/res',
1192 'additional_src_dirs': ['public/android/javatests/',], 1195 'additional_src_dirs': ['public/android/javatests/',],
1193 'is_test_apk': 1, 1196 'is_test_apk': 1,
1194 }, 1197 },
1195 'includes': [ '../build/java_apk.gypi' ], 1198 'includes': [ '../build/java_apk.gypi' ],
1196 }, 1199 },
1197 ], 1200 ],
1198 }], 1201 }],
1199 ], 1202 ],
1200 } 1203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698