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

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

Issue 196213004: Allows menu host windows to be enumerated in DragTargetWindowFinder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Allows menu host windows to be enumerated in DragTargetWindowFinder (separated) Created 6 years, 8 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 | « no previous file | ui/base/x/x11_menu_list.h » ('j') | ui/base/x/x11_menu_list.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'x/root_window_property_watcher_x.cc', 321 'x/root_window_property_watcher_x.cc',
322 'x/root_window_property_watcher_x.h', 322 'x/root_window_property_watcher_x.h',
323 'x/selection_owner.cc', 323 'x/selection_owner.cc',
324 'x/selection_owner.h', 324 'x/selection_owner.h',
325 'x/selection_requestor.cc', 325 'x/selection_requestor.cc',
326 'x/selection_requestor.h', 326 'x/selection_requestor.h',
327 'x/selection_utils.cc', 327 'x/selection_utils.cc',
328 'x/selection_utils.h', 328 'x/selection_utils.h',
329 'x/work_area_watcher_x.cc', 329 'x/work_area_watcher_x.cc',
330 'x/work_area_watcher_x.h', 330 'x/work_area_watcher_x.h',
331 'x/x11_menu_list.cc',
332 'x/x11_menu_list.h',
331 'x/x11_util.cc', 333 'x/x11_util.cc',
332 'x/x11_util.h', 334 'x/x11_util.h',
333 'x/x11_util_internal.h', 335 'x/x11_util_internal.h',
334 ], 336 ],
335 'target_conditions': [ 337 'target_conditions': [
336 ['OS == "ios"', { 338 ['OS == "ios"', {
337 'sources/': [ 339 'sources/': [
338 ['include', '^l10n/l10n_util_mac\\.mm$'], 340 ['include', '^l10n/l10n_util_mac\\.mm$'],
339 ], 341 ],
340 }], 342 }],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'variables': { 623 'variables': {
622 'jni_gen_package': 'ui', 624 'jni_gen_package': 'ui',
623 'jni_generator_ptr_type': 'long', 625 'jni_generator_ptr_type': 'long',
624 }, 626 },
625 'includes': [ '../../build/jni_generator.gypi' ], 627 'includes': [ '../../build/jni_generator.gypi' ],
626 }, 628 },
627 ], 629 ],
628 }], 630 }],
629 ], 631 ],
630 } 632 }
OLDNEW
« no previous file with comments | « no previous file | ui/base/x/x11_menu_list.h » ('j') | ui/base/x/x11_menu_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698