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

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 5 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
« no previous file with comments | « content/content_child.gypi ('k') | webkit/child/DEPS » ('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) 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 ['exclude', '\\.(cc|mm)$'], 545 ['exclude', '\\.(cc|mm)$'],
545 ['include', '_ios\\.(cc|mm)$'], 546 ['include', '_ios\\.(cc|mm)$'],
546 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 547 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
547 ['include', '^browser/speech/.*_unittest\\.cc$'], 548 ['include', '^browser/speech/.*_unittest\\.cc$'],
548 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'], 549 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'],
549 ['include', '^test/run_all_unittests\\.cc$'], 550 ['include', '^test/run_all_unittests\\.cc$'],
550 ], 551 ],
551 }, { # OS != "ios" 552 }, { # OS != "ios"
552 'dependencies': [ 553 'dependencies': [
553 'content_browser', 554 'content_browser',
555 'content_child',
554 'content_gpu', 556 'content_gpu',
555 'content_plugin', 557 'content_plugin',
556 'content_renderer', 558 'content_renderer',
557 'content_resources.gyp:content_resources', 559 'content_resources.gyp:content_resources',
558 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 560 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
559 '../gpu/gpu.gyp:gpu', 561 '../gpu/gpu.gyp:gpu',
560 '../gpu/gpu.gyp:gpu_unittest_utils', 562 '../gpu/gpu.gyp:gpu_unittest_utils',
561 '../ipc/ipc.gyp:test_support_ipc', 563 '../ipc/ipc.gyp:test_support_ipc',
562 '../jingle/jingle.gyp:jingle_glue_test_util', 564 '../jingle/jingle.gyp:jingle_glue_test_util',
563 '../media/media.gyp:shared_memory_support', 565 '../media/media.gyp:shared_memory_support',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 '../testing/gmock.gyp:gmock', 745 '../testing/gmock.gyp:gmock',
744 '../testing/gtest.gyp:gtest', 746 '../testing/gtest.gyp:gtest',
745 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources', 747 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources',
746 '../third_party/mesa/mesa.gyp:osmesa', 748 '../third_party/mesa/mesa.gyp:osmesa',
747 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 749 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
748 '../ui/gl/gl.gyp:gl', 750 '../ui/gl/gl.gyp:gl',
749 '../ui/snapshot/snapshot.gyp:snapshot', 751 '../ui/snapshot/snapshot.gyp:snapshot',
750 '../ui/ui.gyp:shell_dialogs', 752 '../ui/ui.gyp:shell_dialogs',
751 '../ui/ui.gyp:ui', 753 '../ui/ui.gyp:ui',
752 '../webkit/support/webkit_support.gyp:glue', 754 '../webkit/support/webkit_support.gyp:glue',
755 '../webkit/support/webkit_support.gyp:glue_child',
753 '../webkit/support/webkit_support.gyp:glue_renderer', 756 '../webkit/support/webkit_support.gyp:glue_renderer',
754 ], 757 ],
755 'include_dirs': [ 758 'include_dirs': [
756 '..', 759 '..',
757 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 760 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
758 ], 761 ],
759 'includes': [ 762 'includes': [
760 'browser/gpu/test_support_gpu.gypi', 763 'browser/gpu/test_support_gpu.gypi',
761 ], 764 ],
762 'defines': [ 765 'defines': [
(...skipping 428 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
« no previous file with comments | « content/content_child.gypi ('k') | webkit/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698