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

Side by Side Diff: content/content_common.gypi

Issue 11337030: The content_common target should depend on webkit's glue target. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix ios Created 8 years, 1 month 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 | « no previous file | no next file » | 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 }, { # OS!="ios" 408 }, { # OS!="ios"
409 'dependencies': [ 409 'dependencies': [
410 '../gpu/gpu.gyp:gles2_implementation', 410 '../gpu/gpu.gyp:gles2_implementation',
411 '../gpu/gpu.gyp:gpu_ipc', 411 '../gpu/gpu.gyp:gpu_ipc',
412 '../ipc/ipc.gyp:ipc', 412 '../ipc/ipc.gyp:ipc',
413 '../media/media.gyp:shared_memory_support', 413 '../media/media.gyp:shared_memory_support',
414 '../ppapi/ppapi_internal.gyp:ppapi_shared', 414 '../ppapi/ppapi_internal.gyp:ppapi_shared',
415 '../third_party/npapi/npapi.gyp:npapi', 415 '../third_party/npapi/npapi.gyp:npapi',
416 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 416 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
417 '../ui/gl/gl.gyp:gl', 417 '../ui/gl/gl.gyp:gl',
418 '../webkit/support/webkit_support.gyp:glue',
418 '../webkit/support/webkit_support.gyp:webkit_base', 419 '../webkit/support/webkit_support.gyp:webkit_base',
419 '../webkit/support/webkit_support.gyp:webkit_storage', 420 '../webkit/support/webkit_support.gyp:webkit_storage',
420 ], 421 ],
421 }], 422 }],
422 ['OS!="win"', { 423 ['OS!="win"', {
423 'sources!': [ 424 'sources!': [
424 'common/sandbox_policy.cc', 425 'common/sandbox_policy.cc',
425 'common/sandbox_policy.h', 426 'common/sandbox_policy.h',
426 ], 427 ],
427 }], 428 }],
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 '../build/extract_from_cab.py', 556 '../build/extract_from_cab.py',
556 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 557 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
557 '<(output)', 558 '<(output)',
558 '<(PRODUCT_DIR)', 559 '<(PRODUCT_DIR)',
559 ], 560 ],
560 }, 561 },
561 ] 562 ]
562 }], 563 }],
563 ], 564 ],
564 } 565 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698