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

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: 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
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_base_dir': '<(SHARED_INTERMEDIATE_DIR)', 8 'grit_base_dir': '<(SHARED_INTERMEDIATE_DIR)',
9 'grit_out_dir': '<(grit_base_dir)/ios/chrome', 9 'grit_out_dir': '<(grit_base_dir)/ios/chrome',
10 'ui_string_overrider_inputs': [ 10 'ui_string_overrider_inputs': [
11 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_locale_sett ings.h',
11 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strings.h', 12 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strings.h',
12 '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/grit/ios_strings.h', 13 '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/grit/ios_strings.h',
13 ], 14 ],
14 'ui_string_overrider_output_basename': 15 'ui_string_overrider_output_basename':
15 'ios/chrome/browser/variations/ios_ui_string_overrider_factory', 16 'ios/chrome/browser/variations/ios_ui_string_overrider_factory',
16 'ui_string_overrider_script_name': 17 'ui_string_overrider_script_name':
17 '../../components/variations/service/generate_ui_string_overrider.py', 18 '../../components/variations/service/generate_ui_string_overrider.py',
18 'conditions': [ 19 'conditions': [
19 ['branding=="Chromium"', { 20 ['branding=="Chromium"', {
20 'ui_string_overrider_inputs': [ 21 'ui_string_overrider_inputs': [
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 '../../components/components.gyp:variations_service', 277 '../../components/components.gyp:variations_service',
277 'ios_chrome_ui_string_overrider_factory_gen', 278 'ios_chrome_ui_string_overrider_factory_gen',
278 ], 279 ],
279 'sources': [ 280 'sources': [
280 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).cc', 281 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).cc',
281 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).h', 282 '<(SHARED_INTERMEDIATE_DIR)/<(ui_string_overrider_output_basename).h',
282 ], 283 ],
283 }, 284 },
284 ], 285 ],
285 } 286 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698