| 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 13 matching lines...) Expand all Loading... |
| 24 'safe_browsing_report_proto', | 24 'safe_browsing_report_proto', |
| 25 'syncapi', | 25 'syncapi', |
| 26 'theme_resources', | 26 'theme_resources', |
| 27 'theme_resources_large', | 27 'theme_resources_large', |
| 28 'theme_resources_standard', | 28 'theme_resources_standard', |
| 29 'userfeedback_proto', | 29 'userfeedback_proto', |
| 30 '../app/app.gyp:app_resources', | 30 '../app/app.gyp:app_resources', |
| 31 '../build/temp_gyp/googleurl.gyp:googleurl', | 31 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 32 '../content/content.gyp:content_browser', | 32 '../content/content.gyp:content_browser', |
| 33 '../crypto/crypto.gyp:crypto', | 33 '../crypto/crypto.gyp:crypto', |
| 34 '../gpu/gpu.gyp:gpu_common', |
| 34 '../media/media.gyp:media', | 35 '../media/media.gyp:media', |
| 35 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
| 36 '../printing/printing.gyp:printing', | 37 '../printing/printing.gyp:printing', |
| 37 '../skia/skia.gyp:skia', | 38 '../skia/skia.gyp:skia', |
| 38 '../third_party/bzip2/bzip2.gyp:bzip2', | 39 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 39 '../third_party/expat/expat.gyp:expat', | 40 '../third_party/expat/expat.gyp:expat', |
| 40 '../third_party/hunspell/hunspell.gyp:hunspell', | 41 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 41 '../third_party/icu/icu.gyp:icui18n', | 42 '../third_party/icu/icu.gyp:icui18n', |
| 42 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
| 43 '../third_party/libjingle/libjingle.gyp:libjingle', | 44 '../third_party/libjingle/libjingle.gyp:libjingle', |
| (...skipping 4491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4535 'hard_dependency': 1, | 4536 'hard_dependency': 1, |
| 4536 }, | 4537 }, |
| 4537 ], | 4538 ], |
| 4538 } | 4539 } |
| 4539 | 4540 |
| 4540 # Local Variables: | 4541 # Local Variables: |
| 4541 # tab-width:2 | 4542 # tab-width:2 |
| 4542 # indent-tabs-mode:nil | 4543 # indent-tabs-mode:nil |
| 4543 # End: | 4544 # End: |
| 4544 # vim: set expandtab tabstop=2 shiftwidth=2: | 4545 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |