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

Side by Side Diff: ui/ui.gyp

Issue 10696082: Clean up gyp settings for libjpeg (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove android settings Created 8 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 | « third_party/libjpeg/libjpeg.gyp ('k') | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'gfx/pango_util.cc', 697 'gfx/pango_util.cc',
698 'gfx/platform_font_pango.cc', 698 'gfx/platform_font_pango.cc',
699 'gfx/platform_font_pango.h', 699 'gfx/platform_font_pango.h',
700 ], 700 ],
701 }], 701 }],
702 ['OS=="linux"', { 702 ['OS=="linux"', {
703 'libraries': [ 703 'libraries': [
704 '-ldl', 704 '-ldl',
705 ], 705 ],
706 }], 706 }],
707 ['os_bsd==1 and use_system_libjpeg==1', {
708 'include_dirs': [
709 '/usr/local/include',
710 ],
711 }],
712 ['inside_chromium_build==0', { 707 ['inside_chromium_build==0', {
713 'dependencies': [ 708 'dependencies': [
714 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 709 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
715 ], 710 ],
716 }], 711 }],
717 ], 712 ],
718 }, 713 },
719 ], 714 ],
720 'conditions': [ 715 'conditions': [
721 ['inside_chromium_build==1', { 716 ['inside_chromium_build==1', {
(...skipping 25 matching lines...) Expand all
747 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 742 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
748 'os.chmod(\'<(ui_copy_dest)\', 0700)' 743 'os.chmod(\'<(ui_copy_dest)\', 0700)'
749 ] 744 ]
750 } 745 }
751 ], 746 ],
752 }, 747 },
753 ], 748 ],
754 }], 749 }],
755 ], 750 ],
756 } 751 }
OLDNEW
« no previous file with comments | « third_party/libjpeg/libjpeg.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698