Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7189029: Implement an initial extension settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: dgrogan comments #2, mihai comments #1 Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 26 matching lines...) Expand all
37 '../media/media.gyp:media', 37 '../media/media.gyp:media',
38 '../net/net.gyp:net', 38 '../net/net.gyp:net',
39 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 39 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
40 '../printing/printing.gyp:printing', 40 '../printing/printing.gyp:printing',
41 '../skia/skia.gyp:skia', 41 '../skia/skia.gyp:skia',
42 '../third_party/bzip2/bzip2.gyp:bzip2', 42 '../third_party/bzip2/bzip2.gyp:bzip2',
43 '../third_party/expat/expat.gyp:expat', 43 '../third_party/expat/expat.gyp:expat',
44 '../third_party/hunspell/hunspell.gyp:hunspell', 44 '../third_party/hunspell/hunspell.gyp:hunspell',
45 '../third_party/icu/icu.gyp:icui18n', 45 '../third_party/icu/icu.gyp:icui18n',
46 '../third_party/icu/icu.gyp:icuuc', 46 '../third_party/icu/icu.gyp:icuuc',
47 '../third_party/leveldb/leveldb.gyp:leveldb',
47 '../third_party/libjingle/libjingle.gyp:libjingle', 48 '../third_party/libjingle/libjingle.gyp:libjingle',
48 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 49 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
49 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', 50 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto',
50 '../third_party/libxml/libxml.gyp:libxml', 51 '../third_party/libxml/libxml.gyp:libxml',
51 '../third_party/npapi/npapi.gyp:npapi', 52 '../third_party/npapi/npapi.gyp:npapi',
52 '../ui/base/strings/ui_strings.gyp:ui_strings', 53 '../ui/base/strings/ui_strings.gyp:ui_strings',
53 '../ui/gfx/surface/surface.gyp:surface', 54 '../ui/gfx/surface/surface.gyp:surface',
54 '../webkit/support/webkit_support.gyp:appcache', 55 '../webkit/support/webkit_support.gyp:appcache',
55 '../webkit/support/webkit_support.gyp:blob', 56 '../webkit/support/webkit_support.gyp:blob',
56 '../webkit/support/webkit_support.gyp:database', 57 '../webkit/support/webkit_support.gyp:database',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 'browser/extensions/extension_protocols.cc', 1023 'browser/extensions/extension_protocols.cc',
1023 'browser/extensions/extension_protocols.h', 1024 'browser/extensions/extension_protocols.h',
1024 'browser/extensions/extension_proxy_api.cc', 1025 'browser/extensions/extension_proxy_api.cc',
1025 'browser/extensions/extension_proxy_api.h', 1026 'browser/extensions/extension_proxy_api.h',
1026 'browser/extensions/extension_proxy_api_constants.cc', 1027 'browser/extensions/extension_proxy_api_constants.cc',
1027 'browser/extensions/extension_proxy_api_constants.h', 1028 'browser/extensions/extension_proxy_api_constants.h',
1028 'browser/extensions/extension_proxy_api_helpers.cc', 1029 'browser/extensions/extension_proxy_api_helpers.cc',
1029 'browser/extensions/extension_proxy_api_helpers.h', 1030 'browser/extensions/extension_proxy_api_helpers.h',
1030 'browser/extensions/extension_rlz_module.cc', 1031 'browser/extensions/extension_rlz_module.cc',
1031 'browser/extensions/extension_rlz_module.h', 1032 'browser/extensions/extension_rlz_module.h',
1033 'browser/extensions/extension_settings.cc',
1034 'browser/extensions/extension_settings.h',
1035 'browser/extensions/extension_settings_api.cc',
1036 'browser/extensions/extension_settings_api.h',
1037 'browser/extensions/extension_settings_noop_storage.cc',
1038 'browser/extensions/extension_settings_noop_storage.h',
1039 'browser/extensions/extension_settings_storage.h',
1040 'browser/extensions/extension_settings_storage_cache.cc',
1041 'browser/extensions/extension_settings_storage_cache.h',
1042 'browser/extensions/extension_settings_leveldb_storage.cc',
1043 'browser/extensions/extension_settings_leveldb_storage.h',
1032 'browser/extensions/extension_service.cc', 1044 'browser/extensions/extension_service.cc',
1033 'browser/extensions/extension_service.h', 1045 'browser/extensions/extension_service.h',
1034 'browser/extensions/extension_sidebar_api.cc', 1046 'browser/extensions/extension_sidebar_api.cc',
1035 'browser/extensions/extension_sidebar_api.h', 1047 'browser/extensions/extension_sidebar_api.h',
1036 'browser/extensions/extension_special_storage_policy.cc', 1048 'browser/extensions/extension_special_storage_policy.cc',
1037 'browser/extensions/extension_special_storage_policy.h', 1049 'browser/extensions/extension_special_storage_policy.h',
1038 'browser/extensions/extension_sync_data.cc', 1050 'browser/extensions/extension_sync_data.cc',
1039 'browser/extensions/extension_sync_data.h', 1051 'browser/extensions/extension_sync_data.h',
1040 'browser/extensions/extension_tab_id_map.cc', 1052 'browser/extensions/extension_tab_id_map.cc',
1041 'browser/extensions/extension_tab_id_map.h', 1053 'browser/extensions/extension_tab_id_map.h',
(...skipping 3625 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 'hard_dependency': 1, 4679 'hard_dependency': 1,
4668 }, 4680 },
4669 ], 4681 ],
4670 } 4682 }
4671 4683
4672 # Local Variables: 4684 # Local Variables:
4673 # tab-width:2 4685 # tab-width:2
4674 # indent-tabs-mode:nil 4686 # indent-tabs-mode:nil
4675 # End: 4687 # End:
4676 # vim: set expandtab tabstop=2 shiftwidth=2: 4688 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698