| 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 24 matching lines...) Expand all Loading... |
| 35 '../components/components.gyp:wifi_component', | 35 '../components/components.gyp:wifi_component', |
| 36 '../components/components_strings.gyp:components_strings', | 36 '../components/components_strings.gyp:components_strings', |
| 37 '../content/content.gyp:content_browser', | 37 '../content/content.gyp:content_browser', |
| 38 '../content/content.gyp:content_common', | 38 '../content/content.gyp:content_common', |
| 39 '../crypto/crypto.gyp:crypto', | 39 '../crypto/crypto.gyp:crypto', |
| 40 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 40 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 41 '../device/hid/hid.gyp:device_hid', | 41 '../device/hid/hid.gyp:device_hid', |
| 42 '../device/serial/serial.gyp:device_serial', | 42 '../device/serial/serial.gyp:device_serial', |
| 43 '../extensions/common/api/api.gyp:extensions_api', | 43 '../extensions/common/api/api.gyp:extensions_api', |
| 44 '../extensions/extensions.gyp:extensions_browser', | 44 '../extensions/extensions.gyp:extensions_browser', |
| 45 '../extensions/extensions_strings.gyp:extensions_strings', |
| 45 '../net/net.gyp:net', | 46 '../net/net.gyp:net', |
| 46 '../skia/skia.gyp:skia', | 47 '../skia/skia.gyp:skia', |
| 47 '../sync/sync.gyp:sync', | 48 '../sync/sync.gyp:sync', |
| 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 49 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 49 '../third_party/icu/icu.gyp:icui18n', | 50 '../third_party/icu/icu.gyp:icui18n', |
| 50 '../third_party/icu/icu.gyp:icuuc', | 51 '../third_party/icu/icu.gyp:icuuc', |
| 51 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 52 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 52 '../third_party/libusb/libusb.gyp:libusb', | 53 '../third_party/libusb/libusb.gyp:libusb', |
| 53 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 54 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 54 '../ui/accessibility/accessibility.gyp:ax_gen', | 55 '../ui/accessibility/accessibility.gyp:ax_gen', |
| (...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 'type': 'static_library', | 1202 'type': 'static_library', |
| 1202 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1203 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
| 1203 'variables': { | 1204 'variables': { |
| 1204 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1205 'proto_in_dir': 'browser/extensions/api/cast_channel', |
| 1205 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1206 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
| 1206 }, | 1207 }, |
| 1207 'includes': [ '../build/protoc.gypi' ] | 1208 'includes': [ '../build/protoc.gypi' ] |
| 1208 }, | 1209 }, |
| 1209 ], # 'conditions' | 1210 ], # 'conditions' |
| 1210 } | 1211 } |
| OLD | NEW |