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

Unified Diff: build/all.gyp

Issue 6592062: Remove gyp target of the candidate_window binary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | chrome/browser/chromeos/input_method/candidate_window.gyp » ('j') | 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 aef3bae8046ac7d717f694beda65ec674c53799c..9cbcd8cc75d256bac502e6f063b9043503e996a8 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -125,11 +125,6 @@
'../views/views.gyp:*',
],
}],
- ['chromeos==1', {
- 'dependencies': [
- '../chrome/browser/chromeos/input_method/candidate_window.gyp:*',
- ],
- }],
['remoting==1', {
'dependencies': [
'../remoting/remoting.gyp:*',
@@ -466,7 +461,6 @@
'dependencies': [
'../app/app.gyp:app_unittests',
'../base/base.gyp:base_unittests',
- '../chrome/browser/chromeos/input_method/candidate_window.gyp:candidate_window',
'../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:chrome',
'../chrome/chrome.gyp:interactive_ui_tests',
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698