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

Unified Diff: chrome/chrome_browser.gypi

Issue 450037: Adds basic group policy support. Resubmitting r33093 with a new unit test.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/group_policy_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 33598)
+++ chrome/chrome_browser.gypi (working copy)
@@ -743,6 +743,11 @@
'browser/google_url_tracker.h',
'browser/google_util.cc',
'browser/google_util.h',
+ 'browser/group_policy.h',
+ 'browser/group_policy.cc',
+ 'browser/group_policy_settings.h',
+ 'browser/group_policy_settings.cc',
+ 'browser/gtk/about_chrome_dialog.cc',
'browser/gtk/about_chrome_dialog.cc',
'browser/gtk/about_chrome_dialog.h',
'browser/gtk/back_forward_button_gtk.cc',
@@ -2344,6 +2349,10 @@
'browser/browser_accessibility_manager.cc',
'browser/external_tab_container.cc',
'browser/google_update.cc',
+ 'browser/group_policy.h',
+ 'browser/group_policy.cc',
+ 'browser/group_policy_settings.h',
+ 'browser/group_policy_settings.cc',
'browser/history/history_indexer.idl',
'browser/history_tab_ui.cc',
'browser/history_view.cc',
« no previous file with comments | « chrome/browser/group_policy_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698