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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1063 'browser/extensions/extension_tab_util.cc', | 1063 'browser/extensions/extension_tab_util.cc', |
1064 'browser/extensions/extension_uninstall_dialog.cc', | 1064 'browser/extensions/extension_uninstall_dialog.cc', |
1065 'browser/extensions/theme_installed_infobar_delegate.cc', | 1065 'browser/extensions/theme_installed_infobar_delegate.cc', |
1066 'browser/extensions/webstore_startup_installer.cc', | 1066 'browser/extensions/webstore_startup_installer.cc', |
1067 'browser/extensions/window_controller.cc', | 1067 'browser/extensions/window_controller.cc', |
1068 'browser/extensions/window_controller_list.cc', | 1068 'browser/extensions/window_controller_list.cc', |
1069 ], | 1069 ], |
1070 }], | 1070 }], |
1071 ['chrome_multiple_dll!=1', { | 1071 ['chrome_multiple_dll!=1', { |
1072 'dependencies': [ | 1072 'dependencies': [ |
1073 '../webkit/support/webkit_support.gyp:glue', | 1073 '../webkit/glue/webkit_glue.gyp:glue', |
1074 ], | 1074 ], |
1075 }], | 1075 }], |
1076 ['use_brlapi==1', { | 1076 ['use_brlapi==1', { |
1077 'sources!': [ | 1077 'sources!': [ |
1078 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1078 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1079 ], | 1079 ], |
1080 'dependencies' : [ | 1080 'dependencies' : [ |
1081 '../build/linux/system.gyp:libbrlapi', | 1081 '../build/linux/system.gyp:libbrlapi', |
1082 ], | 1082 ], |
1083 'defines': [ | 1083 'defines': [ |
(...skipping 19 matching lines...) Expand all Loading... |
1103 'variables': { | 1103 'variables': { |
1104 'proto_in_dir': 'browser/chromeos/contacts', | 1104 'proto_in_dir': 'browser/chromeos/contacts', |
1105 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1105 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
1106 }, | 1106 }, |
1107 'includes': [ '../build/protoc.gypi' ] | 1107 'includes': [ '../build/protoc.gypi' ] |
1108 }, | 1108 }, |
1109 ], | 1109 ], |
1110 },], # 'chromeos=1' | 1110 },], # 'chromeos=1' |
1111 ], # 'conditions' | 1111 ], # 'conditions' |
1112 } | 1112 } |
OLD | NEW |