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_report_proto', | 24 'safe_browsing_report_proto', |
25 'syncapi', | 25 'syncapi', |
26 'theme_resources', | 26 'theme_resources', |
27 'userfeedback_proto', | 27 'userfeedback_proto', |
28 '../app/app.gyp:app_resources', | 28 '../app/app.gyp:app_resources', |
29 '../build/temp_gyp/googleurl.gyp:googleurl', | 29 '../build/temp_gyp/googleurl.gyp:googleurl', |
30 '../content/content.gyp:content_browser', | 30 '../content/content.gyp:content_browser', |
31 '../crypto/crypto.gyp:crypto', | 31 '../crypto/crypto.gyp:crypto', |
32 '../gpu/gpu.gyp:gpu_common', | |
33 '../media/media.gyp:media', | 32 '../media/media.gyp:media', |
34 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 33 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
35 '../printing/printing.gyp:printing', | 34 '../printing/printing.gyp:printing', |
36 '../skia/skia.gyp:skia', | 35 '../skia/skia.gyp:skia', |
37 '../third_party/bzip2/bzip2.gyp:bzip2', | 36 '../third_party/bzip2/bzip2.gyp:bzip2', |
38 '../third_party/expat/expat.gyp:expat', | 37 '../third_party/expat/expat.gyp:expat', |
39 '../third_party/hunspell/hunspell.gyp:hunspell', | 38 '../third_party/hunspell/hunspell.gyp:hunspell', |
40 '../third_party/icu/icu.gyp:icui18n', | 39 '../third_party/icu/icu.gyp:icui18n', |
41 '../third_party/icu/icu.gyp:icuuc', | 40 '../third_party/icu/icu.gyp:icuuc', |
42 '../third_party/libjingle/libjingle.gyp:libjingle', | 41 '../third_party/libjingle/libjingle.gyp:libjingle', |
(...skipping 4364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4407 'hard_dependency': 1, | 4406 'hard_dependency': 1, |
4408 }, | 4407 }, |
4409 ], | 4408 ], |
4410 } | 4409 } |
4411 | 4410 |
4412 # Local Variables: | 4411 # Local Variables: |
4413 # tab-width:2 | 4412 # tab-width:2 |
4414 # indent-tabs-mode:nil | 4413 # indent-tabs-mode:nil |
4415 # End: | 4414 # End: |
4416 # vim: set expandtab tabstop=2 shiftwidth=2: | 4415 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |