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

Side by Side Diff: content/content_common.gypi

Issue 17619005: Create top-level separate targets for browser and child dlls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 5 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.gyp ('k') | content/public/app/content_main_delegate.cc » ('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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ['include', '^common/url_schemes\\.cc$'], 370 ['include', '^common/url_schemes\\.cc$'],
371 ], 371 ],
372 }, { # OS!="ios" 372 }, { # OS!="ios"
373 'dependencies': [ 373 'dependencies': [
374 '../cc/cc.gyp:cc', 374 '../cc/cc.gyp:cc',
375 '../gpu/gpu.gyp:gles2_c_lib', 375 '../gpu/gpu.gyp:gles2_c_lib',
376 '../gpu/gpu.gyp:gles2_implementation', 376 '../gpu/gpu.gyp:gles2_implementation',
377 '../gpu/gpu.gyp:gpu_ipc', 377 '../gpu/gpu.gyp:gpu_ipc',
378 '../ipc/ipc.gyp:ipc', 378 '../ipc/ipc.gyp:ipc',
379 '../media/media.gyp:shared_memory_support', 379 '../media/media.gyp:shared_memory_support',
380 '../third_party/WebKit/public/blink.gyp:blink', 380 '../third_party/WebKit/public/blink.gyp:blink_minimal',
381 '../ui/gl/gl.gyp:gl', 381 '../ui/gl/gl.gyp:gl',
382 '../webkit/common/webkit_common.gyp:webkit_common', 382 '../webkit/common/webkit_common.gyp:webkit_common',
383 '../webkit/storage_browser.gyp:webkit_storage_browser', 383 '../webkit/storage_browser.gyp:webkit_storage_browser',
384 '../webkit/storage_common.gyp:webkit_storage_common', 384 '../webkit/storage_common.gyp:webkit_storage_common',
385 '../webkit/support/webkit_support.gyp:glue', 385 '../webkit/support/webkit_support.gyp:glue',
386 ], 386 ],
387 }], 387 }],
388 ['OS=="android"',{ 388 ['OS=="android"',{
389 'link_settings': { 389 'link_settings': {
390 'libraries': [ 390 'libraries': [
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
543 '<(output)', 543 '<(output)',
544 '<(PRODUCT_DIR)', 544 '<(PRODUCT_DIR)',
545 ], 545 ],
546 'msvs_cygwin_shell': 1, 546 'msvs_cygwin_shell': 1,
547 }, 547 },
548 ] 548 ]
549 }], 549 }],
550 ], 550 ],
551 } 551 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/public/app/content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698