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

Unified Diff: cc/surfaces/BUILD.gn

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/scheduler/scheduler_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index a45e786e17cb7bc72ee023d7dbe2970f58d84593..ea44068b6f6aba963e224d07ecbf110d8b852931 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -2,6 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+source_set("surface_id") {
+ sources = [
+ "surface_id.h",
+ ]
+
+ deps = [ "//base" ]
+}
+
component("surfaces") {
output_name = "cc_surfaces"
sources = [
@@ -15,7 +23,6 @@ component("surfaces") {
"surface_factory.cc",
"surface_factory.h",
"surface_factory_client.h",
- "surface_id.h",
"surface_id_allocator.cc",
"surface_id_allocator.h",
"surface_manager.cc",
@@ -28,6 +35,7 @@ component("surfaces") {
defines = [ "CC_SURFACES_IMPLEMENTATION=1" ]
deps = [
+ ":surface_id",
"//base",
"//base/third_party/dynamic_annotations",
"//cc",
« no previous file with comments | « cc/scheduler/scheduler_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698