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

Unified Diff: chrome/browser/resources/chromeos/compiled_resources.gyp

Issue 2114803004: Convert quick_unlock/pin_keyboard to v2 Closure GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: chrome/browser/resources/chromeos/compiled_resources.gyp
diff --git a/chrome/browser/resources/chromeos/compiled_resources.gyp b/chrome/browser/resources/chromeos/compiled_resources.gyp
index 3038cb9fa92cb1f1573a9c3d6c41d4aee538a6c1..ed55ffde616030cfceeabc12e371c52113b6ee0f 100644
--- a/chrome/browser/resources/chromeos/compiled_resources.gyp
+++ b/chrome/browser/resources/chromeos/compiled_resources.gyp
@@ -4,6 +4,13 @@
{
'targets': [
{
+ 'target_name': 'chromeos_resources',
+ 'type': 'none',
+ 'dependencies': [
+ 'quick_unlock/compiled_resources.gyp:*',
+ ],
+ },
+ {
'target_name': 'bluetooth_pair_device',
'variables': {
'depends': [
@@ -23,9 +30,5 @@
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
},
- {
- 'target_name': 'quick_unlock/pin_keyboard',
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- }
],
}

Powered by Google App Engine
This is Rietveld 408576698