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

Unified Diff: chrome/chrome_browser_ui_views.gyp

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_browser_ui.gypi ('k') | chrome/chrome_debugger.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui_views.gyp
diff --git a/chrome/chrome_browser_ui_views.gyp b/chrome/chrome_browser_ui_views.gyp
deleted file mode 100644
index d2aa773b736c57d901855a5c0c68c48ebe9a9007..0000000000000000000000000000000000000000
--- a/chrome/chrome_browser_ui_views.gyp
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 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': [
- {
- # GN version: //chrome/browser/ui/views
- 'target_name': 'browser_ui_views',
- 'type': '<(component)',
- 'dependencies': [
- '../base/base.gyp:base',
- '../skia/skia.gyp:skia',
- '../ui/base/ui_base.gyp:ui_base',
- '../ui/events/events.gyp:events',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../url/url.gyp:url_lib',
- ],
- 'conditions': [
- ['use_ash==1', {
- 'dependencies': [
- '../ash/ash.gyp:ash',
- ],
- }],
- ],
- 'defines': [
- 'CHROME_VIEWS_IMPLEMENTATION',
- ],
- 'sources': [
- 'browser/ui/views/accelerator_table.cc',
- 'browser/ui/views/accelerator_table.h',
- 'browser/ui/views/chrome_views_export.h',
- 'browser/ui/views/event_utils.cc',
- 'browser/ui/views/event_utils.h',
- 'browser/ui/views/tab_icon_view_model.h',
- 'browser/ui/views/tabs/tab_renderer_data.cc',
- 'browser/ui/views/tabs/tab_renderer_data.h',
- 'browser/ui/views/tabs/tab_strip_observer.cc',
- 'browser/ui/views/tabs/tab_strip_observer.h',
- 'browser/ui/views/tabs/tab_strip_types.h',
- ],
- },
- ],
-}
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_debugger.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698