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

Unified Diff: webkit/support/webkit_support.gyp

Issue 1995013: Make it possible to build DRT in a chromium checkout. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix comments Created 10 years, 7 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 | « webkit/default_plugin/default_plugin.gyp ('k') | webkit/support/webkit_support_in_chromium.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.gyp
diff --git a/webkit/support/webkit_support.gyp b/webkit/support/webkit_support.gyp
index be198552943404f4ecd3413e034a67a2b8b95093..5b59e761b2104f9802cdad95ea7e7aad6295740a 100644
--- a/webkit/support/webkit_support.gyp
+++ b/webkit/support/webkit_support.gyp
@@ -3,7 +3,10 @@
# found in the LICENSE file.
{
- # Suppose this file is put at WebKit/WebKit/chromium/webkit/support/.
+ # This file is the same as webkit_support_in_chromium.gyp except it
+ # references features.gypi based on its location in a webkit checkout
+ # (WebKit/Webkit/chromium/webkit/support/). If you add .gypi files
+ # here, please add them in webkit_support_in_chromium.gyp as well.
'includes': [
'../../features.gypi',
'../appcache/webkit_appcache.gypi',
« no previous file with comments | « webkit/default_plugin/default_plugin.gyp ('k') | webkit/support/webkit_support_in_chromium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698