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

Unified Diff: ui/ozone/platform/headless/headless.gypi

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes according to spang's comments Created 5 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
Index: ui/ozone/platform/headless/headless.gypi
diff --git a/ui/ozone/platform/test/test.gypi b/ui/ozone/platform/headless/headless.gypi
similarity index 55%
rename from ui/ozone/platform/test/test.gypi
rename to ui/ozone/platform/headless/headless.gypi
index 6b2794b53d65e6543aa68160a697c3b18af5c100..7b9ac971dd3074921c7ce9515b3d2e18a6cc0073 100644
--- a/ui/ozone/platform/test/test.gypi
+++ b/ui/ozone/platform/headless/headless.gypi
@@ -1,19 +1,19 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2015 The Chromium Authors. All rights reserved.
spang 2015/10/29 17:16:18 don't update copyright
altimin 2015/11/02 18:45:25 Done.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'internal_ozone_platform_deps': [
- 'ozone_platform_test',
+ 'ozone_platform_headless',
],
'internal_ozone_platforms': [
- 'test'
+ 'headless'
],
},
'targets': [
{
- 'target_name': 'ozone_platform_test',
+ 'target_name': 'ozone_platform_headless',
'type': 'static_library',
'defines': [
'OZONE_IMPLEMENTATION',
@@ -27,16 +27,16 @@
'../gfx/gfx.gyp:gfx',
],
'sources': [
- 'client_native_pixmap_factory_test.cc',
- 'client_native_pixmap_factory_test.h',
- 'ozone_platform_test.cc',
- 'ozone_platform_test.h',
- 'test_surface_factory.cc',
- 'test_surface_factory.h',
- 'test_window.cc',
- 'test_window.h',
- 'test_window_manager.cc',
- 'test_window_manager.h',
+ 'client_native_pixmap_factory_headless.cc',
+ 'client_native_pixmap_factory_headless.h',
+ 'ozone_platform_headless.cc',
+ 'ozone_platform_headless.h',
+ 'headless_surface_factory.cc',
+ 'headless_surface_factory.h',
+ 'headless_window.cc',
+ 'headless_window.h',
+ 'headless_window_manager.cc',
+ 'headless_window_manager.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698