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

Side by Side Diff: chrome/chrome.gyp

Issue 186014: ForceTLS: persist to disk (Closed)
Patch Set: ... Created 11 years, 3 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
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 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'browser/extensions/theme_preview_infobar_delegate.cc', 1151 'browser/extensions/theme_preview_infobar_delegate.cc',
1152 'browser/extensions/theme_preview_infobar_delegate.h', 1152 'browser/extensions/theme_preview_infobar_delegate.h',
1153 'browser/extensions/user_script_listener.cc', 1153 'browser/extensions/user_script_listener.cc',
1154 'browser/extensions/user_script_listener.h', 1154 'browser/extensions/user_script_listener.h',
1155 'browser/extensions/user_script_master.cc', 1155 'browser/extensions/user_script_master.cc',
1156 'browser/extensions/user_script_master.h', 1156 'browser/extensions/user_script_master.h',
1157 'browser/external_protocol_handler.cc', 1157 'browser/external_protocol_handler.cc',
1158 'browser/external_protocol_handler.h', 1158 'browser/external_protocol_handler.h',
1159 'browser/external_tab_container.cc', 1159 'browser/external_tab_container.cc',
1160 'browser/external_tab_container.h', 1160 'browser/external_tab_container.h',
1161 'browser/force_tls_persister.cc',
1162 'browser/force_tls_persister.h',
1161 'browser/global_keyboard_shortcuts_mac.h', 1163 'browser/global_keyboard_shortcuts_mac.h',
1162 'browser/global_keyboard_shortcuts_mac.mm', 1164 'browser/global_keyboard_shortcuts_mac.mm',
1163 'browser/fav_icon_helper.cc', 1165 'browser/fav_icon_helper.cc',
1164 'browser/fav_icon_helper.h', 1166 'browser/fav_icon_helper.h',
1165 'browser/favicon_service.cc', 1167 'browser/favicon_service.cc',
1166 'browser/favicon_service.h', 1168 'browser/favicon_service.h',
1167 'browser/find_bar.h', 1169 'browser/find_bar.h',
1168 'browser/find_bar_controller.cc', 1170 'browser/find_bar_controller.cc',
1169 'browser/find_bar_controller.h', 1171 'browser/find_bar_controller.h',
1170 'browser/find_notification_details.h', 1172 'browser/find_notification_details.h',
(...skipping 4740 matching lines...) Expand 10 before | Expand all | Expand 10 after
5911 # Use outputs of this action as inputs for the main target build. 5913 # Use outputs of this action as inputs for the main target build.
5912 # Seems as a misnomer but makes this happy on Linux (scons). 5914 # Seems as a misnomer but makes this happy on Linux (scons).
5913 'process_outputs_as_sources': 1, 5915 'process_outputs_as_sources': 1,
5914 }, 5916 },
5915 ], # 'actions' 5917 ], # 'actions'
5916 }, 5918 },
5917 ] 5919 ]
5918 }], 5920 }],
5919 ], # 'conditions' 5921 ], # 'conditions'
5920 } 5922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698