| 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 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |