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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |