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

Unified Diff: chrome/chrome_common.gypi

Issue 1261333004: Add support for Flash Player Component updates on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use SecureHash, fix up unit tests, general cleanup Created 5 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 1bf051c504867610f9d799dd4315ff416e521816..b6b1472c320b3bf91d173eb88d486294dc19a75b 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -43,6 +43,8 @@
'common/common_param_traits.cc',
'common/common_param_traits.h',
'common/common_param_traits_macros.h',
+ 'common/component_flash_hint_file.h',
jln (very slow on Chromium) 2015/08/06 18:48:14 This is interesting. You forgot to update "gn" fil
Greg K 2015/08/07 21:15:28 Turns out that part of the codebase isn't using GN
+ 'common/component_flash_hint_file_linux.cc',
'common/content_restriction.h',
'common/content_settings_pattern_serializer.cc',
'common/content_settings_pattern_serializer.h',

Powered by Google App Engine
This is Rietveld 408576698