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 3317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3328 'outputs': [ | 3328 'outputs': [ |
3329 '<(INTERMEDIATE_DIR)/ui_localizer_table.h', | 3329 '<(INTERMEDIATE_DIR)/ui_localizer_table.h', |
3330 ], | 3330 ], |
3331 'action': ['<(xib_localizer_tool_path)', | 3331 'action': ['<(xib_localizer_tool_path)', |
3332 '<@(_outputs)', | 3332 '<@(_outputs)', |
3333 '<@(xib_files_to_scan)'], | 3333 '<@(xib_files_to_scan)'], |
3334 }, | 3334 }, |
3335 ], | 3335 ], |
3336 }], | 3336 }], |
3337 ['OS=="win"', { | 3337 ['OS=="win"', { |
3338 'defines': [ | |
3339 '__STD_C', | |
3340 '_CRT_SECURE_NO_DEPRECATE', | |
3341 '_SCL_SECURE_NO_DEPRECATE', | |
3342 ], | |
3343 'include_dirs': [ | 3338 'include_dirs': [ |
3344 '<(DEPTH)/third_party/wtl/include', | 3339 '<(DEPTH)/third_party/wtl/include', |
3345 ], | 3340 ], |
3346 'dependencies': [ | 3341 'dependencies': [ |
3347 '../gears/gears.gyp:gears', | 3342 '../gears/gears.gyp:gears', |
3348 '../google_update/google_update.gyp:google_update', | 3343 '../google_update/google_update.gyp:google_update', |
3349 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3344 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
3350 '../views/views.gyp:views', | 3345 '../views/views.gyp:views', |
3351 '../rlz/rlz.gyp:rlz_lib', | 3346 '../rlz/rlz.gyp:rlz_lib', |
3352 ], | 3347 ], |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3916 ], | 3911 ], |
3917 }, | 3912 }, |
3918 ], | 3913 ], |
3919 } | 3914 } |
3920 | 3915 |
3921 # Local Variables: | 3916 # Local Variables: |
3922 # tab-width:2 | 3917 # tab-width:2 |
3923 # indent-tabs-mode:nil | 3918 # indent-tabs-mode:nil |
3924 # End: | 3919 # End: |
3925 # vim: set expandtab tabstop=2 shiftwidth=2: | 3920 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |