Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: ios/chrome/ios_chrome_resources.gyp

Issue 1679283002: Componentize Chrome terms of service, Accept-Languages & default encoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase && use a qualified include for the new file Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/variations/BUILD.gn ('k') | ios/chrome/tools/build/ios_repack_locales.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/variations/BUILD.gn ('k') | ios/chrome/tools/build/ios_repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698