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

Side by Side Diff: base/base.gypi

Issue 8378005: wayland: define base:NativeEvent for Wayland (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create a new wayland namespace in base and define WaylandEvent there. Created 9 years, 1 month 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 | « no previous file | base/event_types.h » ('j') | base/message_pump_wayland.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'values.cc', 353 'values.cc',
354 'values.h', 354 'values.h',
355 'value_conversions.cc', 355 'value_conversions.cc',
356 'value_conversions.h', 356 'value_conversions.h',
357 'version.cc', 357 'version.cc',
358 'version.h', 358 'version.h',
359 'vlog.cc', 359 'vlog.cc',
360 'vlog.h', 360 'vlog.h',
361 'nix/xdg_util.cc', 361 'nix/xdg_util.cc',
362 'nix/xdg_util.h', 362 'nix/xdg_util.h',
363 'wayland/wayland_event.h',
363 'win/event_trace_consumer.h', 364 'win/event_trace_consumer.h',
364 'win/event_trace_controller.cc', 365 'win/event_trace_controller.cc',
365 'win/event_trace_controller.h', 366 'win/event_trace_controller.h',
366 'win/event_trace_provider.cc', 367 'win/event_trace_provider.cc',
367 'win/event_trace_provider.h', 368 'win/event_trace_provider.h',
368 'win/i18n.cc', 369 'win/i18n.cc',
369 'win/i18n.h', 370 'win/i18n.h',
370 'win/iat_patch_function.cc', 371 'win/iat_patch_function.cc',
371 'win/iat_patch_function.h', 372 'win/iat_patch_function.h',
372 'win/object_watcher.cc', 373 'win/object_watcher.cc',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'third_party/xdg_mime/xdgmimemagic.c', 832 'third_party/xdg_mime/xdgmimemagic.c',
832 'third_party/xdg_mime/xdgmimemagic.h', 833 'third_party/xdg_mime/xdgmimemagic.h',
833 'third_party/xdg_mime/xdgmimeparent.c', 834 'third_party/xdg_mime/xdgmimeparent.c',
834 'third_party/xdg_mime/xdgmimeparent.h', 835 'third_party/xdg_mime/xdgmimeparent.h',
835 ], 836 ],
836 }, 837 },
837 ], 838 ],
838 }], 839 }],
839 ], 840 ],
840 } 841 }
OLDNEW
« no previous file with comments | « no previous file | base/event_types.h » ('j') | base/message_pump_wayland.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698