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

Unified Diff: ui/v2/v2.gyp

Issue 682713003: Update a bunch of OWNERS files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« OWNERS ('K') | « ui/v2/src/window.cc ('k') | ui/views/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/v2/v2.gyp
diff --git a/ui/v2/v2.gyp b/ui/v2/v2.gyp
deleted file mode 100644
index b918f087aaa4a96c7089312582d0a9fdf786de5a..0000000000000000000000000000000000000000
--- a/ui/v2/v2.gyp
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright (c) 2013 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': 'v2',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../base/base.gyp:base_i18n',
- '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../../cc/cc.gyp:cc',
- '../../gpu/gpu.gyp:gpu',
- '../../skia/skia.gyp:skia',
- '../compositor/compositor.gyp:compositor',
- '../events/events.gyp:events',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- ],
- 'defines': [
- 'V2_IMPLEMENTATION',
- ],
- 'sources': [
- 'public/event.h',
- 'public/event_dispatcher.h',
- 'public/event_handler.h',
- 'public/event_target.h',
- 'public/layout.h',
- 'public/painter.h',
- 'public/v2_export.h',
- 'public/view.h',
- 'public/view_observer.h',
- 'public/window.h',
- 'src/event.cc',
- 'src/event_dispatcher.cc',
- 'src/event_processor.cc',
- 'src/layout.cc',
- 'src/paint_processor.cc',
- 'src/view.cc',
- 'src/view_observer.cc',
- 'src/view_private.cc',
- 'src/view_private.h',
- 'src/window.cc',
- ],
- },
- {
- 'target_name': 'v2_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../../base/base.gyp:test_support_base',
- '../../skia/skia.gyp:skia',
- '../../testing/gtest.gyp:gtest',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- 'v2',
- ],
- 'sources': [
- 'src/v2_unittest.cc',
- 'src/view_unittest.cc',
- ],
- },
- ],
-}
« OWNERS ('K') | « ui/v2/src/window.cc ('k') | ui/views/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698