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

Unified Diff: apps/common/api/BUILD.gn

Issue 343233004: Add chrome/renderer to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: work around lack of hunspell Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | apps/common/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/common/api/BUILD.gn
diff --git a/apps/common/api/BUILD.gn b/apps/common/api/BUILD.gn
index 5aa6dadc48fe62980e89b5f0e762a1c701f826f2..a1cf00bcdf3e4200c7ff1b5f56096856edec82ce 100644
--- a/apps/common/api/BUILD.gn
+++ b/apps/common/api/BUILD.gn
@@ -4,10 +4,11 @@
import("//extensions/generated_extensions_api.gni")
+# GYP version: apps/common/api/api.gyp:apps_api
generated_extensions_api("apps_api") {
sources = [
"app_runtime.idl",
]
- root_namespace = "extensions::apps_api"
+ root_namespace = "apps::api"
impl_dir = "//apps/browser/api"
}
« no previous file with comments | « BUILD.gn ('k') | apps/common/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698