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

Unified Diff: ui/base/ime/ime_unittests.gypi

Issue 365303003: ui: Fold ime gypi files directly into their main targets (ui_base and ui_unittests). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simplify - fix mac? Created 6 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 | « ui/base/ime/ime_test_support.gypi ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/ime_unittests.gypi
diff --git a/ui/base/ime/ime_unittests.gypi b/ui/base/ime/ime_unittests.gypi
deleted file mode 100644
index 110b200b69362a5395a8d29c4aa115a3e36fb7ec..0000000000000000000000000000000000000000
--- a/ui/base/ime/ime_unittests.gypi
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'sources': [
- 'candidate_window_unittest.cc',
- 'chromeos/character_composer_unittest.cc',
- 'composition_text_util_pango_unittest.cc',
- 'input_method_base_unittest.cc',
- 'input_method_chromeos_unittest.cc',
- 'remote_input_method_win_unittest.cc',
- 'win/imm32_manager_unittest.cc',
- 'win/tsf_input_scope_unittest.cc',
- ],
- 'conditions': [
- ['chromeos==0 or use_x11==0', {
- 'sources!': [
- 'chromeos/character_composer_unittest.cc',
- 'input_method_chromeos_unittest.cc',
- ],
- }],
- ['use_x11==0', {
- 'sources!': [
- 'composition_text_util_pango_unittest.cc',
- ],
- }],
- ],
-}
« no previous file with comments | « ui/base/ime/ime_test_support.gypi ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698