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: ui/snapshot/snapshot.gyp

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui 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 | « ui/shell_dialogs/shell_dialogs.gyp ('k') | ui/strings/ui_strings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/snapshot.gyp
diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
deleted file mode 100644
index 31fe1d92c66a4d77c672e8d90615026a078135d8..0000000000000000000000000000000000000000
--- a/ui/snapshot/snapshot.gyp
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright (c) 2012 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': [
- {
- 'target_name': 'snapshot',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../skia/skia.gyp:skia',
- '../base/ui_base.gyp:ui_base',
- '../display/display.gyp:display',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- ],
- 'defines': [
- 'SNAPSHOT_IMPLEMENTATION',
- ],
- 'sources': [
- 'screenshot_grabber.cc',
- 'screenshot_grabber.h',
- 'screenshot_grabber_observer.h',
- 'snapshot.h',
- 'snapshot_android.cc',
- 'snapshot_async.cc',
- 'snapshot_async.h',
- 'snapshot_aura.cc',
- 'snapshot_export.h',
- 'snapshot_ios.mm',
- 'snapshot_mac.mm',
- ],
- 'include_dirs': [
- '..',
- ],
- 'conditions': [
- ['OS=="android"', {
- 'dependencies': [
- '../android/ui_android.gyp:ui_android',
- ],
- }],
- ['use_aura==1 or OS=="android"', {
- 'dependencies': [
- '../../cc/cc.gyp:cc',
- '../../gpu/gpu.gyp:command_buffer_common',
- ],
- }],
- ['use_aura!=1 and OS!="android"', {
- 'sources!': [
- 'snapshot_async.cc',
- 'snapshot_async.h',
- ],
- }],
- ['use_aura==1', {
- 'dependencies': [
- '../aura/aura.gyp:aura',
- '../compositor/compositor.gyp:compositor',
- ],
- }],
- ],
- },
- {
- 'target_name': 'snapshot_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- '../../skia/skia.gyp:skia',
- '../../base/base.gyp:base',
- '../../base/base.gyp:test_support_base',
- '../../testing/gtest.gyp:gtest',
- '../base/ui_base.gyp:ui_base',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- 'snapshot'
- ],
- 'sources': [
- 'snapshot_aura_unittest.cc',
- 'snapshot_mac_unittest.mm',
- 'test/run_all_unittests.cc',
- ],
- 'conditions': [
- ['use_aura==1', {
- 'dependencies': [
- '../../base/base.gyp:test_support_base',
- '../aura/aura.gyp:aura_test_support',
- '../compositor/compositor.gyp:compositor',
- '../compositor/compositor.gyp:compositor_test_support',
- '../wm/wm.gyp:wm',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | ui/strings/ui_strings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698