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

Unified Diff: components/gcm_driver/instance_id/DEPS

Issue 1113213002: Generate Instance ID locally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more feedback Created 5 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/instance_id/instance_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/instance_id/DEPS
diff --git a/components/crx_file/DEPS b/components/gcm_driver/instance_id/DEPS
similarity index 50%
copy from components/crx_file/DEPS
copy to components/gcm_driver/instance_id/DEPS
index 4ef4138e48f6d5ec2a5e493407da4bdb68c0bbfa..da8d8044d5ebbb993496119effce48ed374932e1 100644
--- a/components/crx_file/DEPS
+++ b/components/gcm_driver/instance_id/DEPS
@@ -1,3 +1,4 @@
-include_rules = [
- "+crypto",
-]
+include_rules = [
+ "+components/gcm_driver",
+ "+crypto",
+]
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/instance_id/instance_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698