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

Side by Side Diff: content/content_tests.gypi

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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_shell.gypi ('k') | content/public/browser/browser_context.h » ('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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 '../ui/accessibility/accessibility.gyp:ax_gen', 208 '../ui/accessibility/accessibility.gyp:ax_gen',
209 '../ui/base/ui_base.gyp:ui_base', 209 '../ui/base/ui_base.gyp:ui_base',
210 '../ui/base/ui_base.gyp:ui_base_test_support', 210 '../ui/base/ui_base.gyp:ui_base_test_support',
211 '../ui/events/events.gyp:dom4_keycode_converter', 211 '../ui/events/events.gyp:dom4_keycode_converter',
212 '../ui/events/events.gyp:events_base', 212 '../ui/events/events.gyp:events_base',
213 '../ui/events/events.gyp:events_test_support', 213 '../ui/events/events.gyp:events_test_support',
214 '../ui/events/events.gyp:gesture_detection', 214 '../ui/events/events.gyp:gesture_detection',
215 '../ui/gfx/gfx.gyp:gfx_test_support', 215 '../ui/gfx/gfx.gyp:gfx_test_support',
216 '../ui/resources/ui_resources.gyp:ui_resources', 216 '../ui/resources/ui_resources.gyp:ui_resources',
217 '../url/url.gyp:url_lib', 217 '../url/url.gyp:url_lib',
218 '../webkit/common/webkit_common.gyp:webkit_common', 218 '../storage/storage.gyp:webkit_common',
219 'browser/speech/proto/speech_proto.gyp:speech_proto', 219 'browser/speech/proto/speech_proto.gyp:speech_proto',
220 'content.gyp:content_app_both', 220 'content.gyp:content_app_both',
221 'content.gyp:content_browser', 221 'content.gyp:content_browser',
222 'content.gyp:content_common', 222 'content.gyp:content_common',
223 ], 223 ],
224 'include_dirs': [ 224 'include_dirs': [
225 '..', 225 '..',
226 ], 226 ],
227 'sources': [ '<@(test_support_content_sources)' ], 227 'sources': [ '<@(test_support_content_sources)' ],
228 'conditions': [ 228 'conditions': [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '../media/media.gyp:media', 278 '../media/media.gyp:media',
279 '../ppapi/ppapi_internal.gyp:ppapi_host', 279 '../ppapi/ppapi_internal.gyp:ppapi_host',
280 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 280 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
281 '../ppapi/ppapi_internal.gyp:ppapi_shared', 281 '../ppapi/ppapi_internal.gyp:ppapi_shared',
282 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 282 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
283 '../third_party/WebKit/public/blink.gyp:blink', 283 '../third_party/WebKit/public/blink.gyp:blink',
284 '../ui/compositor/compositor.gyp:compositor_test_support', 284 '../ui/compositor/compositor.gyp:compositor_test_support',
285 '../ui/surface/surface.gyp:surface', 285 '../ui/surface/surface.gyp:surface',
286 '../v8/tools/gyp/v8.gyp:v8', 286 '../v8/tools/gyp/v8.gyp:v8',
287 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 287 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
288 '../webkit/storage_browser.gyp:webkit_storage_browser', 288 '../storage/storage.gyp:webkit_storage_browser',
289 '../webkit/storage_common.gyp:webkit_storage_common', 289 '../storage/storage.gyp:webkit_storage_common',
290 ], 290 ],
291 'export_dependent_settings': [ 291 'export_dependent_settings': [
292 '../third_party/WebKit/public/blink.gyp:blink', 292 '../third_party/WebKit/public/blink.gyp:blink',
293 ], 293 ],
294 }], 294 }],
295 ['OS == "win"', { 295 ['OS == "win"', {
296 'dependencies': [ 296 'dependencies': [
297 '../sandbox/sandbox.gyp:sandbox', 297 '../sandbox/sandbox.gyp:sandbox',
298 ], 298 ],
299 }], 299 }],
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 '../gpu/gpu.gyp:gpu_unittest_utils', 750 '../gpu/gpu.gyp:gpu_unittest_utils',
751 '../ipc/ipc.gyp:test_support_ipc', 751 '../ipc/ipc.gyp:test_support_ipc',
752 '../media/media.gyp:media_test_support', 752 '../media/media.gyp:media_test_support',
753 '../media/media.gyp:shared_memory_support', 753 '../media/media.gyp:shared_memory_support',
754 '../third_party/WebKit/public/blink.gyp:blink', 754 '../third_party/WebKit/public/blink.gyp:blink',
755 '../third_party/icu/icu.gyp:icui18n', 755 '../third_party/icu/icu.gyp:icui18n',
756 '../third_party/icu/icu.gyp:icuuc', 756 '../third_party/icu/icu.gyp:icuuc',
757 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 757 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
758 '../third_party/libjingle/libjingle.gyp:libjingle', 758 '../third_party/libjingle/libjingle.gyp:libjingle',
759 '../ui/gl/gl.gyp:gl', 759 '../ui/gl/gl.gyp:gl',
760 '../webkit/storage_browser.gyp:webkit_storage_browser', 760 '../storage/storage.gyp:webkit_storage_browser',
761 '../webkit/storage_common.gyp:webkit_storage_common', 761 '../storage/storage.gyp:webkit_storage_common',
762 ], 762 ],
763 }], 763 }],
764 ['enable_plugins==0', { 764 ['enable_plugins==0', {
765 'sources/': [ 765 'sources/': [
766 ['exclude', '^browser/renderer_host/pepper/'], 766 ['exclude', '^browser/renderer_host/pepper/'],
767 ['exclude', '^child/npapi/'], 767 ['exclude', '^child/npapi/'],
768 ['exclude', '^renderer/npapi/'], 768 ['exclude', '^renderer/npapi/'],
769 ['exclude', '^renderer/pepper/'], 769 ['exclude', '^renderer/pepper/'],
770 ], 770 ],
771 'sources!': [ 771 'sources!': [
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1872 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1873 }, 1873 },
1874 ], 1874 ],
1875 }], 1875 }],
1876 ], 1876 ],
1877 }, 1877 },
1878 ], 1878 ],
1879 }], 1879 }],
1880 ], 1880 ],
1881 } 1881 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698