| 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 12 matching lines...) Expand all Loading... |
| 23 'common', | 23 'common', |
| 24 'common/extensions/api/api.gyp:chrome_api', | 24 'common/extensions/api/api.gyp:chrome_api', |
| 25 'common_net', | 25 'common_net', |
| 26 'debugger', | 26 'debugger', |
| 27 'in_memory_url_index_cache_proto', | 27 'in_memory_url_index_cache_proto', |
| 28 'installer_util', | 28 'installer_util', |
| 29 'safe_browsing_proto', | 29 'safe_browsing_proto', |
| 30 'sync_file_system_proto', | 30 'sync_file_system_proto', |
| 31 '../third_party/re2/re2.gyp:re2', | 31 '../third_party/re2/re2.gyp:re2', |
| 32 '../apps/common/api/api.gyp:apps_api', | 32 '../apps/common/api/api.gyp:apps_api', |
| 33 '../components/components.gyp:omaha_query_params', |
| 33 '../components/components.gyp:onc_component', | 34 '../components/components.gyp:onc_component', |
| 34 '../components/components.gyp:url_matcher', | 35 '../components/components.gyp:url_matcher', |
| 35 '../components/components_strings.gyp:components_strings', | 36 '../components/components_strings.gyp:components_strings', |
| 36 '../content/content.gyp:content_browser', | 37 '../content/content.gyp:content_browser', |
| 37 '../content/content.gyp:content_common', | 38 '../content/content.gyp:content_common', |
| 38 '../crypto/crypto.gyp:crypto', | 39 '../crypto/crypto.gyp:crypto', |
| 39 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 40 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 40 '../device/hid/hid.gyp:device_hid', | 41 '../device/hid/hid.gyp:device_hid', |
| 41 '../device/serial/serial.gyp:device_serial', | 42 '../device/serial/serial.gyp:device_serial', |
| 42 '../extensions/common/api/api.gyp:extensions_api', | 43 '../extensions/common/api/api.gyp:extensions_api', |
| (...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 'type': 'static_library', | 1260 'type': 'static_library', |
| 1260 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1261 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
| 1261 'variables': { | 1262 'variables': { |
| 1262 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1263 'proto_in_dir': 'browser/extensions/api/cast_channel', |
| 1263 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1264 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
| 1264 }, | 1265 }, |
| 1265 'includes': [ '../build/protoc.gypi' ] | 1266 'includes': [ '../build/protoc.gypi' ] |
| 1266 }, | 1267 }, |
| 1267 ], # 'conditions' | 1268 ], # 'conditions' |
| 1268 } | 1269 } |
| OLD | NEW |