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

Unified Diff: chrome/common/BUILD.gn

Issue 346113002: Revert of Add chrome/renderer to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index bd9f73341d6036cda4385b64836b1aab68a11e60..e4560b070481d8c6f7fe81465cf2927e91552ce5 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -4,11 +4,12 @@
import("//tools/grit/grit_rule.gni")
-gypi_values = exec_script(
- "//build/gypi_to_gn.py",
- [ rebase_path("../chrome_common.gypi") ],
- "scope",
- [ "../chrome_common.gypi" ])
+# TODO(GYP) uncomment when this is used below.
+#gypi_values = exec_script(
+# "//build/gypi_to_gn.py",
+# [ rebase_path("../chrome_common.gypi") ],
+# "scope",
+# [ "../chrome_common.gypi" ])
# GYP version: chrome/chrome_resources.gyp:chrome_resources
# (generate_common_resources action)
@@ -24,7 +25,8 @@
# GYP version: chrome/chrome_common.gyp:common
static_library("common") {
- sources = rebase_path(gypi_values.chrome_common_sources, ".", "//chrome")
+ # TODO(GYP) Uncomment when these compile.
+ #sources = rebase_path(gypi_values.chrome_common_sources, ".", "//chrome")
configs += [ "//build/config/compiler:wexit_time_destructors" ]
@@ -64,7 +66,7 @@
if (!is_ios) {
deps += [
- "//apps/common/api:apps_api",
+ #'<(DEPTH)/apps/common/api/api.gyp:apps_api', TODO(GYP)
"//chrome/common/extensions/api",
#'<(DEPTH)/components/components.gyp:autofill_core_common', TODO(GYP)
#'<(DEPTH)/components/components.gyp:autofill_content_common', TODO(GYP)
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698