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

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: remove unncessary includes 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') | 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) 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 '../ui/base/models/menu_model.cc', 139 '../ui/base/models/menu_model.cc',
140 '../ui/base/models/menu_model.h', 140 '../ui/base/models/menu_model.h',
141 '../ui/base/models/simple_menu_model.cc', 141 '../ui/base/models/simple_menu_model.cc',
142 '../ui/base/models/simple_menu_model.h', 142 '../ui/base/models/simple_menu_model.h',
143 '../ui/base/models/combobox_model.h', 143 '../ui/base/models/combobox_model.h',
144 '../ui/base/models/table_model.cc', 144 '../ui/base/models/table_model.cc',
145 '../ui/base/models/table_model.h', 145 '../ui/base/models/table_model.h',
146 '../ui/base/models/table_model_observer.h', 146 '../ui/base/models/table_model_observer.h',
147 'active_window_watcher_x.cc', 147 'active_window_watcher_x.cc',
148 'active_window_watcher_x.h', 148 'active_window_watcher_x.h',
149 'bidi_line_iterator.cc',
150 'data_pack.cc', 149 'data_pack.cc',
151 'data_pack.h', 150 'data_pack.h',
152 'drag_drop_types_gtk.cc', 151 'drag_drop_types_gtk.cc',
153 'drag_drop_types_win.cc', 152 'drag_drop_types_win.cc',
154 'drag_drop_types.h', 153 'drag_drop_types.h',
155 'event_synthesis_gtk.cc', 154 'event_synthesis_gtk.cc',
156 'event_synthesis_gtk.h', 155 'event_synthesis_gtk.h',
157 'gfx/font_util.h', 156 'gfx/font_util.h',
158 'gfx/font_util.cc', 157 'gfx/font_util.cc',
159 'gfx/gl/gl_bindings.h', 158 'gfx/gl/gl_bindings.h',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'configurations': { 450 'configurations': {
452 'Common_Base': { 451 'Common_Base': {
453 'msvs_target_platform': 'x64', 452 'msvs_target_platform': 'x64',
454 }, 453 },
455 }, 454 },
456 }, 455 },
457 ], 456 ],
458 }], 457 }],
459 ], 458 ],
460 } 459 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698