Chromium Code Reviews| 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', |
| ], |
| }, |
| ], |