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

Side by Side Diff: content/content_tests.gypi

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 6 years, 3 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/BUILD.gn » ('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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }], 191 }],
192 ], 192 ],
193 }, 193 },
194 { 194 {
195 # GN version: //content/test:test_support 195 # GN version: //content/test:test_support
196 'target_name': 'test_support_content', 196 'target_name': 'test_support_content',
197 'type': 'static_library', 197 'type': 'static_library',
198 'dependencies': [ 198 'dependencies': [
199 '../net/net.gyp:net_test_support', 199 '../net/net.gyp:net_test_support',
200 '../skia/skia.gyp:skia', 200 '../skia/skia.gyp:skia',
201 '../storage/storage_common.gyp:storage_common',
201 '../testing/gmock.gyp:gmock', 202 '../testing/gmock.gyp:gmock',
202 '../testing/gtest.gyp:gtest', 203 '../testing/gtest.gyp:gtest',
203 '../ui/accessibility/accessibility.gyp:ax_gen', 204 '../ui/accessibility/accessibility.gyp:ax_gen',
204 '../ui/base/ui_base.gyp:ui_base', 205 '../ui/base/ui_base.gyp:ui_base',
205 '../ui/base/ui_base.gyp:ui_base_test_support', 206 '../ui/base/ui_base.gyp:ui_base_test_support',
206 '../ui/events/events.gyp:dom4_keycode_converter', 207 '../ui/events/events.gyp:dom4_keycode_converter',
207 '../ui/events/events.gyp:events_base', 208 '../ui/events/events.gyp:events_base',
208 '../ui/events/events.gyp:events_test_support', 209 '../ui/events/events.gyp:events_test_support',
209 '../ui/events/events.gyp:gesture_detection', 210 '../ui/events/events.gyp:gesture_detection',
210 '../ui/gfx/gfx.gyp:gfx_test_support', 211 '../ui/gfx/gfx.gyp:gfx_test_support',
211 '../ui/resources/ui_resources.gyp:ui_resources', 212 '../ui/resources/ui_resources.gyp:ui_resources',
212 '../url/url.gyp:url_lib', 213 '../url/url.gyp:url_lib',
213 '../webkit/common/webkit_common.gyp:webkit_common',
214 'browser/speech/proto/speech_proto.gyp:speech_proto', 214 'browser/speech/proto/speech_proto.gyp:speech_proto',
215 'content.gyp:content_app_both', 215 'content.gyp:content_app_both',
216 'content.gyp:content_browser', 216 'content.gyp:content_browser',
217 'content.gyp:content_common', 217 'content.gyp:content_common',
218 ], 218 ],
219 'include_dirs': [ 219 'include_dirs': [
220 '..', 220 '..',
221 ], 221 ],
222 'sources': [ '<@(test_support_content_sources)' ], 222 'sources': [ '<@(test_support_content_sources)' ],
223 'conditions': [ 223 'conditions': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'content.gyp:content_renderer', 270 'content.gyp:content_renderer',
271 'content.gyp:content_utility', 271 'content.gyp:content_utility',
272 '../cc/blink/cc_blink.gyp:cc_blink', 272 '../cc/blink/cc_blink.gyp:cc_blink',
273 '../cc/cc.gyp:cc', 273 '../cc/cc.gyp:cc',
274 '../cc/cc_tests.gyp:cc_test_support', 274 '../cc/cc_tests.gyp:cc_test_support',
275 '../media/media.gyp:media', 275 '../media/media.gyp:media',
276 '../ppapi/ppapi_internal.gyp:ppapi_host', 276 '../ppapi/ppapi_internal.gyp:ppapi_host',
277 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 277 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
278 '../ppapi/ppapi_internal.gyp:ppapi_shared', 278 '../ppapi/ppapi_internal.gyp:ppapi_shared',
279 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 279 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
280 '../storage/storage_common.gyp:storage_common',
280 '../third_party/WebKit/public/blink.gyp:blink', 281 '../third_party/WebKit/public/blink.gyp:blink',
281 '../ui/compositor/compositor.gyp:compositor_test_support', 282 '../ui/compositor/compositor.gyp:compositor_test_support',
282 '../ui/surface/surface.gyp:surface', 283 '../ui/surface/surface.gyp:surface',
283 '../v8/tools/gyp/v8.gyp:v8', 284 '../v8/tools/gyp/v8.gyp:v8',
284 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 285 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
285 '../webkit/storage_browser.gyp:storage', 286 '../webkit/storage_browser.gyp:storage',
286 '../webkit/storage_common.gyp:storage_common',
287 ], 287 ],
288 'export_dependent_settings': [ 288 'export_dependent_settings': [
289 '../third_party/WebKit/public/blink.gyp:blink', 289 '../third_party/WebKit/public/blink.gyp:blink',
290 ], 290 ],
291 }], 291 }],
292 ['OS == "win"', { 292 ['OS == "win"', {
293 'dependencies': [ 293 'dependencies': [
294 '../sandbox/sandbox.gyp:sandbox', 294 '../sandbox/sandbox.gyp:sandbox',
295 'content.gyp:content_startup_helper_win', 295 'content.gyp:content_startup_helper_win',
296 ], 296 ],
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'content.gyp:content_resources', 752 'content.gyp:content_resources',
753 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 753 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
754 '../cc/cc.gyp:cc', 754 '../cc/cc.gyp:cc',
755 '../cc/cc_tests.gyp:cc_test_support', 755 '../cc/cc_tests.gyp:cc_test_support',
756 '../gin/gin.gyp:gin', 756 '../gin/gin.gyp:gin',
757 '../gpu/gpu.gyp:gpu', 757 '../gpu/gpu.gyp:gpu',
758 '../gpu/gpu.gyp:gpu_unittest_utils', 758 '../gpu/gpu.gyp:gpu_unittest_utils',
759 '../ipc/ipc.gyp:test_support_ipc', 759 '../ipc/ipc.gyp:test_support_ipc',
760 '../media/media.gyp:media_test_support', 760 '../media/media.gyp:media_test_support',
761 '../media/media.gyp:shared_memory_support', 761 '../media/media.gyp:shared_memory_support',
762 '../storage/storage_common.gyp:storage_common',
762 '../third_party/WebKit/public/blink.gyp:blink', 763 '../third_party/WebKit/public/blink.gyp:blink',
763 '../third_party/icu/icu.gyp:icui18n', 764 '../third_party/icu/icu.gyp:icui18n',
764 '../third_party/icu/icu.gyp:icuuc', 765 '../third_party/icu/icu.gyp:icuuc',
765 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 766 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
766 '../third_party/libjingle/libjingle.gyp:libjingle', 767 '../third_party/libjingle/libjingle.gyp:libjingle',
767 '../ui/gl/gl.gyp:gl', 768 '../ui/gl/gl.gyp:gl',
768 '../webkit/storage_browser.gyp:storage', 769 '../webkit/storage_browser.gyp:storage',
769 '../webkit/storage_common.gyp:storage_common',
770 ], 770 ],
771 }], 771 }],
772 ['enable_plugins==0', { 772 ['enable_plugins==0', {
773 'sources/': [ 773 'sources/': [
774 ['exclude', '^browser/renderer_host/pepper/'], 774 ['exclude', '^browser/renderer_host/pepper/'],
775 ['exclude', '^child/npapi/'], 775 ['exclude', '^child/npapi/'],
776 ['exclude', '^renderer/npapi/'], 776 ['exclude', '^renderer/npapi/'],
777 ['exclude', '^renderer/pepper/'], 777 ['exclude', '^renderer/pepper/'],
778 ], 778 ],
779 'sources!': [ 779 'sources!': [
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1882 }, 1882 },
1883 ], 1883 ],
1884 }], 1884 }],
1885 ], 1885 ],
1886 }, 1886 },
1887 ], 1887 ],
1888 }], 1888 }],
1889 ], 1889 ],
1890 } 1890 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698