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

Side by Side Diff: base/base.gyp

Issue 6793020: Move FilePathWatcher to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move OWNERS file and rebase to pick up latest changes Created 9 years, 8 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/files/OWNERS » ('J')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'crypto/symmetric_key_unittest.cc', 121 'crypto/symmetric_key_unittest.cc',
122 'debug/leak_tracker_unittest.cc', 122 'debug/leak_tracker_unittest.cc',
123 'debug/stack_trace_unittest.cc', 123 'debug/stack_trace_unittest.cc',
124 'debug/trace_event_win_unittest.cc', 124 'debug/trace_event_win_unittest.cc',
125 'dir_reader_posix_unittest.cc', 125 'dir_reader_posix_unittest.cc',
126 'environment_unittest.cc', 126 'environment_unittest.cc',
127 'file_descriptor_shuffle_unittest.cc', 127 'file_descriptor_shuffle_unittest.cc',
128 'file_path_unittest.cc', 128 'file_path_unittest.cc',
129 'file_util_unittest.cc', 129 'file_util_unittest.cc',
130 'file_version_info_unittest.cc', 130 'file_version_info_unittest.cc',
131 'files/file_path_watcher_unittest.cc',
131 'gmock_unittest.cc', 132 'gmock_unittest.cc',
132 'hmac_unittest.cc', 133 'hmac_unittest.cc',
133 'id_map_unittest.cc', 134 'id_map_unittest.cc',
134 'i18n/break_iterator_unittest.cc', 135 'i18n/break_iterator_unittest.cc',
135 'i18n/char_iterator_unittest.cc', 136 'i18n/char_iterator_unittest.cc',
136 'i18n/file_util_icu_unittest.cc', 137 'i18n/file_util_icu_unittest.cc',
137 'i18n/icu_string_conversions_unittest.cc', 138 'i18n/icu_string_conversions_unittest.cc',
138 'i18n/rtl_unittest.cc', 139 'i18n/rtl_unittest.cc',
139 'json/json_reader_unittest.cc', 140 'json/json_reader_unittest.cc',
140 'json/json_writer_unittest.cc', 141 'json/json_writer_unittest.cc',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 ], 374 ],
374 }], 375 }],
375 ], 376 ],
376 } 377 }
377 378
378 # Local Variables: 379 # Local Variables:
379 # tab-width:2 380 # tab-width:2
380 # indent-tabs-mode:nil 381 # indent-tabs-mode:nil
381 # End: 382 # End:
382 # vim: set expandtab tabstop=2 shiftwidth=2: 383 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/files/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698