| 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', |  | 
|    7     'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', |    6     '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', |    7     'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
     nternal/additional_modules_list.txt', | 
 |    8     'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 
 |    9     'identity_internals_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/
     ui/webui/identity_internals/identity_internals.mojom.js', | 
|    9     'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om
     nibox/omnibox.mojom.js', |   10     'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om
     nibox/omnibox.mojom.js', | 
|   10   }, |   11   }, | 
|   11   'targets': [ |   12   'targets': [ | 
|   12     { |   13     { | 
|   13       # GN version: //chrome:extra_resources |   14       # GN version: //chrome:extra_resources | 
|   14       'target_name': 'chrome_extra_resources', |   15       'target_name': 'chrome_extra_resources', | 
|   15       'type': 'none', |   16       'type': 'none', | 
|   16       # These resources end up in resources.pak because they are resources |   17       # These resources end up in resources.pak because they are resources | 
|   17       # used by internal pages.  Putting them in a separate pak file makes |   18       # used by internal pages.  Putting them in a separate pak file makes | 
|   18       # it easier for us to reference them internally. |   19       # it easier for us to reference them internally. | 
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  191       ], |  192       ], | 
|  192       'actions': [ |  193       'actions': [ | 
|  193         { |  194         { | 
|  194           # GN version: //chrome/browser:resources |  195           # GN version: //chrome/browser:resources | 
|  195           'action_name': 'generate_browser_resources', |  196           'action_name': 'generate_browser_resources', | 
|  196           'variables': { |  197           'variables': { | 
|  197             'grit_grd_file': 'browser/browser_resources.grd', |  198             'grit_grd_file': 'browser/browser_resources.grd', | 
|  198             'grit_additional_defines': [ |  199             'grit_additional_defines': [ | 
|  199               '-E', 'about_credits_file=<(about_credits_file)', |  200               '-E', 'about_credits_file=<(about_credits_file)', | 
|  200               '-E', 'additional_modules_list_file=<(additional_modules_list_file
     )', |  201               '-E', 'additional_modules_list_file=<(additional_modules_list_file
     )', | 
 |  202               '-E', 'identity_internals_mojom_file=<(identity_internals_mojom_fi
     le)', | 
|  201               '-E', 'omnibox_mojom_file=<(omnibox_mojom_file)', |  203               '-E', 'omnibox_mojom_file=<(omnibox_mojom_file)', | 
|  202             ], |  204             ], | 
|  203           }, |  205           }, | 
|  204           'includes': [ '../build/grit_action.gypi' ], |  206           'includes': [ '../build/grit_action.gypi' ], | 
|  205         }, |  207         }, | 
|  206         { |  208         { | 
|  207           # GN version: //chrome/common:resources |  209           # GN version: //chrome/common:resources | 
|  208           'action_name': 'generate_common_resources', |  210           'action_name': 'generate_common_resources', | 
|  209           'variables': { |  211           'variables': { | 
|  210             'grit_grd_file': 'common/common_resources.grd', |  212             'grit_grd_file': 'common/common_resources.grd', | 
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  560                      '<(generator_path)', |  562                      '<(generator_path)', | 
|  561                      'credits', |  563                      'credits', | 
|  562                      '<(about_credits_file)', |  564                      '<(about_credits_file)', | 
|  563           ], |  565           ], | 
|  564           'message': 'Generating about:credits', |  566           'message': 'Generating about:credits', | 
|  565         }, |  567         }, | 
|  566       ], |  568       ], | 
|  567     }, |  569     }, | 
|  568   ], # targets |  570   ], # targets | 
|  569 } |  571 } | 
| OLD | NEW |