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

Unified Diff: cc/cc.gyp

Issue 1376523005: Fix four dangling header-file references in .gyp files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | components/scheduler/scheduler.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index ec13db2d5e02599285a12e0fec212c127fa9e37d..e38e47f00679d50fd760d8c6bb32bdd9752f16c1 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -546,8 +546,8 @@
'trees/property_tree_builder.h',
'trees/proxy.cc',
'trees/proxy.h',
- 'trees/proxy_impl.h'
- 'trees/proxy_main.h'
+ 'trees/proxy_impl.h',
+ 'trees/proxy_main.h',
'trees/scoped_abort_remaining_swap_promises.h',
'trees/single_thread_proxy.cc',
'trees/single_thread_proxy.h',
« no previous file with comments | « no previous file | components/scheduler/scheduler.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698