| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'python', | 294 'python', |
| 295 'browser/metrics/variations/generate_resources_map.py', | 295 'browser/metrics/variations/generate_resources_map.py', |
| 296 '<(grit_out_dir)/grit/generated_resources.h', | 296 '<(grit_out_dir)/grit/generated_resources.h', |
| 297 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc' | 297 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc' |
| 298 ], | 298 ], |
| 299 'message': 'Generating generated resources map.', | 299 'message': 'Generating generated resources map.', |
| 300 } | 300 } |
| 301 ], | 301 ], |
| 302 }, | 302 }, |
| 303 { | 303 { |
| 304 # GN version: //chrome/app/resources:platform_locale_settings |
| 304 'target_name': 'platform_locale_settings', | 305 'target_name': 'platform_locale_settings', |
| 305 'type': 'none', | 306 'type': 'none', |
| 306 'variables': { | 307 'variables': { |
| 307 'conditions': [ | 308 'conditions': [ |
| 308 ['OS=="win"', { | 309 ['OS=="win"', { |
| 309 'platform_locale_settings_grd': | 310 'platform_locale_settings_grd': |
| 310 'app/resources/locale_settings_win.grd', | 311 'app/resources/locale_settings_win.grd', |
| 311 },], | 312 },], |
| 312 ['OS=="linux"', { | 313 ['OS=="linux"', { |
| 313 'conditions': [ | 314 'conditions': [ |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 '<(generator_path)', | 548 '<(generator_path)', |
| 548 'credits', | 549 'credits', |
| 549 '<(about_credits_file)', | 550 '<(about_credits_file)', |
| 550 ], | 551 ], |
| 551 'message': 'Generating about:credits', | 552 'message': 'Generating about:credits', |
| 552 }, | 553 }, |
| 553 ], | 554 ], |
| 554 }, | 555 }, |
| 555 ], # targets | 556 ], # targets |
| 556 } | 557 } |
| OLD | NEW |