OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2808 'outputs': [ | 2808 'outputs': [ |
2809 '<(INTERMEDIATE_DIR)/ui_localizer_table.h', | 2809 '<(INTERMEDIATE_DIR)/ui_localizer_table.h', |
2810 ], | 2810 ], |
2811 'action': ['<(xib_localizer_tool_path)', | 2811 'action': ['<(xib_localizer_tool_path)', |
2812 '<@(_outputs)', | 2812 '<@(_outputs)', |
2813 '<@(xib_files_to_scan)'], | 2813 '<@(xib_files_to_scan)'], |
2814 }, | 2814 }, |
2815 ], | 2815 ], |
2816 }, { # OS != mac | 2816 }, { # OS != mac |
2817 'dependencies': [ | 2817 'dependencies': [ |
2818 'installer/installer.gyp:installer_util', | 2818 'installer_util', |
2819 ], | 2819 ], |
2820 }], | 2820 }], |
2821 ['OS=="win"', { | 2821 ['OS=="win"', { |
2822 'defines': [ | 2822 'defines': [ |
2823 '__STD_C', | 2823 '__STD_C', |
2824 '_CRT_SECURE_NO_DEPRECATE', | 2824 '_CRT_SECURE_NO_DEPRECATE', |
2825 '_SCL_SECURE_NO_DEPRECATE', | 2825 '_SCL_SECURE_NO_DEPRECATE', |
2826 ], | 2826 ], |
2827 'include_dirs': [ | 2827 'include_dirs': [ |
2828 '<(DEPTH)/third_party/wtl/include', | 2828 '<(DEPTH)/third_party/wtl/include', |
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3528 ], | 3528 ], |
3529 }, | 3529 }, |
3530 ], | 3530 ], |
3531 } | 3531 } |
3532 | 3532 |
3533 # Local Variables: | 3533 # Local Variables: |
3534 # tab-width:2 | 3534 # tab-width:2 |
3535 # indent-tabs-mode:nil | 3535 # indent-tabs-mode:nil |
3536 # End: | 3536 # End: |
3537 # vim: set expandtab tabstop=2 shiftwidth=2: | 3537 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |