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

Unified Diff: chrome/chrome_browser.gypi

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 | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 225289282f9e1143f9613845770b309c1acf8c09..d75b3540743f508cc4d1141528ff69108ef193ed 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -34,10 +34,10 @@
'../third_party/libxml/libxml.gyp:libxml',
'../third_party/npapi/npapi.gyp:npapi',
'../third_party/hunspell/hunspell.gyp:hunspell',
- '../webkit/webkit.gyp:appcache',
- '../webkit/webkit.gyp:database',
- '../webkit/webkit.gyp:glue',
- '../webkit/webkit.gyp:webkit_resources',
+ '../webkit/support/webkit_support_in_chromium.gyp:appcache',
+ '../webkit/support/webkit_support_in_chromium.gyp:database',
+ '../webkit/support/webkit_support_in_chromium.gyp:glue',
+ '../webkit/support/webkit_support_in_chromium.gyp:webkit_resources',
],
'include_dirs': [
'..',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698