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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 682863002: Repack remoting resources into Chrome on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@It2me_ChromeOS
Patch Set: Fix GN build error Created 6 years, 1 month 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 | « chrome/chrome_repack_locales.gni ('k') | chrome/tools/build/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 (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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 ], 445 ],
446 }], 446 }],
447 ['use_ash==1', { 447 ['use_ash==1', {
448 'dependencies': [ 448 'dependencies': [
449 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', 449 '<(DEPTH)/ash/ash_resources.gyp:ash_resources',
450 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', 450 '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
451 ], 451 ],
452 }], 452 }],
453 ['chromeos==1', { 453 ['chromeos==1', {
454 'dependencies': [ 454 'dependencies': [
455 '<(DEPTH)/remoting/remoting.gyp:remoting_resources',
455 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 456 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
456 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 457 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
457 ], 458 ],
458 }], 459 }],
459 ['use_athena==1', { 460 ['use_athena==1', {
460 'dependencies': [ 461 'dependencies': [
461 '<(DEPTH)/athena/resources/athena_resources.gyp:athena_resources', 462 '<(DEPTH)/athena/resources/athena_resources.gyp:athena_resources',
462 '<(DEPTH)/athena/strings/athena_strings.gyp:athena_strings', 463 '<(DEPTH)/athena/strings/athena_strings.gyp:athena_strings',
463 ], 464 ],
464 }], 465 }],
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 '<(generator_path)', 569 '<(generator_path)',
569 'credits', 570 'credits',
570 '<(about_credits_file)', 571 '<(about_credits_file)',
571 ], 572 ],
572 'message': 'Generating about:credits', 573 'message': 'Generating about:credits',
573 }, 574 },
574 ], 575 ],
575 }, 576 },
576 ], # targets 577 ], # targets
577 } 578 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_locales.gni ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698