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

Unified Diff: win8/metro_driver/BUILD.gn

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 | « tools/resources/optimize-png-files.sh ('k') | win8/metro_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/BUILD.gn
diff --git a/win8/metro_driver/BUILD.gn b/win8/metro_driver/BUILD.gn
deleted file mode 100644
index 346b631a4ff5ae2406650cec3dcd4af08c28e4ca..0000000000000000000000000000000000000000
--- a/win8/metro_driver/BUILD.gn
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 2015 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.
-
-import("//build/config/ui.gni")
-import("//chrome/version.gni")
-import("//testing/test.gni")
-
-shared_library("metro_driver") {
- sources = [
- "display_properties.cc",
- "display_properties.h",
- "stdafx.h",
- "winrt_utils.cc",
- "winrt_utils.h",
- ]
-
- deps = [
- ":version_resources",
- "//base",
- "//chrome/common:constants",
- "//chrome/installer/util:with_no_strings",
- "//crypto",
- "//ipc",
- "//sandbox",
- "//ui/events",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/metro_viewer",
- "//url",
- ]
-
- if (use_aura) {
- sources += [
- "direct3d_helper.cc",
- "direct3d_helper.h",
- ]
-
- deps += [
- "//ui/events:gesture_detection",
- "//win8/metro_driver/ime",
- ]
- } else {
- 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",
- ]
- }
-
- libs = [
- "D2D1.lib",
- "D3D11.lib",
- "runtimeobject.lib",
- ]
-
- ldflags = [
- "/DELAYLOAD:API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL",
- "/DELAYLOAD:API-MS-WIN-CORE-WINRT-L1-1-0.DLL",
- "/DELAYLOAD:API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL",
- ]
-}
-
-process_version("version_resources") {
- visibility = [ ":*" ]
- sources = [
- "metro_driver_dll.ver",
- ]
- output = "$target_gen_dir/metro_driver_dll_version.rc"
- template_file = chrome_version_rc_template
-}
-
-test("metro_driver_unittests") {
- sources = [
- "run_all_unittests.cc",
- "winrt_utils.cc",
- "winrt_utils.h",
- "winrt_utils_unittest.cc",
- ]
-
- deps = [
- ":metro_driver",
- "//base",
- "//chrome/installer/util:with_rc_strings",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « tools/resources/optimize-png-files.sh ('k') | win8/metro_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698