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

Side by Side Diff: app/app_base.gypi

Issue 6264020: Fix key identifier conversion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 9 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 | « no previous file | chrome/browser/autofill/autofill_browsertest.cc » ('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) 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 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 '../ui/base/dragdrop/drag_source.h', 123 '../ui/base/dragdrop/drag_source.h',
124 '../ui/base/dragdrop/drop_target.cc', 124 '../ui/base/dragdrop/drop_target.cc',
125 '../ui/base/dragdrop/drop_target.h', 125 '../ui/base/dragdrop/drop_target.h',
126 '../ui/base/dragdrop/gtk_dnd_util.cc', 126 '../ui/base/dragdrop/gtk_dnd_util.cc',
127 '../ui/base/dragdrop/gtk_dnd_util.h', 127 '../ui/base/dragdrop/gtk_dnd_util.h',
128 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc', 128 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc',
129 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h', 129 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h',
130 '../ui/base/dragdrop/os_exchange_data_provider_win.cc', 130 '../ui/base/dragdrop/os_exchange_data_provider_win.cc',
131 '../ui/base/dragdrop/os_exchange_data_provider_win.h', 131 '../ui/base/dragdrop/os_exchange_data_provider_win.h',
132 '../ui/base/dragdrop/os_exchange_data.cc', 132 '../ui/base/dragdrop/os_exchange_data.cc',
133 '../ui/base/dragdrop/os_exchange_data.h', 133 '../ui/base/dragdrop/os_exchange_data.h',
134 '../ui/base/gtk/event_synthesis_gtk.cc', 134 '../ui/base/gtk/event_synthesis_gtk.cc',
135 '../ui/base/gtk/event_synthesis_gtk.h', 135 '../ui/base/gtk/event_synthesis_gtk.h',
136 '../ui/base/gtk/gtk_signal.h', 136 '../ui/base/gtk/gtk_signal.h',
137 '../ui/base/gtk/gtk_signal_registrar.cc', 137 '../ui/base/gtk/gtk_signal_registrar.cc',
138 '../ui/base/gtk/gtk_signal_registrar.h', 138 '../ui/base/gtk/gtk_signal_registrar.h',
139 '../ui/base/keycodes/keyboard_code_conversion.cc',
140 '../ui/base/keycodes/keyboard_code_conversion.h',
141 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc', 139 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc',
142 '../ui/base/keycodes/keyboard_code_conversion_gtk.h', 140 '../ui/base/keycodes/keyboard_code_conversion_gtk.h',
143 '../ui/base/keycodes/keyboard_code_conversion_mac.mm', 141 '../ui/base/keycodes/keyboard_code_conversion_mac.mm',
144 '../ui/base/keycodes/keyboard_code_conversion_mac.h', 142 '../ui/base/keycodes/keyboard_code_conversion_mac.h',
145 '../ui/base/keycodes/keyboard_code_conversion_win.cc', 143 '../ui/base/keycodes/keyboard_code_conversion_win.cc',
146 '../ui/base/keycodes/keyboard_code_conversion_win.h', 144 '../ui/base/keycodes/keyboard_code_conversion_win.h',
147 '../ui/base/keycodes/keyboard_code_conversion_x.cc', 145 '../ui/base/keycodes/keyboard_code_conversion_x.cc',
148 '../ui/base/keycodes/keyboard_code_conversion_x.h', 146 '../ui/base/keycodes/keyboard_code_conversion_x.h',
149 '../ui/base/keycodes/keyboard_codes.h', 147 '../ui/base/keycodes/keyboard_codes.h',
150 '../ui/base/keycodes/keyboard_codes_win.h', 148 '../ui/base/keycodes/keyboard_codes_win.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'configurations': { 451 'configurations': {
454 'Common_Base': { 452 'Common_Base': {
455 'msvs_target_platform': 'x64', 453 'msvs_target_platform': 'x64',
456 }, 454 },
457 }, 455 },
458 }, 456 },
459 ], 457 ],
460 }], 458 }],
461 ], 459 ],
462 } 460 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698