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 15 matching lines...) Expand all Loading... |
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 '../gpu/gpu.gyp:gpu_common', |
35 '../media/media.gyp:media', | 35 '../media/media.gyp:media', |
36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 36 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
37 '../printing/printing.gyp:printing', | 37 '../printing/printing.gyp:printing', |
38 '../skia/skia.gyp:skia', | 38 '../skia/skia.gyp:skia', |
39 '../third_party/bzip2/bzip2.gyp:bzip2', | 39 '../third_party/bzip2/bzip2.gyp:bzip2', |
40 '../third_party/expat/expat.gyp:expat', | 40 '../third_party/expat/expat.gyp:expat', |
41 '../third_party/hunspell/hunspell.gyp:hunspell', | 41 '../third_party/hunspell/hunspell.gyp:hunspell', |
42 '../third_party/icu/icu.gyp:icui18n', | 42 '../third_party/icu/icu.gyp:icui18n', |
43 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
44 '../third_party/libjingle/libjingle.gyp:libjingle', | 44 '../third_party/libjingle/libjingle.gyp:libjingle', |
45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
46 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', | 46 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', |
(...skipping 4508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4555 'hard_dependency': 1, | 4555 'hard_dependency': 1, |
4556 }, | 4556 }, |
4557 ], | 4557 ], |
4558 } | 4558 } |
4559 | 4559 |
4560 # Local Variables: | 4560 # Local Variables: |
4561 # tab-width:2 | 4561 # tab-width:2 |
4562 # indent-tabs-mode:nil | 4562 # indent-tabs-mode:nil |
4563 # End: | 4563 # End: |
4564 # vim: set expandtab tabstop=2 shiftwidth=2: | 4564 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |