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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
919 '../media/midi/midi.gyp:midi', | 919 '../media/midi/midi.gyp:midi', |
920 '../mojo/mojo_base.gyp:mojo_application_base', | 920 '../mojo/mojo_base.gyp:mojo_application_base', |
921 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 921 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
922 '../ppapi/ppapi_internal.gyp:ppapi_host', | 922 '../ppapi/ppapi_internal.gyp:ppapi_host', |
923 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 923 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
924 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 924 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
925 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 925 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
926 '../storage/storage_browser.gyp:storage', | 926 '../storage/storage_browser.gyp:storage', |
927 '../storage/storage_common.gyp:storage_common', | 927 '../storage/storage_common.gyp:storage_common', |
928 '../third_party/WebKit/public/blink.gyp:blink', | 928 '../third_party/WebKit/public/blink.gyp:blink', |
| 929 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', |
929 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 930 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
930 '../ui/compositor/compositor.gyp:compositor_test_support', | 931 '../ui/compositor/compositor.gyp:compositor_test_support', |
931 '../ui/surface/surface.gyp:surface', | 932 '../ui/surface/surface.gyp:surface', |
932 '../v8/tools/gyp/v8.gyp:v8', | 933 '../v8/tools/gyp/v8.gyp:v8', |
933 ], | 934 ], |
934 'export_dependent_settings': [ | 935 'export_dependent_settings': [ |
935 '../third_party/WebKit/public/blink.gyp:blink', | 936 '../third_party/WebKit/public/blink.gyp:blink', |
936 ], | 937 ], |
937 }], | 938 }], |
938 ['OS == "win"', { | 939 ['OS == "win"', { |
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2205 'content_unittests_apk.isolate', | 2206 'content_unittests_apk.isolate', |
2206 ], | 2207 ], |
2207 }, | 2208 }, |
2208 ], | 2209 ], |
2209 }, | 2210 }, |
2210 ], | 2211 ], |
2211 ], | 2212 ], |
2212 }], | 2213 }], |
2213 ], | 2214 ], |
2214 } | 2215 } |
OLD | NEW |