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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 232183002: Chromium side changes to add the ledger API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 7 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 | « build/json_schema_compile.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 1ebbefcc3fbf81d7f62bb01b0d5f9854d9f052fd..1c2388fa2172b765607b07bbfa1c8f7408100bdd 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -979,6 +979,11 @@
'browser/extensions/api/tabs/ash_panel_contents.h',
],
}],
+ ['branding=="Chrome" and chromeos==1', {
+ 'dependencies': [
+ 'browser/extensions/api/ledger/ledger.gyp:ledger_api',
+ ],
+ }],
['enable_extensions==0', {
'sources!': [
'browser/extensions/browser_context_keyed_service_factories.cc',
« no previous file with comments | « build/json_schema_compile.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698