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

Side by Side Diff: components/policy/policy_browser.gypi

Issue 1220683008: Move AppRestriction to Policy code out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 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 | « components/policy/core/browser/android/policy_converter_unittest.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/base.gyp:base_prefs', 8 '../base/base.gyp:base_prefs',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'core/browser/configuration_policy_handler.h', 54 'core/browser/configuration_policy_handler.h',
55 'core/browser/configuration_policy_handler_list.cc', 55 'core/browser/configuration_policy_handler_list.cc',
56 'core/browser/configuration_policy_handler_list.h', 56 'core/browser/configuration_policy_handler_list.h',
57 'core/browser/configuration_policy_pref_store.cc', 57 'core/browser/configuration_policy_pref_store.cc',
58 'core/browser/configuration_policy_pref_store.h', 58 'core/browser/configuration_policy_pref_store.h',
59 'core/browser/policy_error_map.cc', 59 'core/browser/policy_error_map.cc',
60 'core/browser/policy_error_map.h', 60 'core/browser/policy_error_map.h',
61 'core/browser/url_blacklist_policy_handler.cc', 61 'core/browser/url_blacklist_policy_handler.cc',
62 'core/browser/url_blacklist_policy_handler.h', 62 'core/browser/url_blacklist_policy_handler.h',
63 ], 63 ],
64 'conditions': [
65 ['OS=="android"', {
66 'sources': [
67 'core/browser/android/component_jni_registrar.cc',
68 'core/browser/android/component_jni_registrar.h',
69 'core/browser/android/policy_converter.cc',
70 'core/browser/android/policy_converter.h',
71 ],
72 'dependencies': [ 'policy_jni_headers' ]
73 }]
74 ]
64 }], 75 }],
65 ], 76 ],
66 } 77 }
OLDNEW
« no previous file with comments | « components/policy/core/browser/android/policy_converter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698