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

Side by Side Diff: content/content_tests.gypi

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 | « content/content_shell.gypi ('k') | content/shell/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 (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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 'public/test/browser_test_utils.h', 1354 'public/test/browser_test_utils.h',
1355 ], 1355 ],
1356 }, 1356 },
1357 { 1357 {
1358 # GN version: //content/test:test_mojo_bindings 1358 # GN version: //content/test:test_mojo_bindings
1359 'target_name': 'content_test_mojo_bindings', 1359 'target_name': 'content_test_mojo_bindings',
1360 'type': 'static_library', 1360 'type': 'static_library',
1361 'sources': [ 1361 'sources': [
1362 'public/test/test_mojo_service.mojom', 1362 'public/test/test_mojo_service.mojom',
1363 ], 1363 ],
1364 'variables': {
1365 'use_new_wrapper_types': 'false',
1366 },
1364 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], 1367 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
1365 }, 1368 },
1366 { 1369 {
1367 # GN version: //content/test:web_ui_test_mojo_bindings 1370 # GN version: //content/test:web_ui_test_mojo_bindings
1368 'target_name': 'web_ui_test_mojo_bindings', 1371 'target_name': 'web_ui_test_mojo_bindings',
1369 'type': 'static_library', 1372 'type': 'static_library',
1370 'dependencies': [ 1373 'dependencies': [
1371 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1374 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1372 ], 1375 ],
1373 'sources': [ 1376 'sources': [
1374 'test/data/web_ui_test_mojo_bindings.mojom', 1377 'test/data/web_ui_test_mojo_bindings.mojom',
1375 ], 1378 ],
1379 'variables': {
1380 'use_new_wrapper_types': 'false',
1381 },
1376 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], 1382 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
1377 'export_dependent_settings': [ 1383 'export_dependent_settings': [
1378 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1384 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1379 ], 1385 ],
1380 }, 1386 },
1381 { 1387 {
1382 # GN version: //content/tests:content_browsertests 1388 # GN version: //content/tests:content_browsertests
1383 'target_name': 'content_browsertests', 1389 'target_name': 'content_browsertests',
1384 'type': '<(gtest_target_type)', 1390 'type': '<(gtest_target_type)',
1385 'dependencies': [ 1391 'dependencies': [
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'content_unittests_apk.isolate', 1938 'content_unittests_apk.isolate',
1933 ], 1939 ],
1934 }, 1940 },
1935 ], 1941 ],
1936 }, 1942 },
1937 ], 1943 ],
1938 ], 1944 ],
1939 }], 1945 }],
1940 ], 1946 ],
1941 } 1947 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698