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

Side by Side Diff: content/content_common.gypi

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename 'storage' to 'webkit_storage' Created 8 years, 2 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'dependencies': [ 406 'dependencies': [
407 '../gpu/gpu.gyp:gles2_implementation', 407 '../gpu/gpu.gyp:gles2_implementation',
408 '../gpu/gpu.gyp:gpu_ipc', 408 '../gpu/gpu.gyp:gpu_ipc',
409 '../ipc/ipc.gyp:ipc', 409 '../ipc/ipc.gyp:ipc',
410 '../media/media.gyp:shared_memory_support', 410 '../media/media.gyp:shared_memory_support',
411 '../ppapi/ppapi_internal.gyp:ppapi_shared', 411 '../ppapi/ppapi_internal.gyp:ppapi_shared',
412 '../third_party/npapi/npapi.gyp:npapi', 412 '../third_party/npapi/npapi.gyp:npapi',
413 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 413 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
414 '../ui/gl/gl.gyp:gl', 414 '../ui/gl/gl.gyp:gl',
415 '../webkit/support/webkit_support.gyp:appcache', 415 '../webkit/support/webkit_support.gyp:appcache',
416 '../webkit/support/webkit_support.gyp:blob',
417 '../webkit/support/webkit_support.gyp:database', 416 '../webkit/support/webkit_support.gyp:database',
418 '../webkit/support/webkit_support.gyp:fileapi',
419 '../webkit/support/webkit_support.gyp:webkit_base', 417 '../webkit/support/webkit_support.gyp:webkit_base',
418 '../webkit/support/webkit_support.gyp:webkit_storage',
420 ], 419 ],
421 }], 420 }],
422 ['OS!="win"', { 421 ['OS!="win"', {
423 'sources!': [ 422 'sources!': [
424 'common/sandbox_policy.cc', 423 'common/sandbox_policy.cc',
425 'common/sandbox_policy.h', 424 'common/sandbox_policy.h',
426 ], 425 ],
427 }], 426 }],
428 ['OS=="android"',{ 427 ['OS=="android"',{
429 'link_settings': { 428 'link_settings': {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 '../build/extract_from_cab.py', 554 '../build/extract_from_cab.py',
556 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 555 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
557 '<(output)', 556 '<(output)',
558 '<(PRODUCT_DIR)', 557 '<(PRODUCT_DIR)',
559 ], 558 ],
560 }, 559 },
561 ] 560 ]
562 }], 561 }],
563 ], 562 ],
564 } 563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698