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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8037005: Refactor ExtensionTabUtil-namespaced functions into their own file. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updates after try runs. Created 9 years, 2 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/ui/views/location_bar/page_action_image_view.cc ('k') | no next file » | 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) 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 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'browser/extensions/extension_sidebar_api.cc', 1102 'browser/extensions/extension_sidebar_api.cc',
1103 'browser/extensions/extension_sidebar_api.h', 1103 'browser/extensions/extension_sidebar_api.h',
1104 'browser/extensions/extension_special_storage_policy.cc', 1104 'browser/extensions/extension_special_storage_policy.cc',
1105 'browser/extensions/extension_special_storage_policy.h', 1105 'browser/extensions/extension_special_storage_policy.h',
1106 'browser/extensions/extension_sync_data.cc', 1106 'browser/extensions/extension_sync_data.cc',
1107 'browser/extensions/extension_sync_data.h', 1107 'browser/extensions/extension_sync_data.h',
1108 'browser/extensions/extension_tab_helper.cc', 1108 'browser/extensions/extension_tab_helper.cc',
1109 'browser/extensions/extension_tab_helper.h', 1109 'browser/extensions/extension_tab_helper.h',
1110 'browser/extensions/extension_tab_id_map.cc', 1110 'browser/extensions/extension_tab_id_map.cc',
1111 'browser/extensions/extension_tab_id_map.h', 1111 'browser/extensions/extension_tab_id_map.h',
1112 'browser/extensions/extension_tab_util.cc',
1113 'browser/extensions/extension_tab_util.h',
1112 'browser/extensions/extension_tabs_module.cc', 1114 'browser/extensions/extension_tabs_module.cc',
1113 'browser/extensions/extension_tabs_module.h', 1115 'browser/extensions/extension_tabs_module.h',
1114 'browser/extensions/extension_tabs_module_constants.cc', 1116 'browser/extensions/extension_tabs_module_constants.cc',
1115 'browser/extensions/extension_tabs_module_constants.h', 1117 'browser/extensions/extension_tabs_module_constants.h',
1116 'browser/extensions/extension_test_api.cc', 1118 'browser/extensions/extension_test_api.cc',
1117 'browser/extensions/extension_test_api.h', 1119 'browser/extensions/extension_test_api.h',
1118 'browser/extensions/extension_toolbar_model.cc', 1120 'browser/extensions/extension_toolbar_model.cc',
1119 'browser/extensions/extension_toolbar_model.h', 1121 'browser/extensions/extension_toolbar_model.h',
1120 'browser/extensions/extension_tts_api.cc', 1122 'browser/extensions/extension_tts_api.cc',
1121 'browser/extensions/extension_tts_api.h', 1123 'browser/extensions/extension_tts_api.h',
(...skipping 3940 matching lines...) Expand 10 before | Expand all | Expand 10 after
5062 # weak imports in dependents, who still must #include 5064 # weak imports in dependents, who still must #include
5063 # closure_blocks_leopard_compat.h to get weak imports. 5065 # closure_blocks_leopard_compat.h to get weak imports.
5064 'type': 'none', 5066 'type': 'none',
5065 }], 5067 }],
5066 ], 5068 ],
5067 }, 5069 },
5068 ], 5070 ],
5069 }], 5071 }],
5070 ], 5072 ],
5071 } 5073 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/page_action_image_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698