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 2481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2492 }, | 2492 }, |
2493 ], | 2493 ], |
2494 }], | 2494 }], |
2495 ['OS=="win"', { | 2495 ['OS=="win"', { |
2496 'defines': [ | 2496 'defines': [ |
2497 '__STD_C', | 2497 '__STD_C', |
2498 '_CRT_SECURE_NO_DEPRECATE', | 2498 '_CRT_SECURE_NO_DEPRECATE', |
2499 '_SCL_SECURE_NO_DEPRECATE', | 2499 '_SCL_SECURE_NO_DEPRECATE', |
2500 ], | 2500 ], |
2501 'include_dirs': [ | 2501 'include_dirs': [ |
2502 'third_party/wtl/include', | 2502 '<(DEPTH)/third_party/wtl/include', |
2503 ], | 2503 ], |
2504 'dependencies': [ | 2504 'dependencies': [ |
2505 '../gears/gears.gyp:gears', | 2505 '../gears/gears.gyp:gears', |
2506 '../google_update/google_update.gyp:google_update', | 2506 '../google_update/google_update.gyp:google_update', |
2507 '../views/views.gyp:views', | 2507 '../views/views.gyp:views', |
2508 'installer/installer.gyp:installer_util', | 2508 'installer/installer.gyp:installer_util', |
2509 '<(allocator_target)', | 2509 '<(allocator_target)', |
2510 ], | 2510 ], |
2511 'export_dependent_settings': [ | 2511 'export_dependent_settings': [ |
2512 '../views/views.gyp:views', | 2512 '../views/views.gyp:views', |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2907 ], | 2907 ], |
2908 }, | 2908 }, |
2909 ], | 2909 ], |
2910 } | 2910 } |
2911 | 2911 |
2912 # Local Variables: | 2912 # Local Variables: |
2913 # tab-width:2 | 2913 # tab-width:2 |
2914 # indent-tabs-mode:nil | 2914 # indent-tabs-mode:nil |
2915 # End: | 2915 # End: |
2916 # vim: set expandtab tabstop=2 shiftwidth=2: | 2916 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |