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

Side by Side Diff: app/app_base.gypi

Issue 6246001: Move app/key* to ui/base/keycodes/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « no previous file | app/event_synthesis_gtk.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 '../ui/base/clipboard/clipboard_util_win.h', 114 '../ui/base/clipboard/clipboard_util_win.h',
115 '../ui/base/clipboard/clipboard_win.cc', 115 '../ui/base/clipboard/clipboard_win.cc',
116 '../ui/base/clipboard/scoped_clipboard_writer.cc', 116 '../ui/base/clipboard/scoped_clipboard_writer.cc',
117 '../ui/base/clipboard/scoped_clipboard_writer.h', 117 '../ui/base/clipboard/scoped_clipboard_writer.h',
118 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc', 118 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc',
119 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h', 119 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h',
120 '../ui/base/dragdrop/os_exchange_data_provider_win.cc', 120 '../ui/base/dragdrop/os_exchange_data_provider_win.cc',
121 '../ui/base/dragdrop/os_exchange_data_provider_win.h', 121 '../ui/base/dragdrop/os_exchange_data_provider_win.h',
122 '../ui/base/dragdrop/os_exchange_data.cc', 122 '../ui/base/dragdrop/os_exchange_data.cc',
123 '../ui/base/dragdrop/os_exchange_data.h', 123 '../ui/base/dragdrop/os_exchange_data.h',
124 '../ui/base/keycodes/keyboard_code_conversion.cc',
125 '../ui/base/keycodes/keyboard_code_conversion.h',
126 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc',
127 '../ui/base/keycodes/keyboard_code_conversion_gtk.h',
128 '../ui/base/keycodes/keyboard_code_conversion_mac.mm',
129 '../ui/base/keycodes/keyboard_code_conversion_mac.h',
130 '../ui/base/keycodes/keyboard_code_conversion_win.cc',
131 '../ui/base/keycodes/keyboard_code_conversion_win.h',
132 '../ui/base/keycodes/keyboard_code_conversion_x.cc',
133 '../ui/base/keycodes/keyboard_code_conversion_x.h',
134 '../ui/base/keycodes/keyboard_codes.h',
135 '../ui/base/keycodes/keyboard_codes_win.h',
136 '../ui/base/keycodes/keyboard_codes_posix.h',
124 'active_window_watcher_x.cc', 137 'active_window_watcher_x.cc',
125 'active_window_watcher_x.h', 138 'active_window_watcher_x.h',
126 'bidi_line_iterator.cc', 139 'bidi_line_iterator.cc',
127 'combobox_model.h', 140 'combobox_model.h',
128 'data_pack.cc', 141 'data_pack.cc',
129 'data_pack.h', 142 'data_pack.h',
130 'drag_drop_types_gtk.cc', 143 'drag_drop_types_gtk.cc',
131 'drag_drop_types_win.cc', 144 'drag_drop_types_win.cc',
132 'drag_drop_types.h', 145 'drag_drop_types.h',
133 'event_synthesis_gtk.cc', 146 'event_synthesis_gtk.cc',
(...skipping 16 matching lines...) Expand all
150 'gfx/gl/gl_implementation_linux.cc', 163 'gfx/gl/gl_implementation_linux.cc',
151 'gfx/gl/gl_implementation_mac.cc', 164 'gfx/gl/gl_implementation_mac.cc',
152 'gfx/gl/gl_implementation_win.cc', 165 'gfx/gl/gl_implementation_win.cc',
153 'gfx/gl/gl_interface.h', 166 'gfx/gl/gl_interface.h',
154 'gfx/gl/gl_interface.cc', 167 'gfx/gl/gl_interface.cc',
155 'gtk_dnd_util.cc', 168 'gtk_dnd_util.cc',
156 'gtk_dnd_util.h', 169 'gtk_dnd_util.h',
157 'gtk_signal.h', 170 'gtk_signal.h',
158 'gtk_signal_registrar.cc', 171 'gtk_signal_registrar.cc',
159 'gtk_signal_registrar.h', 172 'gtk_signal_registrar.h',
160 'keyboard_code_conversion.cc',
161 'keyboard_code_conversion.h',
162 'keyboard_code_conversion_gtk.cc',
163 'keyboard_code_conversion_gtk.h',
164 'keyboard_code_conversion_mac.mm',
165 'keyboard_code_conversion_mac.h',
166 'keyboard_code_conversion_win.cc',
167 'keyboard_code_conversion_win.h',
168 'keyboard_code_conversion_x.cc',
169 'keyboard_code_conversion_x.h',
170 'keyboard_codes.h',
171 'keyboard_codes_win.h',
172 'keyboard_codes_posix.h',
173 'l10n_util.cc', 173 'l10n_util.cc',
174 'l10n_util.h', 174 'l10n_util.h',
175 'l10n_util_collator.h', 175 'l10n_util_collator.h',
176 'l10n_util_mac.h', 176 'l10n_util_mac.h',
177 'l10n_util_mac.mm', 177 'l10n_util_mac.mm',
178 'l10n_util_posix.cc', 178 'l10n_util_posix.cc',
179 'l10n_util_win.cc', 179 'l10n_util_win.cc',
180 'l10n_util_win.h', 180 'l10n_util_win.h',
181 'mac/nsimage_cache.h', 181 'mac/nsimage_cache.h',
182 'mac/nsimage_cache.mm', 182 'mac/nsimage_cache.mm',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ['OS=="linux"', { 340 ['OS=="linux"', {
341 'sources': [ 341 'sources': [
342 'gfx/gl/gl_context_egl.cc', 342 'gfx/gl/gl_context_egl.cc',
343 'gfx/gl/gl_context_egl.h', 343 'gfx/gl/gl_context_egl.h',
344 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', 344 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc',
345 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', 345 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h',
346 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', 346 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc',
347 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', 347 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h',
348 ], 348 ],
349 'sources!': [ 349 'sources!': [
350 'keyboard_code_conversion_mac.mm', 350 '../ui/base/keycodes/keyboard_code_conversion_mac.mm',
351 'keyboard_code_conversion_mac.h', 351 '../ui/base/keycodes/keyboard_code_conversion_mac.h',
352 'keyboard_codes_win.h', 352 '../ui/base/keycodes/keyboard_codes_win.h',
353 ], 353 ],
354 'include_dirs': [ 354 'include_dirs': [
355 # We don't use angle, but pull the EGL/GLES headers from there. 355 # We don't use angle, but pull the EGL/GLES headers from there.
356 '../third_party/angle/include', 356 '../third_party/angle/include',
357 ], 357 ],
358 'all_dependent_settings': { 358 'all_dependent_settings': {
359 'defines': [ 359 'defines': [
360 'GL_GLEXT_PROTOTYPES', 360 'GL_GLEXT_PROTOTYPES',
361 ], 361 ],
362 'ldflags': [ 362 'ldflags': [
363 '-L<(PRODUCT_DIR)', 363 '-L<(PRODUCT_DIR)',
364 ], 364 ],
365 'link_settings': { 365 'link_settings': {
366 'libraries': [ 366 'libraries': [
367 '-lX11', 367 '-lX11',
368 '-ldl', 368 '-ldl',
369 ], 369 ],
370 }, 370 },
371 }, 371 },
372 }], 372 }],
373 ['OS=="mac"', { 373 ['OS=="mac"', {
374 'link_settings': { 374 'link_settings': {
375 'libraries': [ 375 'libraries': [
376 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 376 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
377 ], 377 ],
378 }, 378 },
379 'sources!': [ 379 'sources!': [
380 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc',
381 '../ui/base/keycodes/keyboard_code_conversion_gtk.h',
382 '../ui/base/keycodes/keyboard_code_conversion_x.cc',
383 '../ui/base/keycodes/keyboard_code_conversion_x.h',
384 '../ui/base/keycodes/keyboard_codes_win.h',
380 'event_synthesis_gtk.cc', 385 'event_synthesis_gtk.cc',
381 'event_synthesis_gtk.h', 386 'event_synthesis_gtk.h',
382 'keyboard_code_conversion_gtk.cc',
383 'keyboard_code_conversion_gtk.h',
384 'keyboard_code_conversion_x.cc',
385 'keyboard_code_conversion_x.h',
386 'keyboard_codes_win.h',
387 ], 387 ],
388 }], 388 }],
389 ['OS=="win"', { 389 ['OS=="win"', {
390 'include_dirs': [ 390 'include_dirs': [
391 '../third_party/angle/include', 391 '../third_party/angle/include',
392 ], 392 ],
393 'sources': [ 393 'sources': [
394 'gfx/gl/gl_context_egl.cc', 394 'gfx/gl/gl_context_egl.cc',
395 'gfx/gl/gl_context_egl.h', 395 'gfx/gl/gl_context_egl.h',
396 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', 396 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc',
397 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', 397 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h',
398 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc', 398 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc',
399 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h', 399 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h',
400 ], 400 ],
401 'sources!': [ 401 'sources!': [
402 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc',
403 '../ui/base/keycodes/keyboard_code_conversion_gtk.h',
404 '../ui/base/keycodes/keyboard_code_conversion_mac.mm',
405 '../ui/base/keycodes/keyboard_code_conversion_mac.h',
406 '../ui/base/keycodes/keyboard_code_conversion_x.cc',
407 '../ui/base/keycodes/keyboard_code_conversion_x.h',
408 '../ui/base/keycodes/keyboard_codes_posix.h',
402 'event_synthesis_gtk.cc', 409 'event_synthesis_gtk.cc',
403 'event_synthesis_gtk.h', 410 'event_synthesis_gtk.h',
404 'keyboard_code_conversion_gtk.cc',
405 'keyboard_code_conversion_gtk.h',
406 'keyboard_code_conversion_mac.mm',
407 'keyboard_code_conversion_mac.h',
408 'keyboard_code_conversion_x.cc',
409 'keyboard_code_conversion_x.h',
410 'keyboard_codes_posix.h',
411 ], 411 ],
412 }], 412 }],
413 ], 413 ],
414 }, 414 },
415 ], 415 ],
416 'conditions': [ 416 'conditions': [
417 ['OS=="win"', { 417 ['OS=="win"', {
418 'targets': [ 418 'targets': [
419 { 419 {
420 'target_name': 'app_base_nacl_win64', 420 'target_name': 'app_base_nacl_win64',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'configurations': { 455 'configurations': {
456 'Common_Base': { 456 'Common_Base': {
457 'msvs_target_platform': 'x64', 457 'msvs_target_platform': 'x64',
458 }, 458 },
459 }, 459 },
460 }, 460 },
461 ], 461 ],
462 }], 462 }],
463 ], 463 ],
464 } 464 }
OLDNEW
« no previous file with comments | « no previous file | app/event_synthesis_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698