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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8505051: Support mozc suggest window on ChromeOS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Change include origin. Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 }, { # else: toolkit_uses_gtk != 1 2165 }, { # else: toolkit_uses_gtk != 1
2166 'sources!': [ 2166 'sources!': [
2167 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', 2167 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
2168 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 2168 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
2169 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', 2169 '../ui/views/focus/accelerator_handler_gtk_unittest.cc',
2170 ], 2170 ],
2171 }], 2171 }],
2172 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 2172 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
2173 'dependencies': [ 2173 'dependencies': [
2174 '../build/linux/system.gyp:ssl', 2174 '../build/linux/system.gyp:ssl',
2175 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto' , 2175 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_commands_proto',
2176 ], 2176 ],
2177 }], 2177 }],
2178 ['use_gnome_keyring == 0', { 2178 ['use_gnome_keyring == 0', {
2179 # Disable the GNOME Keyring tests if we are not using it. 2179 # Disable the GNOME Keyring tests if we are not using it.
2180 'sources!': [ 2180 'sources!': [
2181 'browser/password_manager/native_backend_gnome_x_unittest.cc', 2181 'browser/password_manager/native_backend_gnome_x_unittest.cc',
2182 ], 2182 ],
2183 }], 2183 }],
2184 ['OS=="linux" and use_aura==1', { 2184 ['OS=="linux" and use_aura==1', {
2185 'dependencies': [ 2185 'dependencies': [
(...skipping 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after
4300 # Use outputs of this action as inputs for the main target build. 4300 # Use outputs of this action as inputs for the main target build.
4301 # Seems as a misnomer but makes this happy on Linux (scons). 4301 # Seems as a misnomer but makes this happy on Linux (scons).
4302 'process_outputs_as_sources': 1, 4302 'process_outputs_as_sources': 1,
4303 }, 4303 },
4304 ], # 'actions' 4304 ], # 'actions'
4305 }, 4305 },
4306 ] 4306 ]
4307 }], # 'coverage!=0' 4307 }], # 'coverage!=0'
4308 ], # 'conditions' 4308 ], # 'conditions'
4309 } 4309 }
OLDNEW
« chrome/browser/chromeos/input_method/ibus_ui_controller.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698