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

Unified Diff: chrome/test/chromedriver/BUILD.gn

Issue 1458193002: Flip the CrOS GN release bots to use Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix target nesting Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/BUILD.gn
diff --git a/chrome/test/chromedriver/BUILD.gn b/chrome/test/chromedriver/BUILD.gn
index 43d0b823853b5e0216ef55cf6b77011fdf264db6..435b6349e5d856e672975c12dd2c63caec0df87b 100644
--- a/chrome/test/chromedriver/BUILD.gn
+++ b/chrome/test/chromedriver/BUILD.gn
@@ -101,8 +101,8 @@ source_set("automation_client_lib") {
"//base",
"//base/third_party/dynamic_annotations",
"//net",
- "//third_party/zlib:zip",
"//third_party/zlib:minizip",
+ "//third_party/zlib:zip",
"//ui/accessibility:ax_gen",
"//ui/base",
"//ui/gfx",
@@ -165,6 +165,7 @@ source_set("lib") {
"//ui/base",
"//ui/events:dom_keycode_converter",
"//ui/events:events_base",
+ "//ui/events/ozone:events_ozone_layout",
"//ui/gfx",
"//ui/gfx/geometry",
]
« no previous file with comments | « BUILD.gn ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698