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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: de-dup is_win blocks in GN too Created 4 years, 8 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/chrome_browser.gypi ('k') | chrome/chrome_exe.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'sources': [ 650 'sources': [
651 'common/image_decoder.mojom', 651 'common/image_decoder.mojom',
652 'common/resource_usage_reporter.mojom', 652 'common/resource_usage_reporter.mojom',
653 ], 653 ],
654 'dependencies': [ 654 'dependencies': [
655 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 655 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
656 '../skia/skia.gyp:skia_mojo', 656 '../skia/skia.gyp:skia_mojo',
657 ], 657 ],
658 }, 658 },
659 ], 659 ],
660 'conditions': [
661 ['OS == "win"', {
662 'targets': [
663 {
664 # GN version: //chrome/common:metrics_constants_util_win
665 'target_name': 'metrics_constants_util_win',
666 'type': 'static_library',
667 'sources': [
668 'common/metrics_constants_util_win.cc',
669 'common/metrics_constants_util_win.h',
670 ],
671 'dependencies': [
672 'installer_util',
673 '../base/base.gyp:base',
674 ],
675 },
676 ],
677 }],
678 ],
660 } 679 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698