| 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'],
|
| + },
|
| ],
|
| }
|
|
|