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 11 matching lines...) Expand all Loading... |
22 'chrome_resources.gyp:theme_resources', | 22 'chrome_resources.gyp:theme_resources', |
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 '../components/components.gyp:omaha_query_params', |
32 '../components/components.gyp:onc_component', | 33 '../components/components.gyp:onc_component', |
33 '../components/components.gyp:url_matcher', | 34 '../components/components.gyp:url_matcher', |
34 '../components/components_strings.gyp:components_strings', | 35 '../components/components_strings.gyp:components_strings', |
35 '../content/content.gyp:content_browser', | 36 '../content/content.gyp:content_browser', |
36 '../content/content.gyp:content_common', | 37 '../content/content.gyp:content_common', |
37 '../crypto/crypto.gyp:crypto', | 38 '../crypto/crypto.gyp:crypto', |
38 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 39 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
39 '../device/hid/hid.gyp:device_hid', | 40 '../device/hid/hid.gyp:device_hid', |
40 '../device/serial/serial.gyp:device_serial', | 41 '../device/serial/serial.gyp:device_serial', |
41 '../extensions/common/api/api.gyp:extensions_api', | 42 '../extensions/common/api/api.gyp:extensions_api', |
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1251 'type': 'static_library', | 1252 'type': 'static_library', |
1252 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1253 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1253 'variables': { | 1254 'variables': { |
1254 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1255 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1255 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1256 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1256 }, | 1257 }, |
1257 'includes': [ '../build/protoc.gypi' ] | 1258 'includes': [ '../build/protoc.gypi' ] |
1258 }, | 1259 }, |
1259 ], # 'conditions' | 1260 ], # 'conditions' |
1260 } | 1261 } |
OLD | NEW |