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

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: _ 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'dependencies': [ 405 'dependencies': [
406 '../gpu/gpu.gyp:gles2_implementation', 406 '../gpu/gpu.gyp:gles2_implementation',
407 '../gpu/gpu.gyp:gpu_ipc', 407 '../gpu/gpu.gyp:gpu_ipc',
408 '../ipc/ipc.gyp:ipc', 408 '../ipc/ipc.gyp:ipc',
409 '../media/media.gyp:shared_memory_support', 409 '../media/media.gyp:shared_memory_support',
410 '../ppapi/ppapi_internal.gyp:ppapi_shared', 410 '../ppapi/ppapi_internal.gyp:ppapi_shared',
411 '../third_party/npapi/npapi.gyp:npapi', 411 '../third_party/npapi/npapi.gyp:npapi',
412 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 412 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
413 '../ui/gl/gl.gyp:gl', 413 '../ui/gl/gl.gyp:gl',
414 '../webkit/support/webkit_support.gyp:appcache', 414 '../webkit/support/webkit_support.gyp:appcache',
415 '../webkit/support/webkit_support.gyp:blob',
416 '../webkit/support/webkit_support.gyp:database', 415 '../webkit/support/webkit_support.gyp:database',
417 '../webkit/support/webkit_support.gyp:fileapi', 416 '../webkit/support/webkit_support.gyp:storage',
418 '../webkit/support/webkit_support.gyp:webkit_base', 417 '../webkit/support/webkit_support.gyp:webkit_base',
419 ], 418 ],
420 }], 419 }],
421 ['OS!="win"', { 420 ['OS!="win"', {
422 'sources!': [ 421 'sources!': [
423 'common/sandbox_policy.cc', 422 'common/sandbox_policy.cc',
424 'common/sandbox_policy.h', 423 'common/sandbox_policy.h',
425 ], 424 ],
426 }], 425 }],
427 ['OS=="android"',{ 426 ['OS=="android"',{
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 '../build/extract_from_cab.py', 553 '../build/extract_from_cab.py',
555 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 554 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
556 '<(output)', 555 '<(output)',
557 '<(PRODUCT_DIR)', 556 '<(PRODUCT_DIR)',
558 ], 557 ],
559 }, 558 },
560 ] 559 ]
561 }], 560 }],
562 ], 561 ],
563 } 562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698