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

Side by Side Diff: content/content_common.gypi

Issue 19784010: cut a bunch of dependencies from browser->blink when in chrome_multiple_dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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_browser.gypi ('k') | webkit/glue/webkit_glue.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 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 '../gpu/gpu.gyp:gles2_c_lib', 384 '../gpu/gpu.gyp:gles2_c_lib',
385 '../gpu/gpu.gyp:gles2_implementation', 385 '../gpu/gpu.gyp:gles2_implementation',
386 '../gpu/gpu.gyp:gpu_ipc', 386 '../gpu/gpu.gyp:gpu_ipc',
387 '../ipc/ipc.gyp:ipc', 387 '../ipc/ipc.gyp:ipc',
388 '../media/media.gyp:shared_memory_support', 388 '../media/media.gyp:shared_memory_support',
389 '../third_party/WebKit/public/blink.gyp:blink_minimal', 389 '../third_party/WebKit/public/blink.gyp:blink_minimal',
390 '../ui/gl/gl.gyp:gl', 390 '../ui/gl/gl.gyp:gl',
391 '../webkit/common/webkit_common.gyp:webkit_common', 391 '../webkit/common/webkit_common.gyp:webkit_common',
392 '../webkit/storage_browser.gyp:webkit_storage_browser', 392 '../webkit/storage_browser.gyp:webkit_storage_browser',
393 '../webkit/storage_common.gyp:webkit_storage_common', 393 '../webkit/storage_common.gyp:webkit_storage_common',
394 ],
395 }],
396 ['OS!="ios" and chrome_multiple_dll!=1', {
397 'dependencies': [
394 '../webkit/support/webkit_support.gyp:glue', 398 '../webkit/support/webkit_support.gyp:glue',
395 ], 399 ],
396 }], 400 }],
397 ['OS=="mac"', { 401 ['OS=="mac"', {
398 'sources!': [ 402 'sources!': [
399 'common/plugin_list_posix.cc', 403 'common/plugin_list_posix.cc',
400 ], 404 ],
401 'link_settings': { 405 'link_settings': {
402 'libraries': [ 406 'libraries': [
403 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 407 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
562 '<(output)', 566 '<(output)',
563 '<(PRODUCT_DIR)', 567 '<(PRODUCT_DIR)',
564 ], 568 ],
565 'msvs_cygwin_shell': 1, 569 'msvs_cygwin_shell': 1,
566 }, 570 },
567 ] 571 ]
568 }], 572 }],
569 ], 573 ],
570 } 574 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698