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

Unified Diff: build/common.gypi

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 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 | « build/all.gyp ('k') | build/gyp_chromium » ('j') | o3d/DEPS_gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index aeb5d111ad29c2c80c2ecbca02f465b27c77a462..1904f408b2ad0a343d46b0e5bed0c7157afab9a3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# IMPORTANT:
+# Please don't directly include this file if you are building via gyp_chromium,
+# since gyp_chromium is automatically forcing its inclusion.
{
Mark Mentovai 2009/09/15 21:49:57 Nit: leave a blank line between your comment block
'variables': {
# .gyp files should set chromium_code to 1 if they build Chromium-specific
« no previous file with comments | « build/all.gyp ('k') | build/gyp_chromium » ('j') | o3d/DEPS_gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698