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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 657037: Add a metrics extensions API.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
« no previous file with comments | « chrome/browser/extensions/extension_metrics_module.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'browser/extensions/extension_host.cc', 873 'browser/extensions/extension_host.cc',
874 'browser/extensions/extension_host.h', 874 'browser/extensions/extension_host.h',
875 'browser/extensions/extension_host_mac.h', 875 'browser/extensions/extension_host_mac.h',
876 'browser/extensions/extension_host_mac.mm', 876 'browser/extensions/extension_host_mac.mm',
877 'browser/extensions/extension_i18n_api.cc', 877 'browser/extensions/extension_i18n_api.cc',
878 'browser/extensions/extension_i18n_api.h', 878 'browser/extensions/extension_i18n_api.h',
879 'browser/extensions/extension_install_ui.cc', 879 'browser/extensions/extension_install_ui.cc',
880 'browser/extensions/extension_install_ui.h', 880 'browser/extensions/extension_install_ui.h',
881 'browser/extensions/extension_message_service.cc', 881 'browser/extensions/extension_message_service.cc',
882 'browser/extensions/extension_message_service.h', 882 'browser/extensions/extension_message_service.h',
883 'browser/extensions/extension_metrics_module.cc',
884 'browser/extensions/extension_metrics_module.h',
883 'browser/extensions/extension_page_actions_module.cc', 885 'browser/extensions/extension_page_actions_module.cc',
884 'browser/extensions/extension_page_actions_module.h', 886 'browser/extensions/extension_page_actions_module.h',
885 'browser/extensions/extension_page_actions_module_constants.cc', 887 'browser/extensions/extension_page_actions_module_constants.cc',
886 'browser/extensions/extension_page_actions_module_constants.h', 888 'browser/extensions/extension_page_actions_module_constants.h',
887 'browser/extensions/extension_popup_api.cc', 889 'browser/extensions/extension_popup_api.cc',
888 'browser/extensions/extension_popup_api.h', 890 'browser/extensions/extension_popup_api.h',
889 'browser/extensions/extension_popup_host.cc', 891 'browser/extensions/extension_popup_host.cc',
890 'browser/extensions/extension_popup_host.h', 892 'browser/extensions/extension_popup_host.h',
891 'browser/extensions/extension_prefs.cc', 893 'browser/extensions/extension_prefs.cc',
892 'browser/extensions/extension_prefs.h', 894 'browser/extensions/extension_prefs.h',
(...skipping 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2816 ], 2818 ],
2817 }, 2819 },
2818 ], 2820 ],
2819 } 2821 }
2820 2822
2821 # Local Variables: 2823 # Local Variables:
2822 # tab-width:2 2824 # tab-width:2
2823 # indent-tabs-mode:nil 2825 # indent-tabs-mode:nil
2824 # End: 2826 # End:
2825 # vim: set expandtab tabstop=2 shiftwidth=2: 2827 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_metrics_module.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698