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

Unified Diff: cc/BUILD.gn

Issue 371903003: Add missing files/deps/defines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index d42335faf3fe5f4ca80372ec5036afcd788c65a2..c3ec6c98b8b582728d1549f566bca4968bf9136a 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -113,6 +113,9 @@ component("cc") {
"input/input_handler.h",
"input/page_scale_animation.cc",
"input/page_scale_animation.h",
+ "input/layer_selection_bound.cc",
+ "input/layer_selection_bound.h",
+ "input/selection_bound_type.h",
"input/top_controls_manager.cc",
"input/top_controls_manager.h",
"input/top_controls_manager_client.h",
@@ -268,6 +271,8 @@ component("cc") {
"output/software_output_device.h",
"output/software_renderer.cc",
"output/software_renderer.h",
+ "output/viewport_selection_bound.cc",
+ "output/viewport_selection_bound.h",
"quads/checkerboard_draw_quad.cc",
"quads/checkerboard_draw_quad.h",
"quads/content_draw_quad_base.cc",

Powered by Google App Engine
This is Rietveld 408576698