| 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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 '../ui/surface/surface.gyp:surface', | 889 '../ui/surface/surface.gyp:surface', |
| 890 '../url/url.gyp:url_lib', | 890 '../url/url.gyp:url_lib', |
| 891 '../v8/tools/gyp/v8.gyp:v8', | 891 '../v8/tools/gyp/v8.gyp:v8', |
| 892 'browser/speech/proto/speech_proto.gyp:speech_proto', | 892 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 893 'content_test_mojo_bindings', | 893 'content_test_mojo_bindings', |
| 894 'content.gyp:content_app_both', | 894 'content.gyp:content_app_both', |
| 895 'content.gyp:content_browser', | 895 'content.gyp:content_browser', |
| 896 'content.gyp:content_child', | 896 'content.gyp:content_child', |
| 897 'content.gyp:content_common', | 897 'content.gyp:content_common', |
| 898 'content.gyp:content_gpu', | 898 'content.gyp:content_gpu', |
| 899 'content.gyp:content_plugin', | |
| 900 'content.gyp:content_ppapi_plugin', | 899 'content.gyp:content_ppapi_plugin', |
| 901 'content.gyp:content_renderer', | 900 'content.gyp:content_renderer', |
| 902 'content.gyp:content_utility', | 901 'content.gyp:content_utility', |
| 903 'content_shell_and_tests.gyp:content_shell_pak', | 902 'content_shell_and_tests.gyp:content_shell_pak', |
| 904 ], | 903 ], |
| 905 'export_dependent_settings': [ | 904 'export_dependent_settings': [ |
| 906 'content.gyp:content_browser', | 905 'content.gyp:content_browser', |
| 907 '../third_party/WebKit/public/blink.gyp:blink', | 906 '../third_party/WebKit/public/blink.gyp:blink', |
| 908 ], | 907 ], |
| 909 'include_dirs': [ | 908 'include_dirs': [ |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 'dependencies': [ | 1034 'dependencies': [ |
| 1036 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', | 1035 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', |
| 1037 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', | 1036 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', |
| 1038 'browser/notifications/notification_proto.gyp:notification_proto', | 1037 'browser/notifications/notification_proto.gyp:notification_proto', |
| 1039 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', | 1038 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', |
| 1040 'browser/speech/proto/speech_proto.gyp:speech_proto', | 1039 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 1041 'content.gyp:content_browser', | 1040 'content.gyp:content_browser', |
| 1042 'content.gyp:content_child', | 1041 'content.gyp:content_child', |
| 1043 'content.gyp:content_common', | 1042 'content.gyp:content_common', |
| 1044 'content.gyp:content_gpu', | 1043 'content.gyp:content_gpu', |
| 1045 'content.gyp:content_plugin', | |
| 1046 'content.gyp:content_renderer', | 1044 'content.gyp:content_renderer', |
| 1047 'content.gyp:content_resources', | 1045 'content.gyp:content_resources', |
| 1048 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 1046 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 1049 'test_support_content', | 1047 'test_support_content', |
| 1050 '../base/base.gyp:test_support_base', | 1048 '../base/base.gyp:test_support_base', |
| 1051 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1049 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1052 '../cc/cc.gyp:cc', | 1050 '../cc/cc.gyp:cc', |
| 1053 '../cc/cc.gyp:cc_surfaces', | 1051 '../cc/cc.gyp:cc_surfaces', |
| 1054 '../cc/cc_tests.gyp:cc_test_support', | 1052 '../cc/cc_tests.gyp:cc_test_support', |
| 1055 '../crypto/crypto.gyp:crypto', | 1053 '../crypto/crypto.gyp:crypto', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1374 ], | 1372 ], |
| 1375 }, | 1373 }, |
| 1376 { | 1374 { |
| 1377 # GN version: //content/tests:content_browsertests | 1375 # GN version: //content/tests:content_browsertests |
| 1378 'target_name': 'content_browsertests', | 1376 'target_name': 'content_browsertests', |
| 1379 'type': '<(gtest_target_type)', | 1377 'type': '<(gtest_target_type)', |
| 1380 'dependencies': [ | 1378 'dependencies': [ |
| 1381 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', | 1379 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', |
| 1382 'content.gyp:content_common', | 1380 'content.gyp:content_common', |
| 1383 'content.gyp:content_gpu', | 1381 'content.gyp:content_gpu', |
| 1384 'content.gyp:content_plugin', | |
| 1385 'content.gyp:content_renderer', | 1382 'content.gyp:content_renderer', |
| 1386 'content.gyp:content_resources', | 1383 'content.gyp:content_resources', |
| 1387 'content_browser_test_base', | 1384 'content_browser_test_base', |
| 1388 'content_browser_test_support', | 1385 'content_browser_test_support', |
| 1389 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 1386 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 1390 'content_shell_lib', | 1387 'content_shell_lib', |
| 1391 'content_shell_pak', | 1388 'content_shell_pak', |
| 1392 'test_support_content', | 1389 'test_support_content', |
| 1393 'web_ui_test_mojo_bindings', | 1390 'web_ui_test_mojo_bindings', |
| 1394 '../base/base.gyp:test_support_base', | 1391 '../base/base.gyp:test_support_base', |
| (...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2217 'content_unittests_apk.isolate', | 2214 'content_unittests_apk.isolate', |
| 2218 ], | 2215 ], |
| 2219 }, | 2216 }, |
| 2220 ], | 2217 ], |
| 2221 }, | 2218 }, |
| 2222 ], | 2219 ], |
| 2223 ], | 2220 ], |
| 2224 }], | 2221 }], |
| 2225 ], | 2222 ], |
| 2226 } | 2223 } |
| OLD | NEW |