forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add components/cdm, components/sync_driver, ui/app_list, Update file lists that got out of sync with GYP to to not having any targets that actually link them. Move cc:cc_surfaces to cc/surfaces Enable linking cc_unittests, cc_perftests, app_list_unittests, message_center_unittests TBR=jamesr Review URL: https://codereview.chromium.org/399683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284784 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
brettw@chromium.org
committed
Jul 22, 2014
1 parent
b46e7e9
commit 6e44c30
Showing
24 changed files
with
651 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 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. | ||
|
||
component("surfaces") { | ||
output_name = "cc_surfaces" | ||
sources = [ | ||
"display.cc", | ||
"display.h", | ||
"display_client.h", | ||
"surface.cc", | ||
"surface.h", | ||
"surface_aggregator.cc", | ||
"surface_aggregator.h", | ||
"surface_factory.cc", | ||
"surface_factory.h", | ||
"surface_factory_client.h", | ||
"surface_id.h", | ||
"surface_id_allocator.cc", | ||
"surface_id_allocator.h", | ||
"surface_manager.cc", | ||
"surface_manager.h", | ||
"surface_resource_holder.cc", | ||
"surface_resource_holder.h", | ||
"surfaces_export.h", | ||
] | ||
|
||
defines = [ "CC_SURFACES_IMPLEMENTATION=1" ] | ||
|
||
deps = [ | ||
"//base", | ||
"//base/third_party/dynamic_annotations", | ||
"//cc", | ||
"//skia", | ||
"//ui/gfx", | ||
"//ui/gfx/geometry", | ||
] | ||
} | ||
|
Oops, something went wrong.