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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2141093005: Revert of Revive experiment to isolate shell operations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/win/chrome_select_file_dialog_factory.cc ('k') | chrome/chrome_utility.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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'mojom_files': [ 651 'mojom_files': [
652 'common/image_decoder.mojom', 652 'common/image_decoder.mojom',
653 'common/resource_usage_reporter.mojom', 653 'common/resource_usage_reporter.mojom',
654 'common/shell_handler_win.mojom', 654 'common/shell_handler_win.mojom',
655 ], 655 ],
656 'mojom_typemaps': [ 656 'mojom_typemaps': [
657 '../skia/public/interfaces/skbitmap.typemap', 657 '../skia/public/interfaces/skbitmap.typemap',
658 ], 658 ],
659 }, 659 },
660 'dependencies': [ 660 'dependencies': [
661 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
662 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 661 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
663 '../skia/skia.gyp:skia_mojo', 662 '../skia/skia.gyp:skia_mojo',
664 ], 663 ],
665 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 664 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
666 }, 665 },
667 { 666 {
668 # GN version: //chrome/common:mojo_bindings 667 # GN version: //chrome/common:mojo_bindings
669 'target_name': 'common_mojo_bindings', 668 'target_name': 'common_mojo_bindings',
670 'type': 'static_library', 669 'type': 'static_library',
671 'dependencies': [ 670 'dependencies': [
(...skipping 19 matching lines...) Expand all
691 ], 690 ],
692 'dependencies': [ 691 'dependencies': [
693 'installer_util', 692 'installer_util',
694 '../base/base.gyp:base', 693 '../base/base.gyp:base',
695 ], 694 ],
696 }, 695 },
697 ], 696 ],
698 }], 697 }],
699 ], 698 ],
700 } 699 }
OLDNEW
« no previous file with comments | « chrome/browser/win/chrome_select_file_dialog_factory.cc ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698