| 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', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 'common', | 12 'common', |
| 13 'common_net', | 13 'common_net', |
| 14 'chrome_extra_resources', | 14 'chrome_extra_resources', |
| 15 'chrome_resources', | 15 'chrome_resources', |
| 16 'chrome_strings', | 16 'chrome_strings', |
| 17 'chrome_version_info', | 17 'chrome_version_info', |
| 18 'component_extensions', | 18 'component_extensions', |
| 19 'installer_util', |
| 19 'platform_locale_settings', | 20 'platform_locale_settings', |
| 20 'profile_import', | 21 'profile_import', |
| 21 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 22 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 22 'syncapi', | 23 'syncapi', |
| 23 'theme_resources', | 24 'theme_resources', |
| 24 'userfeedback_proto', | 25 'userfeedback_proto', |
| 25 '../app/app.gyp:app_resources', | 26 '../app/app.gyp:app_resources', |
| 26 '../app/app.gyp:app_strings', | 27 '../app/app.gyp:app_strings', |
| 27 '../media/media.gyp:media', | 28 '../media/media.gyp:media', |
| 28 '../printing/printing.gyp:printing', | 29 '../printing/printing.gyp:printing', |
| (...skipping 3023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3052 '<@(xib_files_to_scan)', | 3053 '<@(xib_files_to_scan)', |
| 3053 ], | 3054 ], |
| 3054 'outputs': [ | 3055 'outputs': [ |
| 3055 '<(INTERMEDIATE_DIR)/ui_localizer_table.h', | 3056 '<(INTERMEDIATE_DIR)/ui_localizer_table.h', |
| 3056 ], | 3057 ], |
| 3057 'action': ['<(xib_localizer_tool_path)', | 3058 'action': ['<(xib_localizer_tool_path)', |
| 3058 '<@(_outputs)', | 3059 '<@(_outputs)', |
| 3059 '<@(xib_files_to_scan)'], | 3060 '<@(xib_files_to_scan)'], |
| 3060 }, | 3061 }, |
| 3061 ], | 3062 ], |
| 3062 }, { # OS != mac | |
| 3063 'dependencies': [ | |
| 3064 'installer_util', | |
| 3065 ], | |
| 3066 }], | 3063 }], |
| 3067 ['OS=="win"', { | 3064 ['OS=="win"', { |
| 3068 'defines': [ | 3065 'defines': [ |
| 3069 '__STD_C', | 3066 '__STD_C', |
| 3070 '_CRT_SECURE_NO_DEPRECATE', | 3067 '_CRT_SECURE_NO_DEPRECATE', |
| 3071 '_SCL_SECURE_NO_DEPRECATE', | 3068 '_SCL_SECURE_NO_DEPRECATE', |
| 3072 ], | 3069 ], |
| 3073 'include_dirs': [ | 3070 'include_dirs': [ |
| 3074 '<(DEPTH)/third_party/wtl/include', | 3071 '<(DEPTH)/third_party/wtl/include', |
| 3075 ], | 3072 ], |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 ], | 3609 ], |
| 3613 }, | 3610 }, |
| 3614 ], | 3611 ], |
| 3615 } | 3612 } |
| 3616 | 3613 |
| 3617 # Local Variables: | 3614 # Local Variables: |
| 3618 # tab-width:2 | 3615 # tab-width:2 |
| 3619 # indent-tabs-mode:nil | 3616 # indent-tabs-mode:nil |
| 3620 # End: | 3617 # End: |
| 3621 # vim: set expandtab tabstop=2 shiftwidth=2: | 3618 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |