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

Unified Diff: ash/BUILD.gn

Issue 2251643011: Move Ash-specific vector icons to ash/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | ash/common/resources/vector_icons.h » ('j') | ash/common/resources/vector_icons.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index a2a3b3625bc446ff48c492aaab1e63c72ab8d6bb..8744c9063a4815a4d563b86c682e6c23665140f9 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -18,6 +18,11 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
component("ash") {
sources = gypi_values.ash_sources
+ sources += [
tdanderson 2016/08/19 21:23:35 Lines 21-25 are only included for this WIP CL. The
sadrul 2016/08/22 15:14:05 Consider creating a gn template instead (https://c
tdanderson 2016/08/25 21:54:32 Will re-visit this idea afterwards.
+ "common/resources/vector_icons.cc",
+ "common/resources/vector_icons.h",
+ ]
+
configs += [ "//build/config:precompiled_headers" ]
defines = [ "ASH_IMPLEMENTATION" ]
« no previous file with comments | « no previous file | ash/common/resources/vector_icons.h » ('j') | ash/common/resources/vector_icons.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698