Chromium Code Reviews

Side by Side Diff: base/base.gypi

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.
Jump to:
View unified diff | | Annotate | Revision Log
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 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 70 matching lines...)
81 'file_util_posix.cc', 81 'file_util_posix.cc',
82 'file_util_win.cc', 82 'file_util_win.cc',
83 'file_version_info.h', 83 'file_version_info.h',
84 'file_version_info_mac.h', 84 'file_version_info_mac.h',
85 'file_version_info_mac.mm', 85 'file_version_info_mac.mm',
86 'file_version_info_win.cc', 86 'file_version_info_win.cc',
87 'file_version_info_win.h', 87 'file_version_info_win.h',
88 'fix_wp64.h', 88 'fix_wp64.h',
89 'float_util.h', 89 'float_util.h',
90 'foundation_utils_mac.h', 90 'foundation_utils_mac.h',
91 'gap_buffer.h',
91 'global_descriptors_posix.cc', 92 'global_descriptors_posix.cc',
92 'global_descriptors_posix.h', 93 'global_descriptors_posix.h',
93 'gtest_prod_util.h', 94 'gtest_prod_util.h',
94 'gtk_util.cc', 95 'gtk_util.cc',
95 'gtk_util.h', 96 'gtk_util.h',
96 'hash_tables.h', 97 'hash_tables.h',
97 'histogram.cc', 98 'histogram.cc',
98 'histogram.h', 99 'histogram.h',
99 'iat_patch.cc', 100 'iat_patch.cc',
100 'iat_patch.h', 101 'iat_patch.h',
(...skipping 651 matching lines...)
752 'third_party/xdg_mime/xdgmimemagic.c', 753 'third_party/xdg_mime/xdgmimemagic.c',
753 'third_party/xdg_mime/xdgmimemagic.h', 754 'third_party/xdg_mime/xdgmimemagic.h',
754 'third_party/xdg_mime/xdgmimeparent.c', 755 'third_party/xdg_mime/xdgmimeparent.c',
755 'third_party/xdg_mime/xdgmimeparent.h', 756 'third_party/xdg_mime/xdgmimeparent.h',
756 ], 757 ],
757 }, 758 },
758 ], 759 ],
759 }], 760 }],
760 ], 761 ],
761 } 762 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/gap_buffer.h » ('j') | base/gap_buffer.h » ('J')

Powered by Google App Engine