OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', | 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', |
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', | 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', |
9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om
nibox/omnibox.mojom.js', | 9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om
nibox/omnibox.mojom.js', |
10 }, | 10 }, |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'includes': [ '../build/grit_target.gypi' ], | 257 'includes': [ '../build/grit_target.gypi' ], |
258 }, | 258 }, |
259 { | 259 { |
260 'target_name': 'chrome_strings_map', | 260 'target_name': 'chrome_strings_map', |
261 'type': 'none', | 261 'type': 'none', |
262 'dependencies': [ 'chrome_strings', ], | 262 'dependencies': [ 'chrome_strings', ], |
263 'actions': [ | 263 'actions': [ |
264 { | 264 { |
265 'action_name': 'generate_resources_map', | 265 'action_name': 'generate_resources_map', |
266 'inputs': [ | 266 'inputs': [ |
| 267 'browser/metrics/variations/generate_resources_map.py', |
267 '<(grit_out_dir)/grit/generated_resources.h' | 268 '<(grit_out_dir)/grit/generated_resources.h' |
268 ], | 269 ], |
269 'outputs': [ | 270 'outputs': [ |
270 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc', | 271 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc', |
271 ], | 272 ], |
272 'action': [ | 273 'action': [ |
273 'python', | 274 'python', |
274 'browser/metrics/variations/generate_resources_map.py', | 275 'browser/metrics/variations/generate_resources_map.py', |
275 '<(grit_out_dir)/grit/generated_resources.h', | 276 '<(grit_out_dir)/grit/generated_resources.h', |
276 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc' | 277 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc' |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 '<(generator_path)', | 532 '<(generator_path)', |
532 'credits', | 533 'credits', |
533 '<(about_credits_file)', | 534 '<(about_credits_file)', |
534 ], | 535 ], |
535 'message': 'Generating about:credits', | 536 'message': 'Generating about:credits', |
536 }, | 537 }, |
537 ], | 538 ], |
538 }, | 539 }, |
539 ], # targets | 540 ], # targets |
540 } | 541 } |
OLD | NEW |