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

Unified Diff: extensions/extensions.gyp

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 317ab92095cdf23f5f6ad98dada49618ca94e150..30214c97d8c3a4978a4fd6ccea1f79a1d3da3985 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -36,6 +36,7 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'common/api/messaging/message.h',
'common/api/sockets/sockets_manifest_data.cc',
'common/api/sockets/sockets_manifest_data.h',
@@ -194,12 +195,12 @@
'common/stack_frame.h',
'common/switches.cc',
'common/switches.h',
+ 'common/update_manifest.cc',
+ 'common/update_manifest.h',
'common/url_pattern.cc',
'common/url_pattern.h',
'common/url_pattern_set.cc',
'common/url_pattern_set.h',
- 'common/update_manifest.cc',
- 'common/update_manifest.h',
'common/user_script.cc',
'common/user_script.h',
'common/value_counter.cc',
@@ -608,6 +609,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'renderer/activity_log_converter_strategy.cc',
'renderer/activity_log_converter_strategy.h',
'renderer/api_activity_logger.cc',

Powered by Google App Engine
This is Rietveld 408576698