 Chromium Code Reviews
 Chromium Code Reviews Issue 2174903002:
  Add stub pages and oauth-blessed request to /newui  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
    
  
    Issue 2174903002:
  Add stub pages and oauth-blessed request to /newui  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master| OLD | NEW | 
|---|---|
| 1 { | 1 { | 
| 2 "name": "swarming", | 2 "name": "swarming", | 
| 3 "version": "0.0.0", | 3 "version": "0.0.0", | 
| 4 "authors": [], | 4 "authors": [], | 
| 5 "description": "Polymer 1.0 Elements for Swarming", | 5 "description": "Polymer 1.0 Elements for Swarming", | 
| 6 "ignore": [ | 6 "ignore": [ | 
| 7 "**/.*", | 7 "**/.*", | 
| 8 "bower_components", | 8 "bower_components", | 
| 9 "node_modules", | 9 "node_modules", | 
| 10 "test", | 10 "test", | 
| 11 "tests" | 11 "tests" | 
| 12 ], | 12 ], | 
| 13 "dependencies": { | 13 "dependencies": { | 
| 14 "google-apis": "GoogleWebComponents/google-apis#~1.1.0", | 14 "google-apis": "GoogleWebComponents/google-apis#~1.1.0", | 
| 15 "google-signin": "GoogleWebComponents/google-signin#^1.3.2", | |
| 
stephana
2016/07/24 21:17:07
Just like with the 'iron-elements' line below, som
 
kjlubick
2016/07/25 12:45:43
Done.  I kept google-signin just to make sure the
 
kjlubick
2016/07/25 12:45:43
Done.
 
stephana
2016/07/25 13:26:32
The trailing "#^1.3.2" ensures that you get the ne
 | |
| 15 "google-chart": "GoogleWebComponents/google-chart#~1.0.0", | 16 "google-chart": "GoogleWebComponents/google-chart#~1.0.0", | 
| 16 "iron-elements": "PolymerElements/iron-elements#~1.0.0", | 17 "iron-elements": "PolymerElements/iron-elements#~1.0.0", | 
| 17 "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.0", | 18 "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.0", | 
| 18 "paper-elements": "PolymerElements/paper-elements#~1.0.0", | 19 "paper-elements": "PolymerElements/paper-elements#~1.0.0", | 
| 19 "polymer": "Polymer/polymer#^1.0.0" | 20 "polymer": "Polymer/polymer#^1.0.0" | 
| 20 } | 21 } | 
| 21 } | 22 } | 
| OLD | NEW |