| 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 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1064 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1064 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1065 '../third_party/libjingle/libjingle.gyp:libjingle', | 1065 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1066 '../third_party/re2/re2.gyp:re2', | 1066 '../third_party/re2/re2.gyp:re2', |
| 1067 '../third_party/WebKit/public/blink.gyp:blink', | 1067 '../third_party/WebKit/public/blink.gyp:blink', |
| 1068 '../ui/accessibility/accessibility.gyp:accessibility', | 1068 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1069 '../ui/base/ui_base.gyp:ui_base', | 1069 '../ui/base/ui_base.gyp:ui_base', |
| 1070 '../ui/events/blink/events_blink.gyp:events_blink', | 1070 '../ui/events/blink/events_blink.gyp:events_blink', |
| 1071 '../ui/gfx/gfx.gyp:gfx', | 1071 '../ui/gfx/gfx.gyp:gfx', |
| 1072 '../ui/gfx/gfx.gyp:gfx_geometry', | 1072 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1073 '../ui/gfx/gfx.gyp:gfx_range', | 1073 '../ui/gfx/gfx.gyp:gfx_range', |
| 1074 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
| 1074 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 1075 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 1075 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 1076 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| 1076 '../ui/gl/gl.gyp:gl', | 1077 '../ui/gl/gl.gyp:gl', |
| 1077 '../ui/gl/gl.gyp:gl_test_support', | 1078 '../ui/gl/gl.gyp:gl_test_support', |
| 1078 ], | 1079 ], |
| 1079 'include_dirs': [ | 1080 'include_dirs': [ |
| 1080 '..', | 1081 '..', |
| 1081 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest.
cc. | 1082 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest.
cc. |
| 1082 ], | 1083 ], |
| 1083 'sources': [ '<@(content_unittests_sources)' ], | 1084 'sources': [ '<@(content_unittests_sources)' ], |
| (...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2100 'content_unittests_apk.isolate', | 2101 'content_unittests_apk.isolate', |
| 2101 ], | 2102 ], |
| 2102 }, | 2103 }, |
| 2103 ], | 2104 ], |
| 2104 }, | 2105 }, |
| 2105 ], | 2106 ], |
| 2106 ], | 2107 ], |
| 2107 }], | 2108 }], |
| 2108 ], | 2109 ], |
| 2109 } | 2110 } |
| OLD | NEW |