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

Side by Side Diff: ui/events/events.gyp

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT 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 | Annotate | Revision Log
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 24 matching lines...) Expand all
35 'event_constants.h', 35 'event_constants.h',
36 'event_switches.cc', 36 'event_switches.cc',
37 'event_switches.h', 37 'event_switches.h',
38 'events_base_export.h', 38 'events_base_export.h',
39 'gesture_event_details.cc', 39 'gesture_event_details.cc',
40 'gesture_event_details.h', 40 'gesture_event_details.h',
41 'keycodes/keyboard_code_conversion.cc', 41 'keycodes/keyboard_code_conversion.cc',
42 'keycodes/keyboard_code_conversion.h', 42 'keycodes/keyboard_code_conversion.h',
43 'keycodes/keyboard_code_conversion_android.cc', 43 'keycodes/keyboard_code_conversion_android.cc',
44 'keycodes/keyboard_code_conversion_android.h', 44 'keycodes/keyboard_code_conversion_android.h',
45 'keycodes/keyboard_code_conversion_gtk.cc',
46 'keycodes/keyboard_code_conversion_gtk.h',
47 'keycodes/keyboard_code_conversion_mac.h', 45 'keycodes/keyboard_code_conversion_mac.h',
48 'keycodes/keyboard_code_conversion_mac.mm', 46 'keycodes/keyboard_code_conversion_mac.mm',
49 'keycodes/keyboard_code_conversion_win.cc', 47 'keycodes/keyboard_code_conversion_win.cc',
50 'keycodes/keyboard_code_conversion_win.h', 48 'keycodes/keyboard_code_conversion_win.h',
51 'keycodes/keyboard_code_conversion_x.cc', 49 'keycodes/keyboard_code_conversion_x.cc',
52 'keycodes/keyboard_code_conversion_x.h', 50 'keycodes/keyboard_code_conversion_x.h',
53 'keycodes/keyboard_codes.h', 51 'keycodes/keyboard_codes.h',
54 'latency_info.cc', 52 'latency_info.cc',
55 'latency_info.h', 53 'latency_info.h',
56 'x/device_data_manager.cc', 54 'x/device_data_manager.cc',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'variables': { 358 'variables': {
361 'test_suite_name': 'events_unittests', 359 'test_suite_name': 'events_unittests',
362 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)', 360 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)',
363 }, 361 },
364 'includes': [ '../../build/apk_test.gypi' ], 362 'includes': [ '../../build/apk_test.gypi' ],
365 }, 363 },
366 ], 364 ],
367 }], 365 }],
368 ], 366 ],
369 } 367 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698