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

Unified Diff: chrome/chrome_gpu.gypi

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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
« no previous file with comments | « chrome/chrome_features.gypi ('k') | chrome/chrome_grit_action.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_gpu.gypi
diff --git a/chrome/chrome_gpu.gypi b/chrome/chrome_gpu.gypi
deleted file mode 100644
index c4e8a8677afe3c68aa39f5c8fba1a1d5e908280b..0000000000000000000000000000000000000000
--- a/chrome/chrome_gpu.gypi
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2016 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.
-
-{
- 'targets': [
- {
- # GN version: //chrome/gpu
- 'target_name': 'gpu',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- '<(grit_out_dir)',
- ],
- 'sources': [
- 'gpu/chrome_content_gpu_client.cc',
- 'gpu/chrome_content_gpu_client.h',
- ],
- 'dependencies': [
- '../content/content.gyp:content_common',
- '../content/content.gyp:content_gpu',
- '../media/media.gyp:media_gpu',
- ],
- 'conditions': [
- ['chromeos==1', {
- 'dependencies': [
- '../components/components.gyp:arc_mojo_bindings',
- ],
- 'sources': [
- 'gpu/arc_gpu_video_decode_accelerator.cc',
- 'gpu/arc_gpu_video_decode_accelerator.h',
- 'gpu/arc_video_accelerator.h',
- 'gpu/gpu_arc_video_service.cc',
- 'gpu/gpu_arc_video_service.h',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « chrome/chrome_features.gypi ('k') | chrome/chrome_grit_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698