| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ios/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ios/chrome', |
| 9 'ui_string_overrider_inputs': [ | 9 'ui_string_overrider_inputs': [ |
| 10 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_locale_sett
ings.h', |
| 10 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strings.h', | 11 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strings.h', |
| 11 '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/grit/ios_strings.h', | 12 '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/grit/ios_strings.h', |
| 12 ], | 13 ], |
| 13 'ui_string_overrider_output_basename': | 14 'ui_string_overrider_output_basename': |
| 14 'ios/chrome/browser/variations/ios_ui_string_overrider_factory', | 15 'ios/chrome/browser/variations/ios_ui_string_overrider_factory', |
| 15 'ui_string_overrider_script_name': | 16 'ui_string_overrider_script_name': |
| 16 '../../components/variations/service/generate_ui_string_overrider.py', | 17 '../../components/variations/service/generate_ui_string_overrider.py', |
| 17 'conditions': [ | 18 'conditions': [ |
| 18 ['branding=="Chromium"', { | 19 ['branding=="Chromium"', { |
| 19 'ui_string_overrider_inputs': [ | 20 'ui_string_overrider_inputs': [ |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 '../../components/components.gyp:variations_service', | 257 '../../components/components.gyp:variations_service', |
| 257 'ios_chrome_ui_string_overrider_factory_gen', | 258 'ios_chrome_ui_string_overrider_factory_gen', |
| 258 ], | 259 ], |
| 259 'sources': [ | 260 'sources': [ |
| 260 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).cc', | 261 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).cc', |
| 261 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).h', | 262 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).h', |
| 262 ], | 263 ], |
| 263 }, | 264 }, |
| 264 ], | 265 ], |
| 265 } | 266 } |
| OLD | NEW |