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

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: use source_set 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
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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 ], 648 ],
649 'sources': [ 649 'sources': [
650 'common/image_decoder.mojom', 650 'common/image_decoder.mojom',
651 'common/resource_usage_reporter.mojom', 651 'common/resource_usage_reporter.mojom',
652 ], 652 ],
653 'dependencies': [ 653 'dependencies': [
654 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 654 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
655 '../skia/skia.gyp:skia_mojo', 655 '../skia/skia.gyp:skia_mojo',
656 ], 656 ],
657 }, 657 },
658 {
659 # GN version: //chrome/common:metrics_constants_util_win
660 'target_name': 'metrics_constants_util_win',
661 'type': 'static_library',
662 'sources': [
663 'common/metrics_constants_util_win.cc',
664 'common/metrics_constants_util_win.h',
665 ],
666 'dependencies': [
667 'installer_util',
668 '../base/base.gyp:base',
669 ],
670 },
658 ], 671 ],
659 } 672 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698