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

Unified Diff: chrome/chrome_resources.gyp

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up TestNavigationObserver. 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
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index a405ef9eb97668685d27db2c7b1f8f1a81bbc593..81a4b7881bb5966ee7e049426a39b05b3934155d 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -7,6 +7,7 @@
'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/internal/additional_modules_list.txt',
'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom.js',
+ 'identity_internals_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/identity_internals/identity_internals.mojom.js',
fgorski 2014/07/23 19:02:10 nit: in case the order of these does not matter, a
},
'targets': [
{
@@ -199,6 +200,7 @@
'-E', 'about_credits_file=<(about_credits_file)',
'-E', 'additional_modules_list_file=<(additional_modules_list_file)',
'-E', 'omnibox_mojom_file=<(omnibox_mojom_file)',
+ '-E', 'identity_internals_mojom_file=<(identity_internals_mojom_file)',
fgorski 2014/07/23 19:02:10 nit: ditto
],
},
'includes': [ '../build/grit_action.gypi' ],

Powered by Google App Engine
This is Rietveld 408576698