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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 370463003: Add support for variations controlled overriding UI strings to the variations service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 (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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 }, 283 },
284 { 284 {
285 # GN version: //chrome/app:make_generated_resources_map 285 # GN version: //chrome/app:make_generated_resources_map
286 'target_name': 'chrome_strings_map', 286 'target_name': 'chrome_strings_map',
287 'type': 'none', 287 'type': 'none',
288 'dependencies': [ 'chrome_strings', ], 288 'dependencies': [ 'chrome_strings', ],
289 'actions': [ 289 'actions': [
290 { 290 {
291 'action_name': 'generate_resources_map', 291 'action_name': 'generate_resources_map',
292 'inputs': [ 292 'inputs': [
293 'browser/metrics/variations/generate_resources_map.py',
293 '<(grit_out_dir)/grit/generated_resources.h' 294 '<(grit_out_dir)/grit/generated_resources.h'
294 ], 295 ],
295 'outputs': [ 296 'outputs': [
296 '<(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',
297 ], 298 ],
298 'action': [ 299 'action': [
299 'python', 300 'python',
300 'browser/metrics/variations/generate_resources_map.py', 301 'browser/metrics/variations/generate_resources_map.py',
301 '<(grit_out_dir)/grit/generated_resources.h', 302 '<(grit_out_dir)/grit/generated_resources.h',
302 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc' 303 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc'
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '<(generator_path)', 560 '<(generator_path)',
560 'credits', 561 'credits',
561 '<(about_credits_file)', 562 '<(about_credits_file)',
562 ], 563 ],
563 'message': 'Generating about:credits', 564 'message': 'Generating about:credits',
564 }, 565 },
565 ], 566 ],
566 }, 567 },
567 ], # targets 568 ], # targets
568 } 569 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698