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

Unified Diff: chrome/common/extensions/api/BUILD.gn

Issue 2367653002: Exclude rest of chromeos-only API related from compiling in non-chromeos. (Closed)
Patch Set: sync 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 | « no previous file | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/BUILD.gn
diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
index 905fa27cb8f82a8b958a6d67bdb4c6366d725c45..b7e17cd9c5f260ff55b31a302655768c21cc4135 100644
--- a/chrome/common/extensions/api/BUILD.gn
+++ b/chrome/common/extensions/api/BUILD.gn
@@ -63,7 +63,6 @@ schema_sources = [
"passwords_private.idl",
"permissions.json",
"preferences_private.json",
- "quick_unlock_private.idl",
"resources_private.idl",
"screenlock_private.idl",
"sessions.json",
@@ -113,6 +112,7 @@ if (is_chromeos) {
"log_private.idl",
"platform_keys.idl",
"platform_keys_internal.idl",
+ "quick_unlock_private.idl",
"terminal_private.json",
"users_private.idl",
"wallpaper.json",
« no previous file with comments | « no previous file | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698