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

Side by Side Diff: content/content_tests.gypi

Issue 16091011: 2nd try: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: splint_link fix 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'content_worker', 164 'content_worker',
165 '../ppapi/ppapi_internal.gyp:ppapi_host', 165 '../ppapi/ppapi_internal.gyp:ppapi_host',
166 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 166 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
167 '../ppapi/ppapi_internal.gyp:ppapi_shared', 167 '../ppapi/ppapi_internal.gyp:ppapi_shared',
168 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 168 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
169 '../third_party/WebKit/public/blink.gyp:blink', 169 '../third_party/WebKit/public/blink.gyp:blink',
170 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner', 170 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner',
171 '../ui/surface/surface.gyp:surface', 171 '../ui/surface/surface.gyp:surface',
172 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 172 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
173 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 173 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
174 '../webkit/support/webkit_support.gyp:webkit_storage',
175 '../webkit/support/webkit_support.gyp:webkit_support_common', 174 '../webkit/support/webkit_support.gyp:webkit_support_common',
175 '../webkit/storage_browser.gyp:webkit_storage_browser',
176 '../webkit/storage_common.gyp:webkit_storage_common',
177 '../webkit/storage_renderer.gyp:webkit_storage_renderer',
176 ], 178 ],
177 }], 179 }],
178 ['OS == "win" or toolkit_uses_gtk == 1', { 180 ['OS == "win" or toolkit_uses_gtk == 1', {
179 'dependencies': [ 181 'dependencies': [
180 '../sandbox/sandbox.gyp:sandbox', 182 '../sandbox/sandbox.gyp:sandbox',
181 ], 183 ],
182 }], 184 }],
183 ['enable_webrtc==1', { 185 ['enable_webrtc==1', {
184 'sources': [ 186 'sources': [
185 'renderer/media/mock_media_stream_dependency_factory.cc', 187 'renderer/media/mock_media_stream_dependency_factory.cc',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 '../ipc/ipc.gyp:test_support_ipc', 559 '../ipc/ipc.gyp:test_support_ipc',
558 '../jingle/jingle.gyp:jingle_glue_test_util', 560 '../jingle/jingle.gyp:jingle_glue_test_util',
559 '../media/media.gyp:shared_memory_support', 561 '../media/media.gyp:shared_memory_support',
560 '../third_party/WebKit/public/blink.gyp:blink', 562 '../third_party/WebKit/public/blink.gyp:blink',
561 '../third_party/icu/icu.gyp:icui18n', 563 '../third_party/icu/icu.gyp:icui18n',
562 '../third_party/icu/icu.gyp:icuuc', 564 '../third_party/icu/icu.gyp:icuuc',
563 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 565 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
564 '../third_party/libjingle/libjingle.gyp:libjingle', 566 '../third_party/libjingle/libjingle.gyp:libjingle',
565 '../ui/gl/gl.gyp:gl', 567 '../ui/gl/gl.gyp:gl',
566 '../v8/tools/gyp/v8.gyp:v8', 568 '../v8/tools/gyp/v8.gyp:v8',
569 '../webkit/base/webkit_base.gyp:webkit_base',
567 '../webkit/plugins/webkit_plugins.gyp:plugins_common', 570 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
568 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', 571 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list',
572 '../webkit/storage_browser.gyp:webkit_storage_browser',
573 '../webkit/storage_common.gyp:webkit_storage_common',
574 '../webkit/storage_renderer.gyp:webkit_storage_renderer',
569 '../webkit/support/webkit_support.gyp:glue', 575 '../webkit/support/webkit_support.gyp:glue',
570 '../webkit/support/webkit_support.gyp:glue_common', 576 '../webkit/support/webkit_support.gyp:glue_common',
571 '../webkit/support/webkit_support.gyp:glue_renderer', 577 '../webkit/support/webkit_support.gyp:glue_renderer',
572 '../webkit/support/webkit_support.gyp:plugins', 578 '../webkit/support/webkit_support.gyp:plugins',
573 '../webkit/support/webkit_support.gyp:webkit_base',
574 '../webkit/support/webkit_support.gyp:webkit_common', 579 '../webkit/support/webkit_support.gyp:webkit_common',
575 '../webkit/support/webkit_support.gyp:webkit_media', 580 '../webkit/support/webkit_support.gyp:webkit_media',
576 '../webkit/support/webkit_support.gyp:webkit_storage',
577 ], 581 ],
578 }], 582 }],
579 ['enable_plugins==0', { 583 ['enable_plugins==0', {
580 'sources/': [ 584 'sources/': [
581 ['exclude', '^renderer/pepper/'], 585 ['exclude', '^renderer/pepper/'],
582 ['exclude', '^browser/renderer_host/pepper/'], 586 ['exclude', '^browser/renderer_host/pepper/'],
583 ], 587 ],
584 'sources!': [ 588 'sources!': [
585 'browser/plugin_loader_posix_unittest.cc', 589 'browser/plugin_loader_posix_unittest.cc',
586 ], 590 ],
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'resource_dir': 'shell/android/shell_apk/res', 1180 'resource_dir': 'shell/android/shell_apk/res',
1177 'additional_src_dirs': ['public/android/javatests/',], 1181 'additional_src_dirs': ['public/android/javatests/',],
1178 'is_test_apk': 1, 1182 'is_test_apk': 1,
1179 }, 1183 },
1180 'includes': [ '../build/java_apk.gypi' ], 1184 'includes': [ '../build/java_apk.gypi' ],
1181 }, 1185 },
1182 ], 1186 ],
1183 }], 1187 }],
1184 ], 1188 ],
1185 } 1189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698