Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: extensions/extensions.gyp

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/api/api.gyp ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « extensions/common/api/api.gyp ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698