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

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: 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
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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 'mojom_files': [ 653 'mojom_files': [
654 'common/image_decoder.mojom', 654 'common/image_decoder.mojom',
655 'common/resource_usage_reporter.mojom', 655 'common/resource_usage_reporter.mojom',
656 'common/shell_handler_win.mojom', 656 'common/shell_handler_win.mojom',
657 ], 657 ],
658 'mojom_typemaps': [ 658 'mojom_typemaps': [
659 '../skia/public/interfaces/skbitmap.typemap', 659 '../skia/public/interfaces/skbitmap.typemap',
660 ], 660 ],
661 }, 661 },
662 'dependencies': [ 662 'dependencies': [
663 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
663 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 664 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
664 '../skia/skia.gyp:skia_mojo', 665 '../skia/skia.gyp:skia_mojo',
665 ], 666 ],
666 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 667 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
667 }, 668 },
668 { 669 {
669 # GN version: //chrome/common:mojo_bindings 670 # GN version: //chrome/common:mojo_bindings
670 'target_name': 'common_mojo_bindings', 671 'target_name': 'common_mojo_bindings',
671 'type': 'static_library', 672 'type': 'static_library',
672 'dependencies': [ 673 'dependencies': [
(...skipping 19 matching lines...) Expand all
692 ], 693 ],
693 'dependencies': [ 694 'dependencies': [
694 'installer_util', 695 'installer_util',
695 '../base/base.gyp:base', 696 '../base/base.gyp:base',
696 ], 697 ],
697 }, 698 },
698 ], 699 ],
699 }], 700 }],
700 ], 701 ],
701 } 702 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698