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

Unified Diff: content/content_browser.gypi

Issue 18796007: Content API changes to integrate base/graph. (Closed) Base URL: marinoni.mon:/usr/local/google/src/chromium/src@base_graph_review
Patch Set: Created 7 years, 5 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 | « chrome/test/base/testing_profile.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index d4ac803d7a417f488c0595699b2566b6eaa8d252..1ae80d243ba862b7c4415e463a94baf3544372e2 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -5,6 +5,7 @@
{
'dependencies': [
'browser/speech/proto/speech_proto.gyp:speech_proto',
+ '../base/base.gyp:base_graph',
'../base/base.gyp:base_static',
'../crypto/crypto.gyp:crypto',
'../google_apis/google_apis.gyp:google_apis',
@@ -42,6 +43,12 @@
'public/browser/browser_child_process_observer.cc',
'public/browser/browser_child_process_observer.h',
'public/browser/browser_context.h',
+ 'public/browser/graph/browser_context_configuration.cc',
+ 'public/browser/graph/browser_context_configuration.h',
+ 'public/browser/graph/browser_context_dependency_manager.cc',
+ 'public/browser/graph/browser_context_dependency_manager.h',
+ 'public/browser/graph/browser_context_dependency_visitor.h',
+ 'public/browser/graph/browser_context_dependency_visitor_impl.h',
'public/browser/browser_ipc_logging.h',
'public/browser/browser_main_parts.cc',
'public/browser/browser_main_parts.h',
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698