| 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 2769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2780 '__STD_C', | 2780 '__STD_C', |
| 2781 '_CRT_SECURE_NO_DEPRECATE', | 2781 '_CRT_SECURE_NO_DEPRECATE', |
| 2782 '_SCL_SECURE_NO_DEPRECATE', | 2782 '_SCL_SECURE_NO_DEPRECATE', |
| 2783 ], | 2783 ], |
| 2784 'include_dirs': [ | 2784 'include_dirs': [ |
| 2785 '<(DEPTH)/third_party/wtl/include', | 2785 '<(DEPTH)/third_party/wtl/include', |
| 2786 ], | 2786 ], |
| 2787 'dependencies': [ | 2787 'dependencies': [ |
| 2788 '../gears/gears.gyp:gears', | 2788 '../gears/gears.gyp:gears', |
| 2789 '../google_update/google_update.gyp:google_update', | 2789 '../google_update/google_update.gyp:google_update', |
| 2790 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | |
| 2791 '../views/views.gyp:views', | 2790 '../views/views.gyp:views', |
| 2792 '<(allocator_target)', | 2791 '<(allocator_target)', |
| 2793 ], | 2792 ], |
| 2794 'export_dependent_settings': [ | 2793 'export_dependent_settings': [ |
| 2795 '../views/views.gyp:views', | 2794 '../views/views.gyp:views', |
| 2796 ], | 2795 ], |
| 2797 'sources': [ | 2796 'sources': [ |
| 2798 # NaCl broker is used on Windows only | 2797 # NaCl broker is used on Windows only |
| 2799 'browser/nacl_host/nacl_broker_host.cc', | 2798 'browser/nacl_host/nacl_broker_host.cc', |
| 2800 'browser/nacl_host/nacl_broker_host.h', | 2799 'browser/nacl_host/nacl_broker_host.h', |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3423 ] | 3422 ] |
| 3424 }, | 3423 }, |
| 3425 ], | 3424 ], |
| 3426 } | 3425 } |
| 3427 | 3426 |
| 3428 # Local Variables: | 3427 # Local Variables: |
| 3429 # tab-width:2 | 3428 # tab-width:2 |
| 3430 # indent-tabs-mode:nil | 3429 # indent-tabs-mode:nil |
| 3431 # End: | 3430 # End: |
| 3432 # vim: set expandtab tabstop=2 shiftwidth=2: | 3431 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |