summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.scons
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.scons')
-rw-r--r--chrome/browser/browser.scons9
1 files changed, 1 insertions, 8 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 3ac082e..010ebd0 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -19,16 +19,9 @@ env.SConscript([
'$ZLIB_DIR/using_zlib.scons',
], {'env':env})
-# TODO(sgk): convert into a using_*.scons pattern when we update WebKit.
-env.Append(
- CPPPATH = [
- '$WEBKIT_DIR/build/localized_strings',
- ],
-)
-
env.Prepend(
CPPPATH = [
- '$CHROME_DIR/app/resources',
+ '$TARGET_ROOT/grit_derived_sources',
'$CHROME_DIR/app',
'$CHROME_SRC_DIR',
# To get the #include of history_indexer.h,