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

Unified Diff: content/shell/DEPS

Issue 10035034: Implement the skeleton of an android content shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed drawable png as it was checked in separately. Created 8 years, 8 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
Index: content/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index ce20828a30041a2523ae7195618bb8b92f5f984c..10563e71c0ce469ab9e4fcd9f3858e0fed1b8e62 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -10,4 +10,7 @@ include_rules = [
# Shell resources
"+grit/shell_resources.h",
+
+ # Include the generated JNI headers
+ "+jni",
]

Powered by Google App Engine
This is Rietveld 408576698