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

Side by Side Diff: base/base.gyp

Issue 864001: Move FileWatcher from src/base/ to src/chrome/browser/ and switch (Closed)
Patch Set: fix tests on mac Created 10 years, 9 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
« no previous file with comments | « no previous file | base/base.gypi » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'debug_util_unittest.cc', 63 'debug_util_unittest.cc',
64 'dir_reader_posix_unittest.cc', 64 'dir_reader_posix_unittest.cc',
65 'event_trace_consumer_win_unittest.cc', 65 'event_trace_consumer_win_unittest.cc',
66 'event_trace_controller_win_unittest.cc', 66 'event_trace_controller_win_unittest.cc',
67 'event_trace_provider_win_unittest.cc', 67 'event_trace_provider_win_unittest.cc',
68 'field_trial_unittest.cc', 68 'field_trial_unittest.cc',
69 'file_descriptor_shuffle_unittest.cc', 69 'file_descriptor_shuffle_unittest.cc',
70 'file_path_unittest.cc', 70 'file_path_unittest.cc',
71 'file_util_unittest.cc', 71 'file_util_unittest.cc',
72 'file_version_info_unittest.cc', 72 'file_version_info_unittest.cc',
73 'file_watcher_unittest.cc',
74 'gmock_unittest.cc', 73 'gmock_unittest.cc',
75 'histogram_unittest.cc', 74 'histogram_unittest.cc',
76 'hmac_unittest.cc', 75 'hmac_unittest.cc',
77 'id_map_unittest.cc', 76 'id_map_unittest.cc',
78 'i18n/file_util_icu_unittest.cc', 77 'i18n/file_util_icu_unittest.cc',
79 'i18n/icu_string_conversions_unittest.cc', 78 'i18n/icu_string_conversions_unittest.cc',
80 'i18n/word_iterator_unittest.cc', 79 'i18n/word_iterator_unittest.cc',
81 'json/json_reader_unittest.cc', 80 'json/json_reader_unittest.cc',
82 'json/json_writer_unittest.cc', 81 'json/json_writer_unittest.cc',
83 'json/string_escape_unittest.cc', 82 'json/string_escape_unittest.cc',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], 321 ],
323 }], 322 }],
324 ], 323 ],
325 } 324 }
326 325
327 # Local Variables: 326 # Local Variables:
328 # tab-width:2 327 # tab-width:2
329 # indent-tabs-mode:nil 328 # indent-tabs-mode:nil
330 # End: 329 # End:
331 # vim: set expandtab tabstop=2 shiftwidth=2: 330 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698