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

Side by Side Diff: content/content_tests.gypi

Issue 21189003: Change IME conversion status by focusing input element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit pick Created 7 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 ], 946 ],
947 'sources': [ 947 'sources': [
948 'renderer/external_popup_menu_browsertest.cc', 948 'renderer/external_popup_menu_browsertest.cc',
949 ], 949 ],
950 }], 950 }],
951 ['use_aura==1', { 951 ['use_aura==1', {
952 'sources!': [ 952 'sources!': [
953 'browser/accessibility/accessibility_win_browsertest.cc', 953 'browser/accessibility/accessibility_win_browsertest.cc',
954 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 954 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
955 'browser/plugin_browsertest.cc', 955 'browser/plugin_browsertest.cc',
956 'browser/renderer_host/render_widget_host_view_win_browsertest.c c',
956 ], 957 ],
957 }], 958 }],
958 ['OS!="android" and OS!="ios"', { 959 ['OS!="android" and OS!="ios"', {
959 # npapi test plugin doesn't build on android or ios 960 # npapi test plugin doesn't build on android or ios
960 'dependencies': [ 961 'dependencies': [
961 # Runtime dependencies 962 # Runtime dependencies
962 'copy_npapi_test_plugin', 963 'copy_npapi_test_plugin',
963 ], 964 ],
964 }], 965 }],
965 ['enable_webrtc==1', { 966 ['enable_webrtc==1', {
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1394 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1394 }, 1395 },
1395 ], 1396 ],
1396 }], 1397 }],
1397 ], 1398 ],
1398 }, 1399 },
1399 ], 1400 ],
1400 }], 1401 }],
1401 ], 1402 ],
1402 } 1403 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win_browsertest.cc ('k') | ui/base/ime/win/imm32_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698