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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no .xtb moves (REVIEW HERE) Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 '../build/linux/system.gyp:gtk', 1040 '../build/linux/system.gyp:gtk',
1041 '../build/linux/system.gyp:gtkprint', 1041 '../build/linux/system.gyp:gtkprint',
1042 '../build/linux/system.gyp:ssl', 1042 '../build/linux/system.gyp:ssl',
1043 '../build/linux/system.gyp:x11', 1043 '../build/linux/system.gyp:x11',
1044 '../dbus/dbus.gyp:dbus', 1044 '../dbus/dbus.gyp:dbus',
1045 '../third_party/undoview/undoview.gyp:undoview', 1045 '../third_party/undoview/undoview.gyp:undoview',
1046 ], 1046 ],
1047 }], 1047 }],
1048 ['configuration_policy==1', { 1048 ['configuration_policy==1', {
1049 'dependencies': [ 1049 'dependencies': [
1050 'app/policy/cloud_policy_codegen.gyp:policy', 1050 '../components/components.gyp:policy',
1051 ], 1051 ],
1052 }, { # configuration_policy==0 1052 }, { # configuration_policy==0
1053 'sources!': [ 1053 'sources!': [
1054 'browser/extensions/api/storage/managed_value_store_cache.cc', 1054 'browser/extensions/api/storage/managed_value_store_cache.cc',
1055 'browser/extensions/api/storage/managed_value_store_cache.h', 1055 'browser/extensions/api/storage/managed_value_store_cache.h',
1056 'browser/extensions/api/storage/policy_value_store.cc', 1056 'browser/extensions/api/storage/policy_value_store.cc',
1057 'browser/extensions/api/storage/policy_value_store.h', 1057 'browser/extensions/api/storage/policy_value_store.h',
1058 'browser/extensions/policy_handlers.cc', 1058 'browser/extensions/policy_handlers.cc',
1059 'browser/extensions/policy_handlers.h', 1059 'browser/extensions/policy_handlers.h',
1060 ], 1060 ],
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 'variables': { 1216 'variables': {
1217 'proto_in_dir': 'browser/chromeos/contacts', 1217 'proto_in_dir': 'browser/chromeos/contacts',
1218 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1218 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1219 }, 1219 },
1220 'includes': [ '../build/protoc.gypi' ] 1220 'includes': [ '../build/protoc.gypi' ]
1221 }, 1221 },
1222 ], 1222 ],
1223 },], # 'chromeos=1' 1223 },], # 'chromeos=1'
1224 ], # 'conditions' 1224 ], # 'conditions'
1225 } 1225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698