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

Side by Side Diff: chrome/chrome.gyp

Issue 160276: mole expand/collapse API (Closed)
Patch Set: fixed a couple of crashers Created 11 years, 4 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
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/common/common_resources.grd » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'browser/extensions/extension_process_manager.cc', 968 'browser/extensions/extension_process_manager.cc',
969 'browser/extensions/extension_process_manager.h', 969 'browser/extensions/extension_process_manager.h',
970 'browser/extensions/extension_protocols.cc', 970 'browser/extensions/extension_protocols.cc',
971 'browser/extensions/extension_protocols.h', 971 'browser/extensions/extension_protocols.h',
972 'browser/extensions/extension_shelf_model.cc', 972 'browser/extensions/extension_shelf_model.cc',
973 'browser/extensions/extension_shelf_model.h', 973 'browser/extensions/extension_shelf_model.h',
974 'browser/extensions/extension_tabs_module.cc', 974 'browser/extensions/extension_tabs_module.cc',
975 'browser/extensions/extension_tabs_module.h', 975 'browser/extensions/extension_tabs_module.h',
976 'browser/extensions/extension_tabs_module_constants.cc', 976 'browser/extensions/extension_tabs_module_constants.cc',
977 'browser/extensions/extension_tabs_module_constants.h', 977 'browser/extensions/extension_tabs_module_constants.h',
978 'browser/extensions/extension_toolstrip_api.cc',
979 'browser/extensions/extension_toolstrip_api.h',
978 'browser/extensions/extension_updater.cc', 980 'browser/extensions/extension_updater.cc',
979 'browser/extensions/extension_updater.h', 981 'browser/extensions/extension_updater.h',
980 'browser/extensions/extensions_service.cc', 982 'browser/extensions/extensions_service.cc',
981 'browser/extensions/extensions_service.h', 983 'browser/extensions/extensions_service.h',
982 'browser/extensions/extensions_ui.cc', 984 'browser/extensions/extensions_ui.cc',
983 'browser/extensions/extensions_ui.h', 985 'browser/extensions/extensions_ui.h',
984 'browser/extensions/external_extension_provider.h', 986 'browser/extensions/external_extension_provider.h',
985 'browser/extensions/external_registry_extension_provider_win.cc', 987 'browser/extensions/external_registry_extension_provider_win.cc',
986 'browser/extensions/external_registry_extension_provider_win.h', 988 'browser/extensions/external_registry_extension_provider_win.h',
987 'browser/extensions/external_pref_extension_provider.cc', 989 'browser/extensions/external_pref_extension_provider.cc',
(...skipping 4218 matching lines...) Expand 10 before | Expand all | Expand 10 after
5206 # Use outputs of this action as inputs for the main target build. 5208 # Use outputs of this action as inputs for the main target build.
5207 # Seems as a misnomer but makes this happy on Linux (scons). 5209 # Seems as a misnomer but makes this happy on Linux (scons).
5208 'process_outputs_as_sources': 1, 5210 'process_outputs_as_sources': 1,
5209 }, 5211 },
5210 ], # 'actions' 5212 ], # 'actions'
5211 }, 5213 },
5212 ] 5214 ]
5213 }], 5215 }],
5214 ], # 'conditions' 5216 ], # 'conditions'
5215 } 5217 }
OLDNEW
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/common/common_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698