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

Unified Diff: build/all.gyp

Issue 951553004: Fix chromiumos breakage for gn_all. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix symupload as well Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 4a67a994c0d28d71a65730d0884cd9a3f1d9507d..17958a02238eec0c91decec6410982f3a7b66fe4 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -608,7 +608,6 @@
'../tools/gn/gn.gyp:gn',
'../tools/gn/gn.gyp:gn_unittests',
- '../tools/imagediff/image_diff.gyp:image_diff#host',
'../ui/accessibility/accessibility.gyp:accessibility_unittests',
'../ui/app_list/app_list.gyp:app_list_unittests',
'../ui/base/ui_base_tests.gyp:ui_base_unittests',
@@ -621,7 +620,7 @@
'conditions': [
['OS!="win"', {
'dependencies': [
- '../breakpad/breakpad.gyp:symupload#host',
+ '../breakpad/breakpad.gyp:symupload',
],
}],
['use_x11==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698