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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2122303002: Revive experiment to isolate shell operations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'common/image_decoder.mojom', 646 'common/image_decoder.mojom',
647 'common/resource_usage_reporter.mojom', 647 'common/resource_usage_reporter.mojom',
648 'common/shell_handler_win.mojom', 648 'common/shell_handler_win.mojom',
649 ], 649 ],
650 'mojom_typemaps': [ 650 'mojom_typemaps': [
651 '../skia/public/interfaces/skbitmap.typemap', 651 '../skia/public/interfaces/skbitmap.typemap',
652 ], 652 ],
653 'use_new_wrapper_types': 'false', 653 'use_new_wrapper_types': 'false',
654 }, 654 },
655 'dependencies': [ 655 'dependencies': [
656 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
656 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 657 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
657 '../skia/skia.gyp:skia_mojo', 658 '../skia/skia.gyp:skia_mojo',
658 ], 659 ],
660 'export_dependent_settings': [
661 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
662 ],
659 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 663 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
660 }, 664 },
661 { 665 {
662 # GN version: //chrome/common:mojo_bindings 666 # GN version: //chrome/common:mojo_bindings
663 'target_name': 'common_mojo_bindings', 667 'target_name': 'common_mojo_bindings',
664 'type': 'static_library', 668 'type': 'static_library',
665 'dependencies': [ 669 'dependencies': [
666 'common_mojo_bindings_mojom', 670 'common_mojo_bindings_mojom',
667 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 671 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
668 '../skia/skia.gyp:skia', 672 '../skia/skia.gyp:skia',
(...skipping 16 matching lines...) Expand all
685 ], 689 ],
686 'dependencies': [ 690 'dependencies': [
687 'installer_util', 691 'installer_util',
688 '../base/base.gyp:base', 692 '../base/base.gyp:base',
689 ], 693 ],
690 }, 694 },
691 ], 695 ],
692 }], 696 }],
693 ], 697 ],
694 } 698 }
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