| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |