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 27 matching lines...) Expand all Loading... |
38 '../media/media.gyp:media', | 38 '../media/media.gyp:media', |
39 '../net/net.gyp:net', | 39 '../net/net.gyp:net', |
40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
41 '../printing/printing.gyp:printing', | 41 '../printing/printing.gyp:printing', |
42 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
43 '../third_party/bzip2/bzip2.gyp:bzip2', | 43 '../third_party/bzip2/bzip2.gyp:bzip2', |
44 '../third_party/expat/expat.gyp:expat', | 44 '../third_party/expat/expat.gyp:expat', |
45 '../third_party/hunspell/hunspell.gyp:hunspell', | 45 '../third_party/hunspell/hunspell.gyp:hunspell', |
46 '../third_party/icu/icu.gyp:icui18n', | 46 '../third_party/icu/icu.gyp:icui18n', |
47 '../third_party/icu/icu.gyp:icuuc', | 47 '../third_party/icu/icu.gyp:icuuc', |
| 48 '../third_party/leveldb/leveldb.gyp:leveldb', |
48 '../third_party/libjingle/libjingle.gyp:libjingle', | 49 '../third_party/libjingle/libjingle.gyp:libjingle', |
49 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
50 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', | 51 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', |
51 '../third_party/libxml/libxml.gyp:libxml', | 52 '../third_party/libxml/libxml.gyp:libxml', |
52 '../third_party/npapi/npapi.gyp:npapi', | 53 '../third_party/npapi/npapi.gyp:npapi', |
53 '../ui/base/strings/ui_strings.gyp:ui_strings', | 54 '../ui/base/strings/ui_strings.gyp:ui_strings', |
54 '../ui/gfx/surface/surface.gyp:surface', | 55 '../ui/gfx/surface/surface.gyp:surface', |
55 '../webkit/support/webkit_support.gyp:appcache', | 56 '../webkit/support/webkit_support.gyp:appcache', |
56 '../webkit/support/webkit_support.gyp:blob', | 57 '../webkit/support/webkit_support.gyp:blob', |
57 '../webkit/support/webkit_support.gyp:database', | 58 '../webkit/support/webkit_support.gyp:database', |
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 'browser/extensions/extension_protocols.cc', | 1026 'browser/extensions/extension_protocols.cc', |
1026 'browser/extensions/extension_protocols.h', | 1027 'browser/extensions/extension_protocols.h', |
1027 'browser/extensions/extension_proxy_api.cc', | 1028 'browser/extensions/extension_proxy_api.cc', |
1028 'browser/extensions/extension_proxy_api.h', | 1029 'browser/extensions/extension_proxy_api.h', |
1029 'browser/extensions/extension_proxy_api_constants.cc', | 1030 'browser/extensions/extension_proxy_api_constants.cc', |
1030 'browser/extensions/extension_proxy_api_constants.h', | 1031 'browser/extensions/extension_proxy_api_constants.h', |
1031 'browser/extensions/extension_proxy_api_helpers.cc', | 1032 'browser/extensions/extension_proxy_api_helpers.cc', |
1032 'browser/extensions/extension_proxy_api_helpers.h', | 1033 'browser/extensions/extension_proxy_api_helpers.h', |
1033 'browser/extensions/extension_rlz_module.cc', | 1034 'browser/extensions/extension_rlz_module.cc', |
1034 'browser/extensions/extension_rlz_module.h', | 1035 'browser/extensions/extension_rlz_module.h', |
| 1036 'browser/extensions/extension_settings.cc', |
| 1037 'browser/extensions/extension_settings.h', |
| 1038 'browser/extensions/extension_settings_api.cc', |
| 1039 'browser/extensions/extension_settings_api.h', |
| 1040 'browser/extensions/extension_settings_noop_storage.cc', |
| 1041 'browser/extensions/extension_settings_noop_storage.h', |
| 1042 'browser/extensions/extension_settings_storage.h', |
| 1043 'browser/extensions/extension_settings_storage_cache.cc', |
| 1044 'browser/extensions/extension_settings_storage_cache.h', |
| 1045 'browser/extensions/extension_settings_leveldb_storage.cc', |
| 1046 'browser/extensions/extension_settings_leveldb_storage.h', |
1035 'browser/extensions/extension_service.cc', | 1047 'browser/extensions/extension_service.cc', |
1036 'browser/extensions/extension_service.h', | 1048 'browser/extensions/extension_service.h', |
1037 'browser/extensions/extension_sidebar_api.cc', | 1049 'browser/extensions/extension_sidebar_api.cc', |
1038 'browser/extensions/extension_sidebar_api.h', | 1050 'browser/extensions/extension_sidebar_api.h', |
1039 'browser/extensions/extension_special_storage_policy.cc', | 1051 'browser/extensions/extension_special_storage_policy.cc', |
1040 'browser/extensions/extension_special_storage_policy.h', | 1052 'browser/extensions/extension_special_storage_policy.h', |
1041 'browser/extensions/extension_sync_data.cc', | 1053 'browser/extensions/extension_sync_data.cc', |
1042 'browser/extensions/extension_sync_data.h', | 1054 'browser/extensions/extension_sync_data.h', |
1043 'browser/extensions/extension_tab_id_map.cc', | 1055 'browser/extensions/extension_tab_id_map.cc', |
1044 'browser/extensions/extension_tab_id_map.h', | 1056 'browser/extensions/extension_tab_id_map.h', |
(...skipping 3603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4648 'hard_dependency': 1, | 4660 'hard_dependency': 1, |
4649 }, | 4661 }, |
4650 ], | 4662 ], |
4651 } | 4663 } |
4652 | 4664 |
4653 # Local Variables: | 4665 # Local Variables: |
4654 # tab-width:2 | 4666 # tab-width:2 |
4655 # indent-tabs-mode:nil | 4667 # indent-tabs-mode:nil |
4656 # End: | 4668 # End: |
4657 # vim: set expandtab tabstop=2 shiftwidth=2: | 4669 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |