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

Unified Diff: base/base.gypi

Issue 10128002: Retrieve Windows performance assessment information from results files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 74899b2b962f53846d18279be546efed37f67cbe..5ef15151bdc876193fc2a6a7fceb3c3babe9ff73 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -144,6 +144,8 @@
'json/string_escape.h',
'lazy_instance.cc',
'lazy_instance.h',
+ 'libxml_utils.cc',
+ 'libxml_utils.h',
'linked_list.h',
'location.cc',
'location.h',
@@ -584,6 +586,7 @@
'dependencies': [
'base_static',
'../testing/gtest.gyp:gtest_prod',
+ '../third_party/libxml/libxml.gyp:libxml',
'../third_party/modp_b64/modp_b64.gyp:modp_b64',
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
@@ -802,6 +805,7 @@
},
'dependencies': [
'base_static_win64',
+ '../third_party/libxml/libxml.gyp:libxml',
Zhenyao Mo 2012/04/20 00:10:51 This should be without ../ See the next line as a
dtu 2012/05/01 00:32:16 No, dynamic_annotations is in src/base/third_party
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
],
# TODO(gregoryd): direct_dependent_settings should be shared with the
« no previous file with comments | « base/DEPS ('k') | base/libxml_utils.h » ('j') | content/gpu/gpu_info_collector_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698