| 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 11 matching lines...) Expand all Loading... |
| 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 '../build/temp_gyp/googleurl.gyp:googleurl', | 30 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 31 '../content/content.gyp:content_browser', | 31 '../content/content.gyp:content_browser', |
| 32 '../crypto/crypto.gyp:crypto', |
| 32 '../gpu/gpu.gyp:gpu_common', | 33 '../gpu/gpu.gyp:gpu_common', |
| 33 '../media/media.gyp:media', | 34 '../media/media.gyp:media', |
| 34 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 35 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
| 35 '../printing/printing.gyp:printing', | 36 '../printing/printing.gyp:printing', |
| 36 '../skia/skia.gyp:skia', | 37 '../skia/skia.gyp:skia', |
| 37 '../third_party/bzip2/bzip2.gyp:bzip2', | 38 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 38 '../third_party/expat/expat.gyp:expat', | 39 '../third_party/expat/expat.gyp:expat', |
| 39 '../third_party/hunspell/hunspell.gyp:hunspell', | 40 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 40 '../third_party/icu/icu.gyp:icui18n', | 41 '../third_party/icu/icu.gyp:icui18n', |
| 41 '../third_party/icu/icu.gyp:icuuc', | 42 '../third_party/icu/icu.gyp:icuuc', |
| (...skipping 4395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4437 'hard_dependency': 1, | 4438 'hard_dependency': 1, |
| 4438 }, | 4439 }, |
| 4439 ], | 4440 ], |
| 4440 } | 4441 } |
| 4441 | 4442 |
| 4442 # Local Variables: | 4443 # Local Variables: |
| 4443 # tab-width:2 | 4444 # tab-width:2 |
| 4444 # indent-tabs-mode:nil | 4445 # indent-tabs-mode:nil |
| 4445 # End: | 4446 # End: |
| 4446 # vim: set expandtab tabstop=2 shiftwidth=2: | 4447 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |