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

Unified Diff: chrome/browser/resources/settings/settings_page/compiled_resources2.gyp

Issue 2224673002: MD Settings: simplify animation scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | chrome/browser/resources/settings/settings_page/main_page_behavior.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp b/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
index 4e42a402367ce0f6e9d17caed7ace576a78c1840..fb9fe60b67b8b00122deec41b5e0c3348568fb87 100644
--- a/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
@@ -6,11 +6,10 @@
{
'target_name': 'main_page_behavior',
'dependencies': [
+ '../animation/compiled_resources2.gyp:animation',
'../compiled_resources2.gyp:route',
'settings_section',
- 'transition_behavior',
- '<(EXTERNS_GYP):web_animations',
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -30,6 +29,7 @@
{
'target_name': 'settings_section',
'dependencies': [
+ '../animation/compiled_resources2.gyp:animation',
'<(EXTERNS_GYP):web_animations',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -54,13 +54,5 @@
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
- {
- 'target_name': 'transition_behavior',
- 'dependencies': [
- '<(EXTERNS_GYP):settings_private',
- '<(EXTERNS_GYP):web_animations',
- ],
- 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
],
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/main_page_behavior.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698