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

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

Issue 501153005: uber: compile fixes + .gyp file to build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 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/uber/uber.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/compiled_resources.gyp
diff --git a/chrome/browser/resources/downloads/compiled_resources.gyp b/chrome/browser/resources/uber/compiled_resources.gyp
similarity index 53%
copy from chrome/browser/resources/downloads/compiled_resources.gyp
copy to chrome/browser/resources/uber/compiled_resources.gyp
index c9eb0079a30e3ab92e84008f05a19853df3660ed..6c6c15abaf0cb8d3e5a9d71f3c7605a27357c5b7 100644
--- a/chrome/browser/resources/downloads/compiled_resources.gyp
+++ b/chrome/browser/resources/uber/compiled_resources.gyp
@@ -4,7 +4,7 @@
{
'targets': [
{
- 'target_name': 'downloads',
+ 'target_name': 'uber_utils',
'variables': {
'depends': [
'../../../../ui/webui/resources/js/cr.js',
@@ -14,6 +14,19 @@
'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- }
+ },
+ {
+ 'target_name': 'uber',
+ 'variables': {
+ 'depends': [
+ '../../../../ui/webui/resources/js/cr.js',
+ '../../../../ui/webui/resources/js/load_time_data.js',
+ '../../../../ui/webui/resources/js/util.js',
+ 'uber_utils.js',
+ ],
+ 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
+ },
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
],
}
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698