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

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: git cl try 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
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 10ac68ee36901da6431be83a19562b827946fd61..de768111e8e01c1a40ff4b063f59cabcc26400b9 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',
@@ -196,12 +197,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',
@@ -598,6 +599,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',
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698