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

Unified Diff: services/tracing/tracing.gyp

Issue 1966563002: Extracted shell_interfaces and shell_public into a separate gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed export_dependent_settings Created 4 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 | « services/shell/shell_public.gyp ('k') | services/user/user.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/tracing.gyp
diff --git a/services/tracing/tracing.gyp b/services/tracing/tracing.gyp
index 04aad5c98d73dfe1c1a321512e7e4b320a3a06e9..38ff437c71f71ffc9a591839a0d03f1443276328 100644
--- a/services/tracing/tracing.gyp
+++ b/services/tracing/tracing.gyp
@@ -28,7 +28,7 @@
'dependencies': [
'tracing_public',
'../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../shell/shell.gyp:shell_public',
+ '../shell/shell_public.gyp:shell_public',
],
'sources': [
'trace_data_sink.cc',
@@ -46,7 +46,7 @@
'dependencies': [
'tracing_interfaces',
'../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../shell/shell.gyp:shell_public',
+ '../shell/shell_public.gyp:shell_public',
],
'sources': [
'public/cpp/switches.cc',
« no previous file with comments | « services/shell/shell_public.gyp ('k') | services/user/user.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698