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

Side by Side Diff: content/content_common.gypi

Issue 11230022: webkit: Merge build target 'appcache' to 'webkit_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
« 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 }, { # OS!="ios" 409 }, { # OS!="ios"
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',
420 '../webkit/support/webkit_support.gyp:database', 419 '../webkit/support/webkit_support.gyp:database',
421 '../webkit/support/webkit_support.gyp:webkit_base', 420 '../webkit/support/webkit_support.gyp:webkit_base',
422 '../webkit/support/webkit_support.gyp:webkit_storage', 421 '../webkit/support/webkit_support.gyp:webkit_storage',
423 ], 422 ],
424 }], 423 }],
425 ['OS!="win"', { 424 ['OS!="win"', {
426 'sources!': [ 425 'sources!': [
427 'common/sandbox_policy.cc', 426 'common/sandbox_policy.cc',
428 'common/sandbox_policy.h', 427 'common/sandbox_policy.h',
429 ], 428 ],
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 '../build/extract_from_cab.py', 557 '../build/extract_from_cab.py',
559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
560 '<(output)', 559 '<(output)',
561 '<(PRODUCT_DIR)', 560 '<(PRODUCT_DIR)',
562 ], 561 ],
563 }, 562 },
564 ] 563 ]
565 }], 564 }],
566 ], 565 ],
567 } 566 }
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