| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 'gfx/pango_util.cc', | 583 'gfx/pango_util.cc', |
| 584 'gfx/platform_font_pango.cc', | 584 'gfx/platform_font_pango.cc', |
| 585 'gfx/platform_font_pango.h', | 585 'gfx/platform_font_pango.h', |
| 586 ], | 586 ], |
| 587 }], | 587 }], |
| 588 ['OS=="linux"', { | 588 ['OS=="linux"', { |
| 589 'libraries': [ | 589 'libraries': [ |
| 590 '-ldl', | 590 '-ldl', |
| 591 ], | 591 ], |
| 592 }], | 592 }], |
| 593 ['OS=="openbsd" and use_system_libjpeg==1', { | 593 ['os_bsd==1 and use_system_libjpeg==1', { |
| 594 'include_dirs': [ | 594 'include_dirs': [ |
| 595 '/usr/local/include', | 595 '/usr/local/include', |
| 596 ], | 596 ], |
| 597 }], | 597 }], |
| 598 ], | 598 ], |
| 599 }, | 599 }, |
| 600 { | 600 { |
| 601 'target_name': 'gfx_resources', | 601 'target_name': 'gfx_resources', |
| 602 'type': 'none', | 602 'type': 'none', |
| 603 'variables': { | 603 'variables': { |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 646 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 646 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 647 ] | 647 ] |
| 648 } | 648 } |
| 649 ], | 649 ], |
| 650 }, | 650 }, |
| 651 ], | 651 ], |
| 652 }], | 652 }], |
| 653 ], | 653 ], |
| 654 } | 654 } |
| OLD | NEW |