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

Unified Diff: win8/metro_driver/metro_driver.gyp

Issue 1815463002: Remove win8/metro_driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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 | « win8/metro_driver/metro_dialog_box.cc ('k') | win8/metro_driver/metro_driver_dll.ver » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
deleted file mode 100644
index 663990a6d0c44a243df9fd3b127a198ae1f0f393..0000000000000000000000000000000000000000
--- a/win8/metro_driver/metro_driver.gyp
+++ /dev/null
@@ -1,126 +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.
-{
- 'conditions': [
- ['OS=="win"', {
- 'variables': {
- 'chromium_code': 1,
- },
- 'includes': [
- '../../build/util/version.gypi',
- '../../build/win_precompile.gypi',
- ],
- 'target_defaults': {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'AdditionalDependencies': [
- 'D2D1.lib',
- 'D3D11.lib',
- 'runtimeobject.lib',
- ],
- 'DelayLoadDLLs': [
- 'API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL',
- 'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
- 'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
- ],
- },
- },
- },
- 'targets': [
- {
- # GN version: //win8/metro_driver:version_resources
- 'target_name': 'metro_driver_version_resources',
- 'type': 'none',
- 'variables': {
- 'output_dir': 'metro_driver',
- 'branding_path': '../../chrome/app/theme/<(branding_path_component)/BRANDING',
- 'template_input_path': '../../chrome/app/chrome_version.rc.version',
- },
- 'sources': [
- 'metro_driver_dll.ver',
- ],
- 'includes': [
- '../../chrome/version_resource_rules.gypi',
- ],
- },
- {
- # GN version: //win8/metro_driver
- 'target_name': 'metro_driver',
- 'type': 'shared_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../chrome/common_constants.gyp:common_constants',
- '../../chrome/chrome.gyp:installer_util',
- '../../crypto/crypto.gyp:crypto',
- '../../ipc/ipc.gyp:ipc',
- '../../sandbox/sandbox.gyp:sandbox',
- '../../ui/events/events.gyp:events',
- '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
- '../../ui/gfx/gfx.gyp:gfx',
- '../../ui/gfx/gfx.gyp:gfx_geometry',
- '../../url/url.gyp:url_lib',
- 'metro_driver_version_resources',
- ],
- 'sources': [
- 'display_properties.cc',
- 'display_properties.h',
- 'stdafx.h',
- 'winrt_utils.cc',
- 'winrt_utils.h',
- '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc',
- ],
- 'conditions': [
- ['use_aura==1', {
- 'sources': [
- 'direct3d_helper.cc',
- 'direct3d_helper.h',
- ],
- 'includes': [
- 'ime/ime.gypi',
- ],
- }, { # use_aura!=1
- 'sources': [
- 'chrome_app_view.cc',
- 'chrome_app_view.h',
- 'chrome_url_launch_handler.cc',
- 'chrome_url_launch_handler.h',
- 'devices_handler.cc',
- 'devices_handler.h',
- 'metro_dialog_box.cc',
- 'metro_dialog_box.h',
- 'print_document_source.cc',
- 'print_document_source.h',
- 'print_handler.cc',
- 'print_handler.h',
- 'secondary_tile.cc',
- 'secondary_tile.h',
- 'settings_handler.cc',
- 'settings_handler.h',
- 'toast_notification_handler.cc',
- 'toast_notification_handler.h',
- ],
- }],
- ],
- },
- {
- # GN version: //win8/metro_driver:metro_driver_unittests
- 'target_name': 'metro_driver_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../chrome/chrome.gyp:installer_util',
- '../../testing/gtest.gyp:gtest',
- 'metro_driver',
- ],
- 'sources': [
- 'run_all_unittests.cc',
- 'winrt_utils.cc',
- 'winrt_utils.h',
- 'winrt_utils_unittest.cc',
- ],
- },
- ],
- },],
- ],
-}
« no previous file with comments | « win8/metro_driver/metro_dialog_box.cc ('k') | win8/metro_driver/metro_driver_dll.ver » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698