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

Unified Diff: device/power_save_blocker/power_save_blocker.gyp

Issue 2332843004: Remove GYP files. (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 | « device/nfc/nfc.gyp ('k') | device/sensors/sensors.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/power_save_blocker/power_save_blocker.gyp
diff --git a/device/power_save_blocker/power_save_blocker.gyp b/device/power_save_blocker/power_save_blocker.gyp
deleted file mode 100644
index d02683538acc59e89d6759477fe1b6bba75603d6..0000000000000000000000000000000000000000
--- a/device/power_save_blocker/power_save_blocker.gyp
+++ /dev/null
@@ -1,65 +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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # GN version: //device/power_save_blocker
- 'target_name': 'device_power_save_blocker',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- ],
- 'defines': [
- 'DEVICE_POWER_SAVE_BLOCKER_IMPLEMENTATION',
- ],
- 'sources': [
- # Note: file list duplicated in GN build, other than Android, as gyp
- # for Android isn't supported.
- 'power_save_blocker.h',
- 'power_save_blocker_chromeos.cc',
- 'power_save_blocker_mac.cc',
- 'power_save_blocker_ozone.cc',
- 'power_save_blocker_win.cc',
- 'power_save_blocker_x11.cc',
- ],
- 'conditions': [
- ['use_x11==1 and chromeos==0', {
- 'dependencies': [
- '../../build/linux/system.gyp:xext',
- '../../build/linux/system.gyp:xscrnsaver',
- '../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- }],
- ['use_dbus==1', {
- 'dependencies': [
- '../../build/linux/system.gyp:dbus',
- '../../dbus/dbus.gyp:dbus',
- ],
- }],
- ['chromeos==1', {
- 'sources!': [
- 'power_save_blocker_ozone.cc',
- 'power_save_blocker_x11.cc',
- ],
- 'dependencies': [
- '../../chromeos/chromeos.gyp:chromeos',
- '../../chromeos/chromeos.gyp:power_manager_proto',
- ],
- }],
- ['OS == "mac"', {
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
- '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
- ],
- },
- }],
- ],
- },
- ],
-}
« no previous file with comments | « device/nfc/nfc.gyp ('k') | device/sensors/sensors.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698