| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 10 matching lines...) Expand all Loading... |
| 21 'installer_util', | 21 'installer_util', |
| 22 'platform_locale_settings', | 22 'platform_locale_settings', |
| 23 'profile_import', | 23 'profile_import', |
| 24 'safe_browsing_csd_proto', | 24 'safe_browsing_csd_proto', |
| 25 'safe_browsing_report_proto', | 25 'safe_browsing_report_proto', |
| 26 'syncapi', | 26 'syncapi', |
| 27 'theme_resources', | 27 'theme_resources', |
| 28 'userfeedback_proto', | 28 'userfeedback_proto', |
| 29 '../app/app.gyp:app_resources', | 29 '../app/app.gyp:app_resources', |
| 30 '../content/content.gyp:content_browser', | 30 '../content/content.gyp:content_browser', |
| 31 '../gpu/gpu.gyp:gpu_common', |
| 31 '../media/media.gyp:media', | 32 '../media/media.gyp:media', |
| 32 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 33 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
| 33 '../printing/printing.gyp:printing', | 34 '../printing/printing.gyp:printing', |
| 34 '../skia/skia.gyp:skia', | 35 '../skia/skia.gyp:skia', |
| 35 '../third_party/bzip2/bzip2.gyp:bzip2', | 36 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 36 '../third_party/expat/expat.gyp:expat', | 37 '../third_party/expat/expat.gyp:expat', |
| 37 '../third_party/hunspell/hunspell.gyp:hunspell', | 38 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 38 '../third_party/icu/icu.gyp:icui18n', | 39 '../third_party/icu/icu.gyp:icui18n', |
| 39 '../third_party/icu/icu.gyp:icuuc', | 40 '../third_party/icu/icu.gyp:icuuc', |
| 40 '../third_party/libjingle/libjingle.gyp:libjingle', | 41 '../third_party/libjingle/libjingle.gyp:libjingle', |
| (...skipping 4300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4341 ], | 4342 ], |
| 4342 }, | 4343 }, |
| 4343 ], | 4344 ], |
| 4344 } | 4345 } |
| 4345 | 4346 |
| 4346 # Local Variables: | 4347 # Local Variables: |
| 4347 # tab-width:2 | 4348 # tab-width:2 |
| 4348 # indent-tabs-mode:nil | 4349 # indent-tabs-mode:nil |
| 4349 # End: | 4350 # End: |
| 4350 # vim: set expandtab tabstop=2 shiftwidth=2: | 4351 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |