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

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: Leave *.gypi files in blob and fileapi 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_tests.gypi » ('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) 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'dependencies': [ 410 'dependencies': [
411 '../gpu/gpu.gyp:gles2_implementation', 411 '../gpu/gpu.gyp:gles2_implementation',
412 '../gpu/gpu.gyp:gpu_ipc', 412 '../gpu/gpu.gyp:gpu_ipc',
413 '../ipc/ipc.gyp:ipc', 413 '../ipc/ipc.gyp:ipc',
414 '../media/media.gyp:shared_memory_support', 414 '../media/media.gyp:shared_memory_support',
415 '../ppapi/ppapi_internal.gyp:ppapi_shared', 415 '../ppapi/ppapi_internal.gyp:ppapi_shared',
416 '../third_party/npapi/npapi.gyp:npapi', 416 '../third_party/npapi/npapi.gyp:npapi',
417 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 417 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
418 '../ui/gl/gl.gyp:gl', 418 '../ui/gl/gl.gyp:gl',
419 '../webkit/support/webkit_support.gyp:appcache', 419 '../webkit/support/webkit_support.gyp:appcache',
420 '../webkit/support/webkit_support.gyp:blob',
421 '../webkit/support/webkit_support.gyp:database', 420 '../webkit/support/webkit_support.gyp:database',
422 '../webkit/support/webkit_support.gyp:fileapi',
423 '../webkit/support/webkit_support.gyp:webkit_base', 421 '../webkit/support/webkit_support.gyp:webkit_base',
422 '../webkit/support/webkit_support.gyp:webkit_storage',
424 ], 423 ],
425 }], 424 }],
426 ['OS!="win"', { 425 ['OS!="win"', {
427 'sources!': [ 426 'sources!': [
428 'common/sandbox_policy.cc', 427 'common/sandbox_policy.cc',
429 'common/sandbox_policy.h', 428 'common/sandbox_policy.h',
430 ], 429 ],
431 }], 430 }],
432 ['OS=="android"',{ 431 ['OS=="android"',{
433 'link_settings': { 432 'link_settings': {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '../build/extract_from_cab.py', 558 '../build/extract_from_cab.py',
560 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
561 '<(output)', 560 '<(output)',
562 '<(PRODUCT_DIR)', 561 '<(PRODUCT_DIR)',
563 ], 562 ],
564 }, 563 },
565 ] 564 ]
566 }], 565 }],
567 ], 566 ],
568 } 567 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698