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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 '../media/media.gyp:media', | 274 '../media/media.gyp:media', |
275 '../ppapi/ppapi_internal.gyp:ppapi_host', | 275 '../ppapi/ppapi_internal.gyp:ppapi_host', |
276 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 276 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
277 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 277 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
278 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 278 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
279 '../third_party/WebKit/public/blink.gyp:blink', | 279 '../third_party/WebKit/public/blink.gyp:blink', |
280 '../ui/compositor/compositor.gyp:compositor_test_support', | 280 '../ui/compositor/compositor.gyp:compositor_test_support', |
281 '../ui/surface/surface.gyp:surface', | 281 '../ui/surface/surface.gyp:surface', |
282 '../v8/tools/gyp/v8.gyp:v8', | 282 '../v8/tools/gyp/v8.gyp:v8', |
283 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 283 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
284 '../webkit/storage_browser.gyp:webkit_storage_browser', | 284 '../webkit/storage_browser.gyp:storage', |
285 '../webkit/storage_common.gyp:webkit_storage_common', | 285 '../webkit/storage_common.gyp:storage_common', |
286 ], | 286 ], |
287 'export_dependent_settings': [ | 287 'export_dependent_settings': [ |
288 '../third_party/WebKit/public/blink.gyp:blink', | 288 '../third_party/WebKit/public/blink.gyp:blink', |
289 ], | 289 ], |
290 }], | 290 }], |
291 ['OS == "win"', { | 291 ['OS == "win"', { |
292 'dependencies': [ | 292 'dependencies': [ |
293 '../sandbox/sandbox.gyp:sandbox', | 293 '../sandbox/sandbox.gyp:sandbox', |
294 'content.gyp:content_startup_helper_win', | 294 'content.gyp:content_startup_helper_win', |
295 ], | 295 ], |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 '../gpu/gpu.gyp:gpu_unittest_utils', | 743 '../gpu/gpu.gyp:gpu_unittest_utils', |
744 '../ipc/ipc.gyp:test_support_ipc', | 744 '../ipc/ipc.gyp:test_support_ipc', |
745 '../media/media.gyp:media_test_support', | 745 '../media/media.gyp:media_test_support', |
746 '../media/media.gyp:shared_memory_support', | 746 '../media/media.gyp:shared_memory_support', |
747 '../third_party/WebKit/public/blink.gyp:blink', | 747 '../third_party/WebKit/public/blink.gyp:blink', |
748 '../third_party/icu/icu.gyp:icui18n', | 748 '../third_party/icu/icu.gyp:icui18n', |
749 '../third_party/icu/icu.gyp:icuuc', | 749 '../third_party/icu/icu.gyp:icuuc', |
750 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 750 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
751 '../third_party/libjingle/libjingle.gyp:libjingle', | 751 '../third_party/libjingle/libjingle.gyp:libjingle', |
752 '../ui/gl/gl.gyp:gl', | 752 '../ui/gl/gl.gyp:gl', |
753 '../webkit/storage_browser.gyp:webkit_storage_browser', | 753 '../webkit/storage_browser.gyp:storage', |
754 '../webkit/storage_common.gyp:webkit_storage_common', | 754 '../webkit/storage_common.gyp:storage_common', |
755 ], | 755 ], |
756 }], | 756 }], |
757 ['enable_plugins==0', { | 757 ['enable_plugins==0', { |
758 'sources/': [ | 758 'sources/': [ |
759 ['exclude', '^browser/renderer_host/pepper/'], | 759 ['exclude', '^browser/renderer_host/pepper/'], |
760 ['exclude', '^child/npapi/'], | 760 ['exclude', '^child/npapi/'], |
761 ['exclude', '^renderer/npapi/'], | 761 ['exclude', '^renderer/npapi/'], |
762 ['exclude', '^renderer/pepper/'], | 762 ['exclude', '^renderer/pepper/'], |
763 ], | 763 ], |
764 'sources!': [ | 764 'sources!': [ |
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1866 }, | 1866 }, |
1867 ], | 1867 ], |
1868 }], | 1868 }], |
1869 ], | 1869 ], |
1870 }, | 1870 }, |
1871 ], | 1871 ], |
1872 }], | 1872 }], |
1873 ], | 1873 ], |
1874 } | 1874 } |
OLD | NEW |