Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(689)

Side by Side Diff: content/content_tests.gypi

Issue 1174503002: add missing zlib dep after CL 1148633007 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1382 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1383 '../testing/gmock.gyp:gmock', 1383 '../testing/gmock.gyp:gmock',
1384 '../testing/gtest.gyp:gtest', 1384 '../testing/gtest.gyp:gtest',
1385 '../third_party/WebKit/public/blink.gyp:blink', 1385 '../third_party/WebKit/public/blink.gyp:blink',
1386 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1386 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1387 '../third_party/mesa/mesa.gyp:osmesa', 1387 '../third_party/mesa/mesa.gyp:osmesa',
1388 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 1388 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1389 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 1389 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
1390 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1390 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1391 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1391 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1392 '../third_party/zlib/zlib.gyp:zlib',
1392 '../ui/accessibility/accessibility.gyp:accessibility', 1393 '../ui/accessibility/accessibility.gyp:accessibility',
1393 '../ui/base/ui_base.gyp:ui_base', 1394 '../ui/base/ui_base.gyp:ui_base',
1394 '../ui/gfx/gfx.gyp:gfx', 1395 '../ui/gfx/gfx.gyp:gfx',
1395 '../ui/gfx/gfx.gyp:gfx_geometry', 1396 '../ui/gfx/gfx.gyp:gfx_geometry',
1396 '../ui/gl/gl.gyp:gl', 1397 '../ui/gl/gl.gyp:gl',
1397 '../ui/resources/ui_resources.gyp:ui_resources', 1398 '../ui/resources/ui_resources.gyp:ui_resources',
1398 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1399 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1399 '../ui/snapshot/snapshot.gyp:snapshot', 1400 '../ui/snapshot/snapshot.gyp:snapshot',
1400 '../ui/accessibility/accessibility.gyp:ax_gen', 1401 '../ui/accessibility/accessibility.gyp:ax_gen',
1401 ], 1402 ],
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
2185 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2186 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2186 }, 2187 },
2187 ], 2188 ],
2188 }], 2189 }],
2189 ], 2190 ],
2190 }, 2191 },
2191 ], 2192 ],
2192 }], 2193 }],
2193 ], 2194 ],
2194 } 2195 }
OLDNEW
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698