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

Side by Side Diff: app/app_base.gypi

Issue 6249007: Move BiDiLineIterator to base/i18n/ directory. (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 | base/base.gyp » ('j') | base/i18n/bidi_line_iterator.h » ('J')
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) 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': [
11 # This part is shared between the targets defined below. Only files and 11 # This part is shared between the targets defined below. Only files and
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '../ui/base/keycodes/keyboard_code_conversion_mac.h', 129 '../ui/base/keycodes/keyboard_code_conversion_mac.h',
130 '../ui/base/keycodes/keyboard_code_conversion_win.cc', 130 '../ui/base/keycodes/keyboard_code_conversion_win.cc',
131 '../ui/base/keycodes/keyboard_code_conversion_win.h', 131 '../ui/base/keycodes/keyboard_code_conversion_win.h',
132 '../ui/base/keycodes/keyboard_code_conversion_x.cc', 132 '../ui/base/keycodes/keyboard_code_conversion_x.cc',
133 '../ui/base/keycodes/keyboard_code_conversion_x.h', 133 '../ui/base/keycodes/keyboard_code_conversion_x.h',
134 '../ui/base/keycodes/keyboard_codes.h', 134 '../ui/base/keycodes/keyboard_codes.h',
135 '../ui/base/keycodes/keyboard_codes_win.h', 135 '../ui/base/keycodes/keyboard_codes_win.h',
136 '../ui/base/keycodes/keyboard_codes_posix.h', 136 '../ui/base/keycodes/keyboard_codes_posix.h',
137 'active_window_watcher_x.cc', 137 'active_window_watcher_x.cc',
138 'active_window_watcher_x.h', 138 'active_window_watcher_x.h',
139 'bidi_line_iterator.cc',
140 'combobox_model.h', 139 'combobox_model.h',
141 'data_pack.cc', 140 'data_pack.cc',
142 'data_pack.h', 141 'data_pack.h',
143 'drag_drop_types_gtk.cc', 142 'drag_drop_types_gtk.cc',
144 'drag_drop_types_win.cc', 143 'drag_drop_types_win.cc',
145 'drag_drop_types.h', 144 'drag_drop_types.h',
146 'event_synthesis_gtk.cc', 145 'event_synthesis_gtk.cc',
147 'event_synthesis_gtk.h', 146 'event_synthesis_gtk.h',
148 'gfx/font_util.h', 147 'gfx/font_util.h',
149 'gfx/font_util.cc', 148 'gfx/font_util.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'configurations': { 454 'configurations': {
456 'Common_Base': { 455 'Common_Base': {
457 'msvs_target_platform': 'x64', 456 'msvs_target_platform': 'x64',
458 }, 457 },
459 }, 458 },
460 }, 459 },
461 ], 460 ],
462 }], 461 }],
463 ], 462 ],
464 } 463 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/i18n/bidi_line_iterator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698