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

Side by Side Diff: base/base.gyp

Issue 661359: Add a FileWatcher to base/. (Closed)
Patch Set: 2s 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'bits_unittest.cc', 54 'bits_unittest.cc',
55 'callback_unittest.cc', 55 'callback_unittest.cc',
56 'cancellation_flag_unittest.cc', 56 'cancellation_flag_unittest.cc',
57 'command_line_unittest.cc', 57 'command_line_unittest.cc',
58 'condition_variable_unittest.cc', 58 'condition_variable_unittest.cc',
59 'crypto/rsa_private_key_unittest.cc', 59 'crypto/rsa_private_key_unittest.cc',
60 'crypto/signature_creator_unittest.cc', 60 'crypto/signature_creator_unittest.cc',
61 'crypto/signature_verifier_unittest.cc', 61 'crypto/signature_verifier_unittest.cc',
62 'data_pack_unittest.cc', 62 'data_pack_unittest.cc',
63 'debug_util_unittest.cc', 63 'debug_util_unittest.cc',
64 'file_watcher_unittest.cc',
64 'event_trace_consumer_win_unittest.cc', 65 'event_trace_consumer_win_unittest.cc',
65 'event_trace_controller_win_unittest.cc', 66 'event_trace_controller_win_unittest.cc',
66 'event_trace_provider_win_unittest.cc', 67 'event_trace_provider_win_unittest.cc',
67 'field_trial_unittest.cc', 68 'field_trial_unittest.cc',
68 'file_descriptor_shuffle_unittest.cc', 69 'file_descriptor_shuffle_unittest.cc',
69 'file_path_unittest.cc', 70 'file_path_unittest.cc',
70 'file_util_unittest.cc', 71 'file_util_unittest.cc',
71 'file_version_info_unittest.cc', 72 'file_version_info_unittest.cc',
72 'gfx/rect_unittest.cc', 73 'gfx/rect_unittest.cc',
73 'gmock_unittest.cc', 74 'gmock_unittest.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 ], 320 ],
320 }], 321 }],
321 ], 322 ],
322 } 323 }
323 324
324 # Local Variables: 325 # Local Variables:
325 # tab-width:2 326 # tab-width:2
326 # indent-tabs-mode:nil 327 # indent-tabs-mode:nil
327 # End: 328 # End:
328 # vim: set expandtab tabstop=2 shiftwidth=2: 329 # 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