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

Unified Diff: build/linux/system.gyp

Issue 14141006: [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 2 Created 7 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
« no previous file with comments | « apps/shortcut_manager_factory.cc ('k') | chrome/browser/autocomplete/autocomplete_classifier_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index cbd2e59c4919d6753f0831496993faa6916dbbb6..b925792c33c2fc7e7c974a0babbddeb78625a417 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -43,7 +43,7 @@
},
'conditions': [
['_toolset=="target"', {
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'cflags': [
'<!@(<(pkg-config) --cflags <(gtk_packages))',
],
@@ -57,7 +57,7 @@
],
},
}, {
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'cflags': [
'<!@(pkg-config --cflags <(gtk_packages))',
],
« no previous file with comments | « apps/shortcut_manager_factory.cc ('k') | chrome/browser/autocomplete/autocomplete_classifier_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698