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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2079233004: Add the Windows.IsPinnedToTaskbar metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Grt's comments Created 4 years, 6 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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 }, 643 },
644 'includes': [ '../build/protoc.gypi' ], 644 'includes': [ '../build/protoc.gypi' ],
645 }, 645 },
646 { 646 {
647 'target_name': 'common_mojo_bindings_mojom', 647 'target_name': 'common_mojo_bindings_mojom',
648 'type': 'none', 648 'type': 'none',
649 'variables': { 649 'variables': {
650 'mojom_files': [ 650 'mojom_files': [
651 'common/image_decoder.mojom', 651 'common/image_decoder.mojom',
652 'common/resource_usage_reporter.mojom', 652 'common/resource_usage_reporter.mojom',
653 'common/shell_handler_win.mojom',
gab 2016/06/28 20:59:18 Why does this need to be in common/? I would expec
Patrick Monette 2016/06/28 23:22:24 The mojom file is used by chrome/browser and chrom
653 ], 654 ],
654 'mojom_typemaps': [ 655 'mojom_typemaps': [
655 '../skia/public/interfaces/skbitmap.typemap', 656 '../skia/public/interfaces/skbitmap.typemap',
656 ], 657 ],
657 }, 658 },
658 'dependencies': [ 659 'dependencies': [
659 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 660 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
660 '../skia/skia.gyp:skia_mojo', 661 '../skia/skia.gyp:skia_mojo',
661 ], 662 ],
662 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 663 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
(...skipping 25 matching lines...) Expand all
688 ], 689 ],
689 'dependencies': [ 690 'dependencies': [
690 'installer_util', 691 'installer_util',
691 '../base/base.gyp:base', 692 '../base/base.gyp:base',
692 ], 693 ],
693 }, 694 },
694 ], 695 ],
695 }], 696 }],
696 ], 697 ],
697 } 698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698