| 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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1058 'dependencies': [ | 1058 'dependencies': [ |
| 1059 '../build/linux/system.gyp:dbus', | 1059 '../build/linux/system.gyp:dbus', |
| 1060 '../build/linux/system.gyp:fontconfig', | 1060 '../build/linux/system.gyp:fontconfig', |
| 1061 '../dbus/dbus.gyp:dbus', | 1061 '../dbus/dbus.gyp:dbus', |
| 1062 ], | 1062 ], |
| 1063 }], | 1063 }], |
| 1064 # x11 build | 1064 # x11 build |
| 1065 ['use_x11==1', { | 1065 ['use_x11==1', { |
| 1066 'dependencies': [ | 1066 'dependencies': [ |
| 1067 '../build/linux/system.gyp:x11', | 1067 '../build/linux/system.gyp:x11', |
| 1068 '../ui/events/platform/events_platform.gyp:events_platform', |
| 1069 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_pl
atform', |
| 1068 ], | 1070 ], |
| 1069 }], | 1071 }], |
| 1070 ], | 1072 ], |
| 1071 }], | 1073 }], |
| 1072 ['safe_browsing==1', { | 1074 ['safe_browsing==1', { |
| 1073 'defines': [ | 1075 'defines': [ |
| 1074 'FULL_SAFE_BROWSING', | 1076 'FULL_SAFE_BROWSING', |
| 1075 ], | 1077 ], |
| 1076 }], | 1078 }], |
| 1077 ['safe_browsing==2', { | 1079 ['safe_browsing==2', { |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1230 'type': 'static_library', | 1232 'type': 'static_library', |
| 1231 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1233 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
| 1232 'variables': { | 1234 'variables': { |
| 1233 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1235 'proto_in_dir': 'browser/extensions/api/cast_channel', |
| 1234 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1236 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
| 1235 }, | 1237 }, |
| 1236 'includes': [ '../build/protoc.gypi' ] | 1238 'includes': [ '../build/protoc.gypi' ] |
| 1237 }, | 1239 }, |
| 1238 ], # 'conditions' | 1240 ], # 'conditions' |
| 1239 } | 1241 } |
| OLD | NEW |