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

Side by Side Diff: content/content_common.gypi

Issue 23583055: webkit: Kill support/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « content/content_child.gypi ('k') | content/content_plugin.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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 '../media/media.gyp:media', 413 '../media/media.gyp:media',
414 '../media/media.gyp:shared_memory_support', 414 '../media/media.gyp:shared_memory_support',
415 '../ui/gl/gl.gyp:gl', 415 '../ui/gl/gl.gyp:gl',
416 '../webkit/common/webkit_common.gyp:webkit_common', 416 '../webkit/common/webkit_common.gyp:webkit_common',
417 '../webkit/storage_browser.gyp:webkit_storage_browser', 417 '../webkit/storage_browser.gyp:webkit_storage_browser',
418 '../webkit/storage_common.gyp:webkit_storage_common', 418 '../webkit/storage_common.gyp:webkit_storage_common',
419 ], 419 ],
420 }], 420 }],
421 ['OS!="ios" and chrome_multiple_dll!=1', { 421 ['OS!="ios" and chrome_multiple_dll!=1', {
422 'dependencies': [ 422 'dependencies': [
423 '../webkit/support/webkit_support.gyp:glue', 423 '../webkit/glue/webkit_glue.gyp:glue',
424 ], 424 ],
425 }], 425 }],
426 ['OS=="mac"', { 426 ['OS=="mac"', {
427 'sources!': [ 427 'sources!': [
428 'common/plugin_list_posix.cc', 428 'common/plugin_list_posix.cc',
429 ], 429 ],
430 'link_settings': { 430 'link_settings': {
431 'libraries': [ 431 'libraries': [
432 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 432 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
433 ], 433 ],
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
590 '<(output)', 590 '<(output)',
591 '<(PRODUCT_DIR)', 591 '<(PRODUCT_DIR)',
592 ], 592 ],
593 'msvs_cygwin_shell': 1, 593 'msvs_cygwin_shell': 1,
594 }, 594 },
595 ] 595 ]
596 }], 596 }],
597 ], 597 ],
598 } 598 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698