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

Side by Side Diff: content/content_common.gypi

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ordering in ui.gyp 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') | content/content_renderer.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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'sources!': [ 412 'sources!': [
413 'common/plugin_list_posix.cc', 413 'common/plugin_list_posix.cc',
414 ], 414 ],
415 'link_settings': { 415 'link_settings': {
416 'libraries': [ 416 'libraries': [
417 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 417 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
418 ], 418 ],
419 }, 419 },
420 }], 420 }],
421 ['OS=="android"',{ 421 ['OS=="android"',{
422 'sources!': [
423 'common/find_match_rect_android.cc',
424 'common/font_list_android.cc',
425 'common/font_list.cc',
Charlie Reis 2013/08/28 23:33:24 nit: Swap lines 424 and 425. Also, are we really
Charlie Reis 2013/08/28 23:34:11 Same question for find_match_rect_android.cc, of c
426 'common/sandbox_util.cc',
427 'public/common/child_process_host_delegate.cc',
428 ],
422 'link_settings': { 429 'link_settings': {
423 'libraries': [ 430 'libraries': [
424 '-landroid', # ANativeWindow 431 '-landroid', # ANativeWindow
425 ], 432 ],
426 }, 433 },
427 'dependencies': [ 434 'dependencies': [
428 'content.gyp:content_jni_headers', 435 'content.gyp:content_jni_headers',
429 'content.gyp:common_aidl', 436 'content.gyp:common_aidl',
430 ], 437 ],
431 }], 438 }],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
573 '<(output)', 580 '<(output)',
574 '<(PRODUCT_DIR)', 581 '<(PRODUCT_DIR)',
575 ], 582 ],
576 'msvs_cygwin_shell': 1, 583 'msvs_cygwin_shell': 1,
577 }, 584 },
578 ] 585 ]
579 }], 586 }],
580 ], 587 ],
581 } 588 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698