| 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 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1170 'browser/extensions/extension_tab_util.cc', | 1170 'browser/extensions/extension_tab_util.cc', |
| 1171 'browser/extensions/extension_uninstall_dialog.cc', | 1171 'browser/extensions/extension_uninstall_dialog.cc', |
| 1172 'browser/extensions/suspicious_extension_bubble_controller.cc', | 1172 'browser/extensions/suspicious_extension_bubble_controller.cc', |
| 1173 'browser/extensions/suspicious_extension_bubble_controller.h', | 1173 'browser/extensions/suspicious_extension_bubble_controller.h', |
| 1174 'browser/extensions/theme_installed_infobar_delegate.cc', | 1174 'browser/extensions/theme_installed_infobar_delegate.cc', |
| 1175 'browser/extensions/webstore_startup_installer.cc', | 1175 'browser/extensions/webstore_startup_installer.cc', |
| 1176 'browser/extensions/window_controller.cc', | 1176 'browser/extensions/window_controller.cc', |
| 1177 'browser/extensions/window_controller_list.cc', | 1177 'browser/extensions/window_controller_list.cc', |
| 1178 ], | 1178 ], |
| 1179 }], | 1179 }], |
| 1180 ['chrome_multiple_dll!=1', { | |
| 1181 'dependencies': [ | |
| 1182 '../webkit/glue/webkit_glue.gyp:glue', | |
| 1183 ], | |
| 1184 }], | |
| 1185 ['use_brlapi==1', { | 1180 ['use_brlapi==1', { |
| 1186 'sources!': [ | 1181 'sources!': [ |
| 1187 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1182 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1188 ], | 1183 ], |
| 1189 'dependencies' : [ | 1184 'dependencies' : [ |
| 1190 '../build/linux/system.gyp:libbrlapi', | 1185 '../build/linux/system.gyp:libbrlapi', |
| 1191 ], | 1186 ], |
| 1192 'defines': [ | 1187 'defines': [ |
| 1193 'USE_BRLAPI', | 1188 'USE_BRLAPI', |
| 1194 ], | 1189 ], |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1231 'variables': { | 1226 'variables': { |
| 1232 'proto_in_dir': 'browser/chromeos/contacts', | 1227 'proto_in_dir': 'browser/chromeos/contacts', |
| 1233 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1228 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1234 }, | 1229 }, |
| 1235 'includes': [ '../build/protoc.gypi' ] | 1230 'includes': [ '../build/protoc.gypi' ] |
| 1236 }, | 1231 }, |
| 1237 ], | 1232 ], |
| 1238 },], # 'chromeos=1' | 1233 },], # 'chromeos=1' |
| 1239 ], # 'conditions' | 1234 ], # 'conditions' |
| 1240 } | 1235 } |
| OLD | NEW |