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

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: for review 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
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': {
Jói 2013/04/23 22:45:22 Were the changes in this file meant to be part of
Paweł Hajdan Jr. 2013/04/23 22:58:11 Unfortunately, yes. Otherwise it doesn't compile.
Jói 2013/04/24 09:09:10 Hmm, do you know why?
Paweł Hajdan Jr. 2013/04/25 17:51:43 The error message is: CXX(target) out/Debug/obj
'cflags': [
'<!@(<(pkg-config) --cflags <(gtk_packages))',
],
@@ -57,7 +57,7 @@
],
},
}, {
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'cflags': [
'<!@(pkg-config --cflags <(gtk_packages))',
],

Powered by Google App Engine
This is Rietveld 408576698