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

Unified Diff: chrome/common/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Created 6 years, 2 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 046475cb3fe871ecc7dedb724229543c8b826fa6..6a18ee603bc6bbad76c9c856b1b586c688c3df67 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -106,8 +106,8 @@ static_library("common") {
deps += [
"//device/bluetooth", # TODO(thestig) Still needed? Not in gyp version.
"//device/usb",
- "//chrome/common/extensions/api",
"//extensions/common",
Lei Zhang 2014/10/24 02:55:51 Revert this change, it was fine as is.
cjhopman 2014/10/24 21:41:11 Done.
+ "//chrome/common/extensions/api",
"//extensions/common/api",
"//extensions:extensions_resources",
"//extensions/strings",

Powered by Google App Engine
This is Rietveld 408576698