| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 'syncapi_service', | 28 'syncapi_service', |
| 29 'theme_resources', | 29 'theme_resources', |
| 30 'theme_resources_large', | 30 'theme_resources_large', |
| 31 'theme_resources_standard', | 31 'theme_resources_standard', |
| 32 'userfeedback_proto', | 32 'userfeedback_proto', |
| 33 '../app/app.gyp:app_resources', | 33 '../app/app.gyp:app_resources', |
| 34 '../build/temp_gyp/googleurl.gyp:googleurl', | 34 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 35 '../content/content.gyp:content_browser', | 35 '../content/content.gyp:content_browser', |
| 36 '../crypto/crypto.gyp:crypto', | 36 '../crypto/crypto.gyp:crypto', |
| 37 '../media/media.gyp:media', | 37 '../media/media.gyp:media', |
| 38 '../net/net.gyp:net', |
| 38 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 39 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
| 39 '../printing/printing.gyp:printing', | 40 '../printing/printing.gyp:printing', |
| 40 '../skia/skia.gyp:skia', | 41 '../skia/skia.gyp:skia', |
| 41 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 42 '../third_party/expat/expat.gyp:expat', | 43 '../third_party/expat/expat.gyp:expat', |
| 43 '../third_party/hunspell/hunspell.gyp:hunspell', | 44 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 44 '../third_party/icu/icu.gyp:icui18n', | 45 '../third_party/icu/icu.gyp:icui18n', |
| 45 '../third_party/icu/icu.gyp:icuuc', | 46 '../third_party/icu/icu.gyp:icuuc', |
| 46 '../third_party/libjingle/libjingle.gyp:libjingle', | 47 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 47 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 48 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| (...skipping 4572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4620 'hard_dependency': 1, | 4621 'hard_dependency': 1, |
| 4621 }, | 4622 }, |
| 4622 ], | 4623 ], |
| 4623 } | 4624 } |
| 4624 | 4625 |
| 4625 # Local Variables: | 4626 # Local Variables: |
| 4626 # tab-width:2 | 4627 # tab-width:2 |
| 4627 # indent-tabs-mode:nil | 4628 # indent-tabs-mode:nil |
| 4628 # End: | 4629 # End: |
| 4629 # vim: set expandtab tabstop=2 shiftwidth=2: | 4630 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |