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

Unified Diff: ui/android/BUILD.gn

Issue 1337703002: [Contextual Search] Add support for crushed sprites and animate the search provider icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO's for other planned tests 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/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 4c2b2707e50ed92f63c307e64fdca3c5f8cf2df2..36c75b166f8a1107aee42ee28c13ae864447c948 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -10,6 +10,8 @@ assert(is_android)
component("android") {
output_name = "ui_android"
sources = [
+ "resources/crushed_sprite_resource.cc",
+ "resources/crushed_sprite_resource.h",
"resources/resource_manager.cc",
"resources/resource_manager.h",
"resources/resource_manager_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698