| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 '../net/net.gyp:net', | 35 '../net/net.gyp:net', |
| 36 '../ppapi/ppapi_internal.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/cld/cld.gyp:cld', | 40 '../third_party/cld/cld.gyp:cld', |
| 41 '../third_party/expat/expat.gyp:expat', | 41 '../third_party/expat/expat.gyp:expat', |
| 42 '../third_party/hunspell/hunspell.gyp:hunspell', | 42 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 43 '../third_party/icu/icu.gyp:icui18n', | 43 '../third_party/icu/icu.gyp:icui18n', |
| 44 '../third_party/icu/icu.gyp:icuuc', | 44 '../third_party/icu/icu.gyp:icuuc', |
| 45 '../third_party/leveldb/leveldb.gyp:leveldb', |
| 45 '../third_party/libjingle/libjingle.gyp:libjingle', | 46 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 46 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 47 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 47 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', | 48 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', |
| 48 '../third_party/libxml/libxml.gyp:libxml', | 49 '../third_party/libxml/libxml.gyp:libxml', |
| 49 '../third_party/npapi/npapi.gyp:npapi', | 50 '../third_party/npapi/npapi.gyp:npapi', |
| 50 '../ui/base/strings/ui_strings.gyp:ui_strings', | 51 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 51 '../ui/gfx/surface/surface.gyp:surface', | 52 '../ui/gfx/surface/surface.gyp:surface', |
| 52 '../ui/ui.gyp:ui_resources', | 53 '../ui/ui.gyp:ui_resources', |
| 53 '../webkit/support/webkit_support.gyp:appcache', | 54 '../webkit/support/webkit_support.gyp:appcache', |
| 54 '../webkit/support/webkit_support.gyp:blob', | 55 '../webkit/support/webkit_support.gyp:blob', |
| (...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'browser/extensions/extension_protocols.cc', | 1045 'browser/extensions/extension_protocols.cc', |
| 1045 'browser/extensions/extension_protocols.h', | 1046 'browser/extensions/extension_protocols.h', |
| 1046 'browser/extensions/extension_proxy_api.cc', | 1047 'browser/extensions/extension_proxy_api.cc', |
| 1047 'browser/extensions/extension_proxy_api.h', | 1048 'browser/extensions/extension_proxy_api.h', |
| 1048 'browser/extensions/extension_proxy_api_constants.cc', | 1049 'browser/extensions/extension_proxy_api_constants.cc', |
| 1049 'browser/extensions/extension_proxy_api_constants.h', | 1050 'browser/extensions/extension_proxy_api_constants.h', |
| 1050 'browser/extensions/extension_proxy_api_helpers.cc', | 1051 'browser/extensions/extension_proxy_api_helpers.cc', |
| 1051 'browser/extensions/extension_proxy_api_helpers.h', | 1052 'browser/extensions/extension_proxy_api_helpers.h', |
| 1052 'browser/extensions/extension_rlz_module.cc', | 1053 'browser/extensions/extension_rlz_module.cc', |
| 1053 'browser/extensions/extension_rlz_module.h', | 1054 'browser/extensions/extension_rlz_module.h', |
| 1055 'browser/extensions/extension_settings.cc', |
| 1056 'browser/extensions/extension_settings.h', |
| 1057 'browser/extensions/extension_settings_api.cc', |
| 1058 'browser/extensions/extension_settings_api.h', |
| 1059 'browser/extensions/extension_settings_noop_storage.cc', |
| 1060 'browser/extensions/extension_settings_noop_storage.h', |
| 1061 'browser/extensions/extension_settings_storage.h', |
| 1062 'browser/extensions/extension_settings_storage_cache.cc', |
| 1063 'browser/extensions/extension_settings_storage_cache.h', |
| 1064 'browser/extensions/extension_settings_leveldb_storage.cc', |
| 1065 'browser/extensions/extension_settings_leveldb_storage.h', |
| 1054 'browser/extensions/extension_service.cc', | 1066 'browser/extensions/extension_service.cc', |
| 1055 'browser/extensions/extension_service.h', | 1067 'browser/extensions/extension_service.h', |
| 1056 'browser/extensions/extension_sidebar_api.cc', | 1068 'browser/extensions/extension_sidebar_api.cc', |
| 1057 'browser/extensions/extension_sidebar_api.h', | 1069 'browser/extensions/extension_sidebar_api.h', |
| 1058 'browser/extensions/extension_special_storage_policy.cc', | 1070 'browser/extensions/extension_special_storage_policy.cc', |
| 1059 'browser/extensions/extension_special_storage_policy.h', | 1071 'browser/extensions/extension_special_storage_policy.h', |
| 1060 'browser/extensions/extension_sync_data.cc', | 1072 'browser/extensions/extension_sync_data.cc', |
| 1061 'browser/extensions/extension_sync_data.h', | 1073 'browser/extensions/extension_sync_data.h', |
| 1062 'browser/extensions/extension_tab_helper.cc', | 1074 'browser/extensions/extension_tab_helper.cc', |
| 1063 'browser/extensions/extension_tab_helper.h', | 1075 'browser/extensions/extension_tab_helper.h', |
| (...skipping 3829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4893 ], | 4905 ], |
| 4894 'export_dependent_settings': [ | 4906 'export_dependent_settings': [ |
| 4895 'in_memory_url_index_cache_proto', | 4907 'in_memory_url_index_cache_proto', |
| 4896 ], | 4908 ], |
| 4897 # This target exports a hard dependency because it includes generated | 4909 # This target exports a hard dependency because it includes generated |
| 4898 # header files. | 4910 # header files. |
| 4899 'hard_dependency': 1, | 4911 'hard_dependency': 1, |
| 4900 }, | 4912 }, |
| 4901 ], | 4913 ], |
| 4902 } | 4914 } |
| OLD | NEW |