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

Unified Diff: chrome/browser/resources/md_history/compiled_resources2.gyp

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: axe more android stuff Created 3 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
Index: chrome/browser/resources/md_history/compiled_resources2.gyp
diff --git a/chrome/browser/resources/md_history/compiled_resources2.gyp b/chrome/browser/resources/md_history/compiled_resources2.gyp
index e372e5a8c4c555ff5ca147fed63b9961640ae75d..8ffa9354c1ac49f26cfb3436216d5781df0f36e3 100644
--- a/chrome/browser/resources/md_history/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_history/compiled_resources2.gyp
@@ -11,7 +11,7 @@
'target_name': 'browser_service',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
- '../history/compiled_resources2.gyp:externs',
+ 'externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -19,7 +19,6 @@
'target_name': 'externs',
'dependencies': [
'constants',
- '../history/compiled_resources2.gyp:externs',
],
'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
},
@@ -32,7 +31,7 @@
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row',
'constants',
'browser_service',
- '../history/compiled_resources2.gyp:externs',
+ 'externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -50,7 +49,6 @@
'constants',
'externs',
'history_item',
- '../history/compiled_resources2.gyp:externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -62,7 +60,7 @@
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
'constants',
- '../history/compiled_resources2.gyp:externs',
+ 'externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -71,10 +69,10 @@
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
- 'constants',
'app',
+ 'constants',
+ 'externs',
'<(EXTERNS_GYP):chrome_send',
- '../history/compiled_resources2.gyp:externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -85,12 +83,12 @@
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
'constants',
+ 'externs',
'history_toolbar',
'history_list',
'side_bar',
'synced_device_card',
'synced_device_manager',
- '../history/compiled_resources2.gyp:externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -125,7 +123,6 @@
{
'target_name': 'synced_device_card',
'dependencies': [
- '../history/compiled_resources2.gyp:externs',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row',

Powered by Google App Engine
This is Rietveld 408576698