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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 533013002: Revert of Convert chrome_unscaled_resources to use a qualified path. (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
« no previous file with comments | « chrome/browser/web_applications/web_app_mac.mm ('k') | no next file » | 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 }, 532 },
533 { 533 {
534 # GN version: //chrome/app/theme:chrome_unscaled_resources 534 # GN version: //chrome/app/theme:chrome_unscaled_resources
535 'target_name': 'chrome_unscaled_resources', 535 'target_name': 'chrome_unscaled_resources',
536 'type': 'none', 536 'type': 'none',
537 'actions': [ 537 'actions': [
538 { 538 {
539 'action_name': 'generate_chrome_unscaled_resources', 539 'action_name': 'generate_chrome_unscaled_resources',
540 'variables': { 540 'variables': {
541 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', 541 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd',
542 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/app/theme/',
543 }, 542 },
544 'includes': [ '../build/grit_action.gypi' ], 543 'includes': [ '../build/grit_action.gypi' ],
545 }, 544 },
546 ], 545 ],
546 'includes': [ '../build/grit_target.gypi' ],
547 }, 547 },
548 { 548 {
549 # GN version: //chrome/browser:about_credits 549 # GN version: //chrome/browser:about_credits
550 'target_name': 'about_credits', 550 'target_name': 'about_credits',
551 'type': 'none', 551 'type': 'none',
552 'actions': [ 552 'actions': [
553 { 553 {
554 'variables': { 554 'variables': {
555 'generator_path': '../tools/licenses.py', 555 'generator_path': '../tools/licenses.py',
556 }, 556 },
(...skipping 10 matching lines...) Expand all
567 '<(generator_path)', 567 '<(generator_path)',
568 'credits', 568 'credits',
569 '<(about_credits_file)', 569 '<(about_credits_file)',
570 ], 570 ],
571 'message': 'Generating about:credits', 571 'message': 'Generating about:credits',
572 }, 572 },
573 ], 573 ],
574 }, 574 },
575 ], # targets 575 ], # targets
576 } 576 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698