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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 2177823002: X11: Add window cache Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove changes from dependent patchset Created 4 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'models/list_selection_model_unittest.cc', 87 'models/list_selection_model_unittest.cc',
88 'models/tree_node_model_unittest.cc', 88 'models/tree_node_model_unittest.cc',
89 'test/data/resource.h', 89 'test/data/resource.h',
90 'test/scoped_fake_nswindow_fullscreen_unittest.mm', 90 'test/scoped_fake_nswindow_fullscreen_unittest.mm',
91 'test/test_clipboard_unittest.cc', 91 'test/test_clipboard_unittest.cc',
92 'text/bytes_formatting_unittest.cc', 92 'text/bytes_formatting_unittest.cc',
93 'user_activity/user_activity_detector_unittest.cc', 93 'user_activity/user_activity_detector_unittest.cc',
94 'view_prop_unittest.cc', 94 'view_prop_unittest.cc',
95 'webui/web_ui_util_unittest.cc', 95 'webui/web_ui_util_unittest.cc',
96 'x/selection_requestor_unittest.cc', 96 'x/selection_requestor_unittest.cc',
97 'x/x11_window_cache_unittest.cc',
97 ], 98 ],
98 'include_dirs': [ 99 'include_dirs': [
99 '../..', 100 '../..',
100 ], 101 ],
101 'conditions': [ 102 'conditions': [
102 ['OS!="ios"', { 103 ['OS!="ios"', {
103 'sources' : [ '<@(_all_sources)' ], 104 'sources' : [ '<@(_all_sources)' ],
104 }, { # OS=="ios" 105 }, { # OS=="ios"
105 'sources' : [ '<@(_common_sources)' ], 106 'sources' : [ '<@(_common_sources)' ],
106 # The ResourceBundle unittest expects a locale.pak file to exist in 107 # The ResourceBundle unittest expects a locale.pak file to exist in
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'dependencies': [ 326 'dependencies': [
326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
327 ], 328 ],
328 }], 329 }],
329 ], 330 ],
330 }, 331 },
331 ], 332 ],
332 }], 333 }],
333 ], 334 ],
334 } 335 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/x/BUILD.gn » ('j') | ui/base/x/x11_window_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698