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

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

Issue 2321913003: Old and new about pages: simplify product logo animation code (Closed)
Patch Set: happify closure Created 4 years, 3 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/options/compiled_resources.gyp
diff --git a/chrome/browser/resources/options/compiled_resources.gyp b/chrome/browser/resources/options/compiled_resources.gyp
index 3fb7f2bf117fe4bb8eedf1fad89eab514326c797..a97d3f7fc59c95a84b52deb4bc93974a4511a73c 100644
--- a/chrome/browser/resources/options/compiled_resources.gyp
+++ b/chrome/browser/resources/options/compiled_resources.gyp
@@ -43,11 +43,11 @@
'../../../../ui/webui/resources/js/promise_resolver.js',
'../../../../ui/webui/resources/js/util.js',
'../../../../chrome/browser/resources/chromeos/keyboard/keyboard_utils.js',
- '../../../../ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
- '../settings/compiled_resources2.gyp:route',
- '../settings/people_page/compiled_resources2.gyp:lock_state_behavior',
- '../settings/people_page/compiled_resources2.gyp:password_prompt_dialog',
- '../settings/people_page/compiled_resources2.gyp:lock_screen',
+ '../../../../ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
+ '../settings/compiled_resources2.gyp:route',
+ '../settings/people_page/compiled_resources2.gyp:lock_state_behavior',
+ '../settings/people_page/compiled_resources2.gyp:password_prompt_dialog',
+ '../settings/people_page/compiled_resources2.gyp:lock_screen',
],
# options_bundle is included as a complex dependency. Currently there is
# no possibility to use gyp variable expansion to it, so we don't use
@@ -59,9 +59,10 @@
'../../../../third_party/closure_compiler/externs/metrics_private.js',
'../../../../third_party/closure_compiler/externs/networking_private.js',
'../../../../third_party/closure_compiler/externs/chrome_send.js',
- '../../../../third_party/closure_compiler/externs/quick_unlock_private.js',
+ '../../../../third_party/closure_compiler/externs/quick_unlock_private.js',
+ '../../../../third_party/closure_compiler/externs/web_animations.js',
'../../../../ui/webui/resources/cr_elements/network/cr_network_icon_externs.js',
- ],
+ ],
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
}
« no previous file with comments | « chrome/browser/resources/help/help_page.js ('k') | chrome/browser/resources/settings/about_page/about_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698