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