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

Side by Side Diff: content/content_tests.gypi

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build 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_shell.gypi ('k') | content/shell/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 259 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_browser.gyp:storage',
280 '../storage/storage_common.gyp:storage_common', 281 '../storage/storage_common.gyp:storage_common',
281 '../third_party/WebKit/public/blink.gyp:blink', 282 '../third_party/WebKit/public/blink.gyp:blink',
282 '../ui/compositor/compositor.gyp:compositor_test_support', 283 '../ui/compositor/compositor.gyp:compositor_test_support',
283 '../ui/surface/surface.gyp:surface', 284 '../ui/surface/surface.gyp:surface',
284 '../v8/tools/gyp/v8.gyp:v8', 285 '../v8/tools/gyp/v8.gyp:v8',
285 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 286 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
286 '../webkit/storage_browser.gyp:storage',
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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'content.gyp:content_resources', 754 'content.gyp:content_resources',
755 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 755 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
756 '../cc/cc.gyp:cc', 756 '../cc/cc.gyp:cc',
757 '../cc/cc_tests.gyp:cc_test_support', 757 '../cc/cc_tests.gyp:cc_test_support',
758 '../gin/gin.gyp:gin', 758 '../gin/gin.gyp:gin',
759 '../gpu/gpu.gyp:gpu', 759 '../gpu/gpu.gyp:gpu',
760 '../gpu/gpu.gyp:gpu_unittest_utils', 760 '../gpu/gpu.gyp:gpu_unittest_utils',
761 '../ipc/ipc.gyp:test_support_ipc', 761 '../ipc/ipc.gyp:test_support_ipc',
762 '../media/media.gyp:media_test_support', 762 '../media/media.gyp:media_test_support',
763 '../media/media.gyp:shared_memory_support', 763 '../media/media.gyp:shared_memory_support',
764 '../storage/storage_browser.gyp:storage',
764 '../storage/storage_common.gyp:storage_common', 765 '../storage/storage_common.gyp:storage_common',
765 '../third_party/WebKit/public/blink.gyp:blink', 766 '../third_party/WebKit/public/blink.gyp:blink',
766 '../third_party/icu/icu.gyp:icui18n', 767 '../third_party/icu/icu.gyp:icui18n',
767 '../third_party/icu/icu.gyp:icuuc', 768 '../third_party/icu/icu.gyp:icuuc',
768 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 769 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
769 '../third_party/libjingle/libjingle.gyp:libjingle', 770 '../third_party/libjingle/libjingle.gyp:libjingle',
770 '../ui/gl/gl.gyp:gl', 771 '../ui/gl/gl.gyp:gl',
771 '../webkit/storage_browser.gyp:storage',
772 ], 772 ],
773 }], 773 }],
774 ['enable_plugins==0', { 774 ['enable_plugins==0', {
775 'sources/': [ 775 'sources/': [
776 ['exclude', '^browser/renderer_host/pepper/'], 776 ['exclude', '^browser/renderer_host/pepper/'],
777 ['exclude', '^child/npapi/'], 777 ['exclude', '^child/npapi/'],
778 ['exclude', '^renderer/npapi/'], 778 ['exclude', '^renderer/npapi/'],
779 ['exclude', '^renderer/pepper/'], 779 ['exclude', '^renderer/pepper/'],
780 ], 780 ],
781 'sources!': [ 781 'sources!': [
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1883 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1884 }, 1884 },
1885 ], 1885 ],
1886 }], 1886 }],
1887 ], 1887 ],
1888 }, 1888 },
1889 ], 1889 ],
1890 }], 1890 }],
1891 ], 1891 ],
1892 } 1892 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698