| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 6 'includes': [ |
| 7 'extensions.gypi', | 7 'extensions.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 'sources': [ | 37 'sources': [ |
| 38 '<@(extensions_common_mojo_sources)', | 38 '<@(extensions_common_mojo_sources)', |
| 39 ], | 39 ], |
| 40 'conditions': [ | 40 'conditions': [ |
| 41 ['proprietary_codecs==1 and enable_wifi_display==1', { | 41 ['proprietary_codecs==1 and enable_wifi_display==1', { |
| 42 'sources': [ | 42 'sources': [ |
| 43 '<@(extensions_common_mojo_sources_wifi_display)', | 43 '<@(extensions_common_mojo_sources_wifi_display)', |
| 44 ], | 44 ], |
| 45 }], | 45 }], |
| 46 ], | 46 ], |
| 47 'variables': { |
| 48 'use_new_wrapper_types': 'false', |
| 49 }, |
| 47 }, | 50 }, |
| 48 { | 51 { |
| 49 # GN version: //extensions/common | 52 # GN version: //extensions/common |
| 50 'target_name': 'extensions_common', | 53 'target_name': 'extensions_common', |
| 51 'type': 'static_library', | 54 'type': 'static_library', |
| 52 'dependencies': [ | 55 'dependencies': [ |
| 53 '../components/components.gyp:crx_file', | 56 '../components/components.gyp:crx_file', |
| 54 '../components/components.gyp:url_matcher', | 57 '../components/components.gyp:url_matcher', |
| 55 '../content/content.gyp:content_common', | 58 '../content/content.gyp:content_common', |
| 56 '../crypto/crypto.gyp:crypto', | 59 '../crypto/crypto.gyp:crypto', |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 326 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 324 ], | 327 ], |
| 325 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 328 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 326 }, | 329 }, |
| 327 'includes': [ '../build/repack_action.gypi' ], | 330 'includes': [ '../build/repack_action.gypi' ], |
| 328 }, | 331 }, |
| 329 ], | 332 ], |
| 330 }, | 333 }, |
| 331 ] | 334 ] |
| 332 } | 335 } |
| OLD | NEW |