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

Side by Side Diff: content/content_tests.gypi

Issue 2185703003: Switch on use_new_wrapper_types mode for content/shell and content/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 { 1374 {
1375 # GN version: //content/test:web_ui_test_mojo_bindings 1375 # GN version: //content/test:web_ui_test_mojo_bindings
1376 'target_name': 'web_ui_test_mojo_bindings', 1376 'target_name': 'web_ui_test_mojo_bindings',
1377 'type': 'static_library', 1377 'type': 'static_library',
1378 'dependencies': [ 1378 'dependencies': [
1379 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1379 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1380 ], 1380 ],
1381 'sources': [ 1381 'sources': [
1382 'test/data/web_ui_test_mojo_bindings.mojom', 1382 'test/data/web_ui_test_mojo_bindings.mojom',
1383 ], 1383 ],
1384 'variables': {
1385 'use_new_wrapper_types': 'false',
1386 },
1387 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], 1384 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
1388 'export_dependent_settings': [ 1385 'export_dependent_settings': [
1389 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1386 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1390 ], 1387 ],
1391 }, 1388 },
1392 { 1389 {
1393 # GN version: //content/tests:content_browsertests 1390 # GN version: //content/tests:content_browsertests
1394 'target_name': 'content_browsertests', 1391 'target_name': 'content_browsertests',
1395 'type': '<(gtest_target_type)', 1392 'type': '<(gtest_target_type)',
1396 'dependencies': [ 1393 'dependencies': [
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 'content_unittests_apk.isolate', 1941 'content_unittests_apk.isolate',
1945 ], 1942 ],
1946 }, 1943 },
1947 ], 1944 ],
1948 }, 1945 },
1949 ], 1946 ],
1950 ], 1947 ],
1951 }], 1948 }],
1952 ], 1949 ],
1953 } 1950 }
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