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

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

Issue 2199063003: Linux: Add xcb FD to glib event loop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/x/BUILD.gn » ('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 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'models/list_selection_model_unittest.cc', 88 'models/list_selection_model_unittest.cc',
89 'models/tree_node_model_unittest.cc', 89 'models/tree_node_model_unittest.cc',
90 'test/data/resource.h', 90 'test/data/resource.h',
91 'test/scoped_fake_nswindow_fullscreen_unittest.mm', 91 'test/scoped_fake_nswindow_fullscreen_unittest.mm',
92 'test/test_clipboard_unittest.cc', 92 'test/test_clipboard_unittest.cc',
93 'text/bytes_formatting_unittest.cc', 93 'text/bytes_formatting_unittest.cc',
94 'user_activity/user_activity_detector_unittest.cc', 94 'user_activity/user_activity_detector_unittest.cc',
95 'view_prop_unittest.cc', 95 'view_prop_unittest.cc',
96 'webui/web_ui_util_unittest.cc', 96 'webui/web_ui_util_unittest.cc',
97 'x/selection_requestor_unittest.cc', 97 'x/selection_requestor_unittest.cc',
98 'x/x11_window_cache_unittest.cc',
98 ], 99 ],
99 'include_dirs': [ 100 'include_dirs': [
100 '../..', 101 '../..',
101 ], 102 ],
102 'conditions': [ 103 'conditions': [
103 ['OS!="ios"', { 104 ['OS!="ios"', {
104 'sources' : [ '<@(_all_sources)' ], 105 'sources' : [ '<@(_all_sources)' ],
105 }, { # OS=="ios" 106 }, { # OS=="ios"
106 'sources' : [ '<@(_common_sources)' ], 107 'sources' : [ '<@(_common_sources)' ],
107 # The ResourceBundle unittest expects a locale.pak file to exist in 108 # The ResourceBundle unittest expects a locale.pak file to exist in
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'dependencies': [ 327 'dependencies': [
327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 328 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
328 ], 329 ],
329 }], 330 }],
330 ], 331 ],
331 }, 332 },
332 ], 333 ],
333 }], 334 }],
334 ], 335 ],
335 } 336 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/x/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698