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

Unified Diff: third_party/closure_compiler/externs/compiled_resources2.gyp

Issue 2509883002: Select-to-speak extension code (Closed)
Patch Set: Added unit test fixture Created 4 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
Index: third_party/closure_compiler/externs/compiled_resources2.gyp
diff --git a/third_party/closure_compiler/externs/compiled_resources2.gyp b/third_party/closure_compiler/externs/compiled_resources2.gyp
index 6bb9325a08d3df4a51f5fe052583dc1bb2c9ff42..488f6deb5029daaadb6789d6a3d76026e48fb578 100644
--- a/third_party/closure_compiler/externs/compiled_resources2.gyp
+++ b/third_party/closure_compiler/externs/compiled_resources2.gyp
@@ -9,10 +9,18 @@
{
'targets': [
{
+ 'target_name': 'accessibility_private',
+ 'includes': ['../include_js.gypi'],
+ },
+ {
'target_name': 'autofill_private',
'includes': ['../include_js.gypi'],
},
{
+ 'target_name': 'automation',
+ 'includes': ['../include_js.gypi'],
+ },
+ {
'target_name': 'bluetooth',
'includes': ['../include_js.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698