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

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

Issue 2304303002: Inline GYP sources for chrome/ android and chromeos. (Closed)
Patch Set: merge Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | 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 d15610dffc8657848e0e79e7c3b437e7a8236be3..8328a2b1ceb3ad607e1ac58fdce9dc33a4ff19b8 100644
--- a/chrome/test/chromedriver/BUILD.gn
+++ b/chrome/test/chromedriver/BUILD.gn
@@ -6,8 +6,6 @@ import("//build/config/ui.gni")
import("//chrome/chrome_tests.gni")
import("//testing/test.gni")
-# GYP version: chrome/chrome_tests.gypi:automation_client_lib
-# (embed_js_in_cpp action)
action("embed_js_in_cpp") {
script = "embed_js_in_cpp.py"
@@ -33,8 +31,6 @@ action("embed_js_in_cpp") {
args += rebase_path(js_files, root_build_dir)
}
-# GYP version: chrome/chrome_tests.gypi:automation_client_lib
-# (embed_user_data_dir_in_cpp action)
action("embed_user_data_dir_in_cpp") {
script = "embed_user_data_dir_in_cpp.py"
@@ -56,8 +52,6 @@ action("embed_user_data_dir_in_cpp") {
args += rebase_path(files, root_build_dir)
}
-# GYP version: chrome/chrome_tests.gypi:automation_client_lib
-# (embed_extension_in_cpp action)
action("embed_extension_in_cpp") {
script = "embed_extension_in_cpp.py"
@@ -79,7 +73,6 @@ action("embed_extension_in_cpp") {
args += rebase_path(files, root_build_dir)
}
-# GYP version: chrome/chrome_tests.gypi:automation_client_lib
source_set("automation_client_lib") {
sources = [
"chrome/adb.h",
@@ -200,8 +193,6 @@ source_set("automation_client_lib") {
]
}
-# GYP version: chrome/chrome_tests.gypi:chromedriver_lib
-# (embed_version_in_cpp action)
action("embed_version_in_cpp") {
script = "embed_version_in_cpp.py"
inputs = [
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698