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

Unified Diff: extensions/extensions.gypi

Issue 987583004: Add audible, muted to Tab, c.t.query, c.t.update, and c.t.onUpdated where relevant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch1
Patch Set: remove unneeded header files Created 5 years, 9 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
« extensions/common/value_builder.h ('K') | « extensions/common/value_builder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 20ed94769b8f9c294d648294088519dcf254bfc7..b674f546d14d898f57de7c6dbcca698c4a152d27 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -210,6 +210,8 @@
'common/url_pattern_set.h',
'common/user_script.cc',
'common/user_script.h',
+ 'common/value_builder.cc',
not at google - send to devlin 2015/03/16 18:11:56 Rebase and you should pick up these changes.
+ 'common/value_builder.h',
'common/value_counter.cc',
'common/value_counter.h',
'common/view_type.cc',
@@ -1014,8 +1016,6 @@
'common/manifest_test.h',
'common/test_util.cc',
'common/test_util.h',
- 'common/value_builder.cc',
- 'common/value_builder.h',
'renderer/test_extensions_renderer_client.cc',
'renderer/test_extensions_renderer_client.h',
'test/extension_test_message_listener.cc',
« extensions/common/value_builder.h ('K') | « extensions/common/value_builder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698