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 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2106 ], | 2106 ], |
2107 }], | 2107 }], |
2108 ['OS=="win"', { | 2108 ['OS=="win"', { |
2109 'defines': [ | 2109 'defines': [ |
2110 '__STD_C', | 2110 '__STD_C', |
2111 '_CRT_SECURE_NO_DEPRECATE', | 2111 '_CRT_SECURE_NO_DEPRECATE', |
2112 '_SCL_SECURE_NO_DEPRECATE', | 2112 '_SCL_SECURE_NO_DEPRECATE', |
2113 ], | 2113 ], |
2114 'include_dirs': [ | 2114 'include_dirs': [ |
2115 'third_party/wtl/include', | 2115 'third_party/wtl/include', |
2116 '../third_party/cld', | |
2117 ], | 2116 ], |
2118 'dependencies': [ | 2117 'dependencies': [ |
2119 '../gears/gears.gyp:gears', | 2118 '../gears/gears.gyp:gears', |
2120 '../google_update/google_update.gyp:google_update', | 2119 '../google_update/google_update.gyp:google_update', |
2121 '../third_party/cld/cld.gyp:cld', | |
2122 '../views/views.gyp:views', | 2120 '../views/views.gyp:views', |
2123 'installer/installer.gyp:installer_util', | 2121 'installer/installer.gyp:installer_util', |
2124 '<(allocator_target)', | 2122 '<(allocator_target)', |
2125 ], | 2123 ], |
2126 'export_dependent_settings': [ | 2124 'export_dependent_settings': [ |
2127 '../views/views.gyp:views', | 2125 '../views/views.gyp:views', |
2128 ], | 2126 ], |
2129 'sources': [ | 2127 'sources': [ |
2130 'browser/net/ssl_config_service_manager_system.cc', | 2128 'browser/net/ssl_config_service_manager_system.cc', |
2131 # Using built-in rule in vstudio for midl. | 2129 # Using built-in rule in vstudio for midl. |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2523 ], | 2521 ], |
2524 }, | 2522 }, |
2525 ], | 2523 ], |
2526 } | 2524 } |
2527 | 2525 |
2528 # Local Variables: | 2526 # Local Variables: |
2529 # tab-width:2 | 2527 # tab-width:2 |
2530 # indent-tabs-mode:nil | 2528 # indent-tabs-mode:nil |
2531 # End: | 2529 # End: |
2532 # vim: set expandtab tabstop=2 shiftwidth=2: | 2530 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |