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

Unified Diff: base/base.gyp

Issue 1393233002: Mac Energy Test Harness/Framework Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Snapshot of scripts for http://crbug.com/391646 Created 5 years, 2 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 | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 4b11485e0a5f5f8fb2d37845137ac6ff43386de3..5e20db7a93282b8d2e34d7ce409941fa4e8da589 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -909,8 +909,22 @@
['OS == "ios"', {
'toolsets': ['host', 'target'],
}],
+ ['OS == "mac"', {
+ 'xcode_settings': {
+ 'OTHER_CFLAGS': [
+ '-F/Library/Frameworks'
+ ],
+ },
+ 'link_settings': {
+ 'libraries': [
+ '-framework IntelPowerGadget -F/Library/Frameworks',
+ ],
+ },
+ }],
],
'sources': [
+ 'test/energy_monitor_mac.cc',
+ 'test/energy_monitor_mac.h',
'test/gtest_util.cc',
'test/gtest_util.h',
'test/gtest_xml_unittest_result_printer.cc',
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698