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

Side by Side Diff: ui/ui.gyp

Issue 160083003: Split cocoa_event_utils in two parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: still works? Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/events_stub.cc ('k') | ui/ui_unittests.gyp » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'base/clipboard/custom_data_helper.h', 78 'base/clipboard/custom_data_helper.h',
79 'base/clipboard/custom_data_helper_linux.cc', 79 'base/clipboard/custom_data_helper_linux.cc',
80 'base/clipboard/custom_data_helper_mac.mm', 80 'base/clipboard/custom_data_helper_mac.mm',
81 'base/clipboard/scoped_clipboard_writer.cc', 81 'base/clipboard/scoped_clipboard_writer.cc',
82 'base/clipboard/scoped_clipboard_writer.h', 82 'base/clipboard/scoped_clipboard_writer.h',
83 'base/cocoa/animation_utils.h', 83 'base/cocoa/animation_utils.h',
84 'base/cocoa/appkit_utils.h', 84 'base/cocoa/appkit_utils.h',
85 'base/cocoa/appkit_utils.mm', 85 'base/cocoa/appkit_utils.mm',
86 'base/cocoa/base_view.h', 86 'base/cocoa/base_view.h',
87 'base/cocoa/base_view.mm', 87 'base/cocoa/base_view.mm',
88 'base/cocoa/cocoa_event_utils.h', 88 'base/cocoa/cocoa_base_utils.h',
89 'base/cocoa/cocoa_event_utils.mm', 89 'base/cocoa/cocoa_base_utils.mm',
90 'base/cocoa/controls/blue_label_button.h', 90 'base/cocoa/controls/blue_label_button.h',
91 'base/cocoa/controls/blue_label_button.mm', 91 'base/cocoa/controls/blue_label_button.mm',
92 'base/cocoa/controls/hover_image_menu_button.h', 92 'base/cocoa/controls/hover_image_menu_button.h',
93 'base/cocoa/controls/hover_image_menu_button.mm', 93 'base/cocoa/controls/hover_image_menu_button.mm',
94 'base/cocoa/controls/hover_image_menu_button_cell.h', 94 'base/cocoa/controls/hover_image_menu_button_cell.h',
95 'base/cocoa/controls/hover_image_menu_button_cell.mm', 95 'base/cocoa/controls/hover_image_menu_button_cell.mm',
96 'base/cocoa/controls/hyperlink_button_cell.h', 96 'base/cocoa/controls/hyperlink_button_cell.h',
97 'base/cocoa/controls/hyperlink_button_cell.mm', 97 'base/cocoa/controls/hyperlink_button_cell.mm',
98 'base/cocoa/find_pasteboard.h', 98 'base/cocoa/find_pasteboard.h',
99 'base/cocoa/find_pasteboard.mm', 99 'base/cocoa/find_pasteboard.mm',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'variables': { 625 'variables': {
626 'jni_gen_package': 'ui', 626 'jni_gen_package': 'ui',
627 'jni_generator_ptr_type': 'long', 627 'jni_generator_ptr_type': 'long',
628 }, 628 },
629 'includes': [ '../build/jni_generator.gypi' ], 629 'includes': [ '../build/jni_generator.gypi' ],
630 }, 630 },
631 ], 631 ],
632 }], 632 }],
633 ], 633 ],
634 } 634 }
OLDNEW
« no previous file with comments | « ui/events/events_stub.cc ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698