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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 591803002: Add athena_strings.grd with athena specific strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 (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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 }], 461 }],
462 ['chromeos==1', { 462 ['chromeos==1', {
463 'dependencies': [ 463 'dependencies': [
464 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 464 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
465 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 465 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
466 ], 466 ],
467 }], 467 }],
468 ['use_athena==1', { 468 ['use_athena==1', {
469 'dependencies': [ 469 'dependencies': [
470 '<(DEPTH)/athena/resources/athena_resources.gyp:athena_resources', 470 '<(DEPTH)/athena/resources/athena_resources.gyp:athena_resources',
471 '<(DEPTH)/athena/strings/athena_strings.gyp:athena_strings',
471 ], 472 ],
472 }], 473 }],
473 ['enable_autofill_dialog==1 and OS!="android"', { 474 ['enable_autofill_dialog==1 and OS!="android"', {
474 'dependencies': [ 475 'dependencies': [
475 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress input_strings', 476 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress input_strings',
476 ], 477 ],
477 }], 478 }],
478 ['enable_extensions==1', { 479 ['enable_extensions==1', {
479 'dependencies': [ 480 'dependencies': [
480 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st rings', 481 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st rings',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 '<(generator_path)', 577 '<(generator_path)',
577 'credits', 578 'credits',
578 '<(about_credits_file)', 579 '<(about_credits_file)',
579 ], 580 ],
580 'message': 'Generating about:credits', 581 'message': 'Generating about:credits',
581 }, 582 },
582 ], 583 ],
583 }, 584 },
584 ], # targets 585 ], # targets
585 } 586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698