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

Unified Diff: third_party/closure_compiler/interfaces/compiled_resources2.gyp

Issue 2142423003: Add quick unlock private interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Add interface to gyp file Created 4 years, 5 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 | « no previous file | third_party/closure_compiler/interfaces/quick_unlock_private_interface.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/interfaces/compiled_resources2.gyp
diff --git a/third_party/closure_compiler/interfaces/compiled_resources2.gyp b/third_party/closure_compiler/interfaces/compiled_resources2.gyp
index 42eed4932cb52a5cdc2eaec44976e899b75423e1..34142e9276ee2632ce78582b0d26e6007b3b0b8e 100644
--- a/third_party/closure_compiler/interfaces/compiled_resources2.gyp
+++ b/third_party/closure_compiler/interfaces/compiled_resources2.gyp
@@ -29,6 +29,10 @@
'includes': ['../include_js.gypi'],
},
{
+ 'target_name': 'quick_unlock_private_interface',
+ 'includes': ['../include_js.gypi'],
+ },
+ {
'target_name': 'settings_private_interface',
'includes': ['../include_js.gypi'],
},
« no previous file with comments | « no previous file | third_party/closure_compiler/interfaces/quick_unlock_private_interface.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698