| OLD | NEW |
| 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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1043 '../build/linux/system.gyp:gtk', | 1043 '../build/linux/system.gyp:gtk', |
| 1044 '../build/linux/system.gyp:gtkprint', | 1044 '../build/linux/system.gyp:gtkprint', |
| 1045 '../build/linux/system.gyp:ssl', | 1045 '../build/linux/system.gyp:ssl', |
| 1046 '../build/linux/system.gyp:x11', | 1046 '../build/linux/system.gyp:x11', |
| 1047 '../dbus/dbus.gyp:dbus', | 1047 '../dbus/dbus.gyp:dbus', |
| 1048 '../third_party/undoview/undoview.gyp:undoview', | 1048 '../third_party/undoview/undoview.gyp:undoview', |
| 1049 ], | 1049 ], |
| 1050 }], | 1050 }], |
| 1051 ['configuration_policy==1', { | 1051 ['configuration_policy==1', { |
| 1052 'dependencies': [ | 1052 'dependencies': [ |
| 1053 'app/policy/cloud_policy_codegen.gyp:policy', | 1053 '../components/components.gyp:policy', |
| 1054 ], | 1054 ], |
| 1055 }, { # configuration_policy==0 | 1055 }, { # configuration_policy==0 |
| 1056 'sources!': [ | 1056 'sources!': [ |
| 1057 'browser/extensions/api/storage/managed_value_store_cache.cc', | 1057 'browser/extensions/api/storage/managed_value_store_cache.cc', |
| 1058 'browser/extensions/api/storage/managed_value_store_cache.h', | 1058 'browser/extensions/api/storage/managed_value_store_cache.h', |
| 1059 'browser/extensions/api/storage/policy_value_store.cc', | 1059 'browser/extensions/api/storage/policy_value_store.cc', |
| 1060 'browser/extensions/api/storage/policy_value_store.h', | 1060 'browser/extensions/api/storage/policy_value_store.h', |
| 1061 'browser/extensions/policy_handlers.cc', | 1061 'browser/extensions/policy_handlers.cc', |
| 1062 'browser/extensions/policy_handlers.h', | 1062 'browser/extensions/policy_handlers.h', |
| 1063 ], | 1063 ], |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1220 'variables': { | 1220 'variables': { |
| 1221 'proto_in_dir': 'browser/chromeos/contacts', | 1221 'proto_in_dir': 'browser/chromeos/contacts', |
| 1222 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1222 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1223 }, | 1223 }, |
| 1224 'includes': [ '../build/protoc.gypi' ] | 1224 'includes': [ '../build/protoc.gypi' ] |
| 1225 }, | 1225 }, |
| 1226 ], | 1226 ], |
| 1227 },], # 'chromeos=1' | 1227 },], # 'chromeos=1' |
| 1228 ], # 'conditions' | 1228 ], # 'conditions' |
| 1229 } | 1229 } |
| OLD | NEW |