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

Side by Side Diff: base/base.gyp

Issue 3142008: Model, View and Controller for a Gap Buffer based one line text field in view... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 3 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.gypi » ('j') | base/gap_buffer.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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'dir_reader_posix_unittest.cc', 77 'dir_reader_posix_unittest.cc',
78 'environment_unittest.cc', 78 'environment_unittest.cc',
79 'event_trace_consumer_win_unittest.cc', 79 'event_trace_consumer_win_unittest.cc',
80 'event_trace_controller_win_unittest.cc', 80 'event_trace_controller_win_unittest.cc',
81 'event_trace_provider_win_unittest.cc', 81 'event_trace_provider_win_unittest.cc',
82 'field_trial_unittest.cc', 82 'field_trial_unittest.cc',
83 'file_descriptor_shuffle_unittest.cc', 83 'file_descriptor_shuffle_unittest.cc',
84 'file_path_unittest.cc', 84 'file_path_unittest.cc',
85 'file_util_unittest.cc', 85 'file_util_unittest.cc',
86 'file_version_info_unittest.cc', 86 'file_version_info_unittest.cc',
87 'gap_buffer_unittest.cc',
87 'gmock_unittest.cc', 88 'gmock_unittest.cc',
88 'histogram_unittest.cc', 89 'histogram_unittest.cc',
89 'hmac_unittest.cc', 90 'hmac_unittest.cc',
90 'id_map_unittest.cc', 91 'id_map_unittest.cc',
91 'i18n/file_util_icu_unittest.cc', 92 'i18n/file_util_icu_unittest.cc',
92 'i18n/icu_string_conversions_unittest.cc', 93 'i18n/icu_string_conversions_unittest.cc',
93 'i18n/rtl_unittest.cc', 94 'i18n/rtl_unittest.cc',
94 'i18n/word_iterator_unittest.cc', 95 'i18n/word_iterator_unittest.cc',
95 'json/json_reader_unittest.cc', 96 'json/json_reader_unittest.cc',
96 'json/json_writer_unittest.cc', 97 'json/json_writer_unittest.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 ], 302 ],
302 }], 303 }],
303 ], 304 ],
304 } 305 }
305 306
306 # Local Variables: 307 # Local Variables:
307 # tab-width:2 308 # tab-width:2
308 # indent-tabs-mode:nil 309 # indent-tabs-mode:nil
309 # End: 310 # End:
310 # vim: set expandtab tabstop=2 shiftwidth=2: 311 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/gap_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698