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

Unified Diff: mojo/mojo_surface_converters.gyp

Issue 730813002: Remove gyp for mojo_surfaces targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « mojo/mojo.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_surface_converters.gyp
diff --git a/mojo/mojo_surface_converters.gyp b/mojo/mojo_surface_converters.gyp
deleted file mode 100644
index f533ed5a507a494e3cb18ffa57a7018e496c6948..0000000000000000000000000000000000000000
--- a/mojo/mojo_surface_converters.gyp
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright (c) 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'includes': [
- 'mojo_variables.gypi',
- ],
- 'targets': [
- {
- # GN version: //mojo/converters/surfaces
- 'target_name': 'mojo_surfaces_lib',
- 'type': '<(component)',
- 'defines': [
- 'MOJO_SURFACES_IMPLEMENTATION',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../cc/cc.gyp:cc',
- '../cc/cc.gyp:cc_surfaces',
- '../skia/skia.gyp:skia',
- '../gpu/gpu.gyp:gpu',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- 'mojo_geometry_converters.gyp:mojo_geometry_lib',
- 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
- 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
- '<(mojo_system_for_component)',
- ],
- 'export_dependent_settings': [
- 'mojo_geometry_converters.gyp:mojo_geometry_lib',
- 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
- ],
- 'sources': [
- 'converters/surfaces/surfaces_type_converters.cc',
- 'converters/surfaces/surfaces_type_converters.h',
- 'converters/surfaces/surfaces_utils.cc',
- 'converters/surfaces/surfaces_utils.h',
- 'converters/surfaces/mojo_surfaces_export.h',
- ],
- 'conditions': [
- ['component=="shared_library"', {
- 'dependencies': [
- 'mojo_base.gyp:mojo_environment_chromium',
- ],
- }],
- ],
- },
- {
- # GN version: //mojo/converters/surfaces/tests
- 'target_name': 'mojo_surfaces_lib_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
- '../cc/cc.gyp:cc',
- '../cc/cc.gyp:cc_surfaces',
- '../gpu/gpu.gyp:gpu',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../ui/gfx/gfx.gyp:gfx_test_support',
- 'edk/mojo_edk.gyp:mojo_run_all_unittests',
- 'mojo_base.gyp:mojo_environment_chromium',
- 'mojo_geometry_converters.gyp:mojo_geometry_lib',
- 'mojo_surfaces_lib',
- 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
- ],
- 'sources': [
- 'converters/surfaces/tests/surface_unittest.cc',
- ],
- 'conditions': [
- ['component=="shared_library"', {
- 'dependencies': [
- 'mojo_base.gyp:mojo_environment_chromium',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « mojo/mojo.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698