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

Unified Diff: chrome/chrome_common.gypi

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Gyp 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 366774af4116570fe16d36b614a61c666f00861a..8abdd546f229326fe228bd12d4e8f2cc2c8ae221 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -44,6 +44,7 @@
'common/descriptors_android.h',
'common/ini_parser.cc',
'common/ini_parser.h',
+ 'common/install_state_traits.h',
'common/instant_types.cc',
'common/instant_types.h',
'common/logging_chrome.cc',
@@ -647,6 +648,30 @@
'includes': [ '../build/protoc.gypi' ],
},
{
+ # GN version: //chrome/common:render_mojom
+ 'target_name': 'common_render_mojom',
+ 'type': 'static_library',
+ 'sources': [
+ 'common/render.mojom',
+ ],
+ 'variables': {
+ 'mojom_typemaps': [
+ '../skia/public/interfaces/skbitmap.typemap',
+ '../url/mojo/gurl.typemap',
+ 'common/render.typemap',
+ ],
+ },
+ 'dependencies': [
+ '../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../skia/skia.gyp:skia',
+ '../url/url.gyp:url_mojom',
+ ],
+ 'export_dependent_settings': [
+ '../skia/skia.gyp:skia',
+ ],
+ 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
+ },
+ {
'target_name': 'common_mojo_bindings_mojom',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698