| 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1080 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1080 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1081 '../third_party/libjingle/libjingle.gyp:libjingle', | 1081 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1082 '../third_party/re2/re2.gyp:re2', | 1082 '../third_party/re2/re2.gyp:re2', |
| 1083 '../third_party/WebKit/public/blink.gyp:blink', | 1083 '../third_party/WebKit/public/blink.gyp:blink', |
| 1084 '../ui/accessibility/accessibility.gyp:accessibility', | 1084 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1085 '../ui/base/ui_base.gyp:ui_base', | 1085 '../ui/base/ui_base.gyp:ui_base', |
| 1086 '../ui/events/blink/events_blink.gyp:events_blink', | 1086 '../ui/events/blink/events_blink.gyp:events_blink', |
| 1087 '../ui/gfx/gfx.gyp:gfx', | 1087 '../ui/gfx/gfx.gyp:gfx', |
| 1088 '../ui/gfx/gfx.gyp:gfx_geometry', | 1088 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1089 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 1089 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 1090 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| 1090 '../ui/gl/gl.gyp:gl', | 1091 '../ui/gl/gl.gyp:gl', |
| 1091 '../ui/gl/gl.gyp:gl_test_support', | 1092 '../ui/gl/gl.gyp:gl_test_support', |
| 1092 ], | 1093 ], |
| 1093 'include_dirs': [ | 1094 'include_dirs': [ |
| 1094 '..', | 1095 '..', |
| 1095 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest.
cc. | 1096 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest.
cc. |
| 1096 ], | 1097 ], |
| 1097 'sources': [ '<@(content_unittests_sources)' ], | 1098 'sources': [ '<@(content_unittests_sources)' ], |
| 1098 'conditions': [ | 1099 'conditions': [ |
| 1099 ['OS != "win"', { | 1100 ['OS != "win"', { |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2217 'content_unittests_apk.isolate', | 2218 'content_unittests_apk.isolate', |
| 2218 ], | 2219 ], |
| 2219 }, | 2220 }, |
| 2220 ], | 2221 ], |
| 2221 }, | 2222 }, |
| 2222 ], | 2223 ], |
| 2223 ], | 2224 ], |
| 2224 }], | 2225 }], |
| 2225 ], | 2226 ], |
| 2226 } | 2227 } |
| OLD | NEW |