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

Unified Diff: ui/display/BUILD.gn

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add missing license header Created 5 years, 4 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 | « third_party/libudev/libudev1.h ('k') | ui/display/types/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
deleted file mode 100644
index df0f49dfb482a534af6cd25ef4500800dc34fd0f..0000000000000000000000000000000000000000
--- a/ui/display/BUILD.gn
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2014 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")
-
-component("display") {
- sources = [
- "chromeos/display_configurator.cc",
- "chromeos/display_configurator.h",
- "chromeos/x11/display_configurator_x11.cc",
- "chromeos/x11/display_mode_x11.cc",
- "chromeos/x11/display_mode_x11.h",
- "chromeos/x11/display_snapshot_x11.cc",
- "chromeos/x11/display_snapshot_x11.h",
- "chromeos/x11/display_util_x11.cc",
- "chromeos/x11/display_util_x11.h",
- "chromeos/x11/native_display_delegate_x11.cc",
- "chromeos/x11/native_display_delegate_x11.h",
- "chromeos/x11/native_display_event_dispatcher_x11.cc",
- "chromeos/x11/native_display_event_dispatcher_x11.h",
- "display_export.h",
- "display_switches.cc",
- "display_switches.h",
- ]
-
- defines = [ "DISPLAY_IMPLEMENTATION" ]
-
- deps = [
- "//base",
- "//ui/display/util",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-
- if (use_x11) {
- configs += [
- "//build/config/linux:x11",
- "//build/config/linux:xext",
- "//build/config/linux:xi",
- "//build/config/linux:xrandr",
- ]
- deps += [ "//ui/events/platform" ]
- }
-}
-
-component("test_util") {
- output_name = "display_test_util"
- sources = [
- "chromeos/test/test_display_snapshot.cc",
- "chromeos/test/test_display_snapshot.h",
- ]
-
- defines = [ "DISPLAY_IMPLEMENTATION" ]
-
- public_deps = [
- ":display",
- ]
- deps = [
- "//base",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-}
-
-test("display_unittests") {
- sources = [
- "chromeos/display_configurator_unittest.cc",
- "chromeos/x11/display_util_x11_unittest.cc",
- "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
- "util/display_util_unittest.cc",
- "util/edid_parser_unittest.cc",
- ]
-
- deps = [
- ":test_util",
- "//base",
- "//base/test:run_all_unittests",
- "//testing/gtest",
- "//ui/display/util",
- "//ui/gfx/geometry",
- ]
-}
« no previous file with comments | « third_party/libudev/libudev1.h ('k') | ui/display/types/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698