| 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 '../net/net.gyp:net_test_support', | 784 '../net/net.gyp:net_test_support', |
| 785 '../skia/skia.gyp:skia', | 785 '../skia/skia.gyp:skia', |
| 786 '../storage/storage_common.gyp:storage_common', | 786 '../storage/storage_common.gyp:storage_common', |
| 787 '../testing/gmock.gyp:gmock', | 787 '../testing/gmock.gyp:gmock', |
| 788 '../testing/gtest.gyp:gtest', | 788 '../testing/gtest.gyp:gtest', |
| 789 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 789 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 790 '../ui/accessibility/accessibility.gyp:ax_gen', | 790 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 791 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 791 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 792 '../ui/base/ui_base.gyp:ui_base', | 792 '../ui/base/ui_base.gyp:ui_base', |
| 793 '../ui/base/ui_base.gyp:ui_base_test_support', | 793 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 794 '../ui/events/events.gyp:dom4_keycode_converter', | 794 '../ui/events/events.gyp:dom_keycode_converter', |
| 795 '../ui/events/events.gyp:events_base', | 795 '../ui/events/events.gyp:events_base', |
| 796 '../ui/events/events.gyp:events_test_support', | 796 '../ui/events/events.gyp:events_test_support', |
| 797 '../ui/events/events.gyp:gesture_detection', | 797 '../ui/events/events.gyp:gesture_detection', |
| 798 '../ui/gfx/gfx.gyp:gfx_test_support', | 798 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 799 '../ui/resources/ui_resources.gyp:ui_resources', | 799 '../ui/resources/ui_resources.gyp:ui_resources', |
| 800 '../url/url.gyp:url_lib', | 800 '../url/url.gyp:url_lib', |
| 801 'browser/speech/proto/speech_proto.gyp:speech_proto', | 801 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 802 'content.gyp:content_app_both', | 802 'content.gyp:content_app_both', |
| 803 'content.gyp:content_browser', | 803 'content.gyp:content_browser', |
| 804 'content.gyp:content_common', | 804 'content.gyp:content_common', |
| (...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2150 }, | 2150 }, |
| 2151 ], | 2151 ], |
| 2152 }], | 2152 }], |
| 2153 ], | 2153 ], |
| 2154 }, | 2154 }, |
| 2155 ], | 2155 ], |
| 2156 }], | 2156 }], |
| 2157 ], | 2157 ], |
| 2158 } | 2158 } |
| OLD | NEW |