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

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

Issue 1963823002: Dispatch middle click manually by tracking mouse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 4 years, 7 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/ntp4/compiled_resources.gyp
diff --git a/chrome/browser/resources/ntp4/compiled_resources.gyp b/chrome/browser/resources/ntp4/compiled_resources.gyp
index 4f9b08eef7641b6ff831a35b87ef3a73c7ff17ce..5246e5273151a91353a26bdbd542e9fae7e53fcb 100644
--- a/chrome/browser/resources/ntp4/compiled_resources.gyp
+++ b/chrome/browser/resources/ntp4/compiled_resources.gyp
@@ -30,14 +30,15 @@
'../../../../ui/webui/resources/js/cr/ui/menu_button.js',
'../../../../ui/webui/resources/js/cr/ui/context_menu_button.js',
'../../../../ui/webui/resources/js/cr/ui/touch_handler.js',
- 'logging.js',
- 'tile_page.js',
'dot_list.js',
- 'trash.js',
- 'page_switcher.js',
- 'page_list_view.js',
+ 'logging.js',
'nav_dot.js',
'new_tab.js',
+ 'page_switcher.js',
+ 'page_list_view.js',
+ 'synthetic_middleclick.js',
+ 'tile_page.js',
+ 'trash.js',
Dan Beam 2016/05/24 01:58:00 why do you need to change this list at all?
Navid Zolghadr 2016/05/24 02:21:25 I wasn't sure to be honest with you. The target se
Dan Beam 2016/05/24 17:20:46 this is just annotating dependencies for closure c
Navid Zolghadr 2016/05/24 17:51:14 Done.
],
'externs': ['<(EXTERNS_DIR)/chrome_send.js'],
},
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | chrome/browser/resources/ntp4/synthetic_middleclick.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698