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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1790723002: Fix missing VisualElementsManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/BUILD.gn ('k') | chrome/test/mini_installer/config/chrome_canary_installed.prop » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //chrome 8 # GN version: //chrome
9 'target_name': 'chrome', 9 'target_name': 'chrome',
10 'type': 'none', 10 'type': 'none',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 '../breakpad/breakpad.gyp:breakpad_sender', 416 '../breakpad/breakpad.gyp:breakpad_sender',
417 '../chrome_elf/chrome_elf.gyp:chrome_elf', 417 '../chrome_elf/chrome_elf.gyp:chrome_elf',
418 '../components/components.gyp:crash_component', 418 '../components/components.gyp:crash_component',
419 '../components/components.gyp:crash_core_common', 419 '../components/components.gyp:crash_core_common',
420 '../components/components.gyp:flags_ui_switches', 420 '../components/components.gyp:flags_ui_switches',
421 '../components/components.gyp:startup_metric_utils_common', 421 '../components/components.gyp:startup_metric_utils_common',
422 '../sandbox/sandbox.gyp:sandbox', 422 '../sandbox/sandbox.gyp:sandbox',
423 '../third_party/kasko/kasko.gyp:kasko_features', 423 '../third_party/kasko/kasko.gyp:kasko_features',
424 '../ui/gfx/gfx.gyp:gfx', 424 '../ui/gfx/gfx.gyp:gfx',
425 '../win8/delegate_execute/delegate_execute.gyp:*', 425 '../win8/delegate_execute/delegate_execute.gyp:*',
426 '../win8/win8.gyp:visual_elements_resources',
426 ], 427 ],
427 'sources': [ 428 'sources': [
428 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', 429 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
429 'app/chrome_exe.rc', 430 'app/chrome_exe.rc',
430 'common/crash_keys.cc', 431 'common/crash_keys.cc',
431 'common/crash_keys.h', 432 'common/crash_keys.h',
432 ], 433 ],
433 'sources!': [ 434 'sources!': [
434 # We still want the _win entry point for sandbox, etc. 435 # We still want the _win entry point for sandbox, etc.
435 'app/chrome_exe_main_aura.cc', 436 'app/chrome_exe_main_aura.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'dependencies': [ 613 'dependencies': [
613 'chrome_nacl_win64', 614 'chrome_nacl_win64',
614 ], 615 ],
615 }], 616 }],
616 ], 617 ],
617 }, 618 },
618 ], 619 ],
619 }], 620 }],
620 ], 621 ],
621 } 622 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/test/mini_installer/config/chrome_canary_installed.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698