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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: fix ozone Created 6 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after
2333 # TODO(zturner): Enable this on Windows. See 2333 # TODO(zturner): Enable this on Windows. See
2334 # BrowserWithTestWindowTest::SetUp() for a comment explaining why 2334 # BrowserWithTestWindowTest::SetUp() for a comment explaining why
2335 # this is broken. 2335 # this is broken.
2336 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', 2336 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc',
2337 'browser/ui/views/select_file_dialog_extension_unittest.cc', 2337 'browser/ui/views/select_file_dialog_extension_unittest.cc',
2338 ], 2338 ],
2339 }], 2339 }],
2340 ['use_x11==1', { 2340 ['use_x11==1', {
2341 'dependencies': [ 2341 'dependencies': [
2342 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2342 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2343 '../ui/events/devices/events_devices.gyp:events_devices',
2343 ], 2344 ],
2344 }], 2345 }],
2345 ['OS=="linux"', { 2346 ['OS=="linux"', {
2346 'dependencies': [ 2347 'dependencies': [
2347 '../build/linux/system.gyp:ssl', 2348 '../build/linux/system.gyp:ssl',
2348 ], 2349 ],
2349 }], 2350 }],
2350 # Only add this test for 64 bit builds because otherwise we need the 32 2351 # Only add this test for 64 bit builds because otherwise we need the 32
2351 # bit library on 64 bit systems when running this test. 2352 # bit library on 64 bit systems when running this test.
2352 ['use_gnome_keyring == 1 and target_arch=="x64"', { 2353 ['use_gnome_keyring == 1 and target_arch=="x64"', {
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 'dependencies': [ 2913 'dependencies': [
2913 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2914 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2914 ], 2915 ],
2915 }], 2916 }],
2916 ], 2917 ],
2917 }, 2918 },
2918 ], 2919 ],
2919 }], 2920 }],
2920 ], # 'conditions' 2921 ], # 'conditions'
2921 } 2922 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698