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

Side by Side Diff: content/content_browser.gypi

Issue 12218078: Implement a policy to autologin a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move user activity timer reset to WebUILoginDisplay Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'public/browser/navigation_details.h', 104 'public/browser/navigation_details.h',
105 'public/browser/navigation_entry.h', 105 'public/browser/navigation_entry.h',
106 'public/browser/navigation_type.h', 106 'public/browser/navigation_type.h',
107 'public/browser/notification_details.h', 107 'public/browser/notification_details.h',
108 'public/browser/notification_observer.h', 108 'public/browser/notification_observer.h',
109 'public/browser/notification_registrar.cc', 109 'public/browser/notification_registrar.cc',
110 'public/browser/notification_registrar.h', 110 'public/browser/notification_registrar.h',
111 'public/browser/notification_service.h', 111 'public/browser/notification_service.h',
112 'public/browser/notification_source.h', 112 'public/browser/notification_source.h',
113 'public/browser/notification_types.h', 113 'public/browser/notification_types.h',
114 'public/browser/notification_watcher.cc',
115 'public/browser/notification_watcher.h',
114 'public/browser/overscroll_configuration.h', 116 'public/browser/overscroll_configuration.h',
115 'public/browser/page_navigator.cc', 117 'public/browser/page_navigator.cc',
116 'public/browser/page_navigator.h', 118 'public/browser/page_navigator.h',
117 'public/browser/pepper_flash_settings_helper.h', 119 'public/browser/pepper_flash_settings_helper.h',
118 'public/browser/plugin_data_remover.h', 120 'public/browser/plugin_data_remover.h',
119 'public/browser/plugin_service_filter.h', 121 'public/browser/plugin_service_filter.h',
120 'public/browser/plugin_service.h', 122 'public/browser/plugin_service.h',
121 'public/browser/power_save_blocker.h', 123 'public/browser/power_save_blocker.h',
122 'public/browser/profiler_controller.h', 124 'public/browser/profiler_controller.h',
123 'public/browser/profiler_subscriber.h', 125 'public/browser/profiler_subscriber.h',
(...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 ['exclude', '^browser/speech/'], 1225 ['exclude', '^browser/speech/'],
1224 ], 1226 ],
1225 }], 1227 }],
1226 ['linux_use_libgps==1', { 1228 ['linux_use_libgps==1', {
1227 'dependencies': [ 1229 'dependencies': [
1228 '../build/linux/system.gyp:libgps', 1230 '../build/linux/system.gyp:libgps',
1229 ], 1231 ],
1230 }], 1232 }],
1231 ], 1233 ],
1232 } 1234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698