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

Side by Side Diff: content/test/BUILD.gn

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 | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "//ppapi/shared_impl", 297 "//ppapi/shared_impl",
298 "//third_party/mojo/src/mojo/edk/system", 298 "//third_party/mojo/src/mojo/edk/system",
299 "//third_party/mojo/src/mojo/edk/test:test_support", 299 "//third_party/mojo/src/mojo/edk/test:test_support",
300 "//third_party/mojo/src/mojo/public/cpp/bindings", 300 "//third_party/mojo/src/mojo/public/cpp/bindings",
301 "//third_party/mojo/src/mojo/public/js", 301 "//third_party/mojo/src/mojo/public/js",
302 "//testing/gmock", 302 "//testing/gmock",
303 "//testing/gtest", 303 "//testing/gtest",
304 "//third_party/WebKit/public:blink", 304 "//third_party/WebKit/public:blink",
305 "//third_party/leveldatabase", 305 "//third_party/leveldatabase",
306 "//third_party/mesa:osmesa", 306 "//third_party/mesa:osmesa",
307 "//third_party/zlib",
307 "//ui/accessibility", 308 "//ui/accessibility",
308 "//ui/accessibility:ax_gen", 309 "//ui/accessibility:ax_gen",
309 "//ui/base", 310 "//ui/base",
310 "//ui/base/ime", 311 "//ui/base/ime",
311 "//ui/gfx", 312 "//ui/gfx",
312 "//ui/gfx/geometry", 313 "//ui/gfx/geometry",
313 "//ui/gl", 314 "//ui/gl",
314 "//ui/resources", 315 "//ui/resources",
315 "//ui/shell_dialogs", 316 "//ui/shell_dialogs",
316 "//ui/snapshot", 317 "//ui/snapshot",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 "//gpu/blink", 698 "//gpu/blink",
698 "//testing/gtest", 699 "//testing/gtest",
699 "//third_party/WebKit/public:blink", 700 "//third_party/WebKit/public:blink",
700 "//ui/base", 701 "//ui/base",
701 "//ui/gfx", 702 "//ui/gfx",
702 "//ui/gfx/geometry", 703 "//ui/gfx/geometry",
703 "//ui/gl", 704 "//ui/gl",
704 ] 705 ]
705 } 706 }
706 } 707 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698