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

Unified Diff: chrome/chrome_common.gypi

Issue 2744003: Preparation CL for adding crash metrics UMA counters to ChromeFrame. Basicall... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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_common.gypi
===================================================================
--- chrome/chrome_common.gypi (revision 49302)
+++ chrome/chrome_common.gypi (working copy)
@@ -56,6 +56,8 @@
'common/main_function_params.h',
'common/message_router.cc',
'common/message_router.h',
+ 'common/metrics_helpers.cc',
+ 'common/metrics_helpers.h',
'common/nacl_cmd_line.cc',
'common/nacl_cmd_line.h',
'common/nacl_messages.h',
@@ -367,6 +369,7 @@
'../app/app.gyp:app_resources',
'../base/base.gyp:base_nacl_win64',
'../ipc/ipc.gyp:ipc_win64',
+ '../third_party/libxml/libxml.gyp:libxml',
],
'include_dirs': [
'../third_party/npapi',

Powered by Google App Engine
This is Rietveld 408576698