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

Unified Diff: extensions/common/api/api.gyp

Issue 383083010: Add browser_extensions to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fix Created 6 years, 5 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/api/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/api.gyp
diff --git a/extensions/common/api/api.gyp b/extensions/common/api/api.gyp
index f5c34799a3fe81c0e90fed9b051ac77e8d3f6e2c..9fd2c73236952b795d6e73ae47f7b7a2c3f64497 100644
--- a/extensions/common/api/api.gyp
+++ b/extensions/common/api/api.gyp
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //extensions/common/api
'target_name': 'extensions_api',
'type': 'static_library',
'sources': [
@@ -22,6 +23,7 @@
],
'conditions': [
['enable_extensions==1', {
+ # Note: file list duplicated in GN build.
'schema_files': [
'app_runtime.idl',
'app_view_internal.json',
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698