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

Side by Side Diff: base/base.gyp

Issue 7232023: Added last_modified field to TemplateURL and database. Updated unit tests, including refactoring ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/test/mock_time_provider.h » ('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) 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'sources!': [ 316 'sources!': [
317 'test/scoped_locale.cc', 317 'test/scoped_locale.cc',
318 'test/scoped_locale.h', 318 'test/scoped_locale.h',
319 ], 319 ],
320 }], 320 }],
321 ], 321 ],
322 'sources': [ 322 'sources': [
323 'perftimer.cc', 323 'perftimer.cc',
324 'test/mock_chrome_application_mac.h', 324 'test/mock_chrome_application_mac.h',
325 'test/mock_chrome_application_mac.mm', 325 'test/mock_chrome_application_mac.mm',
326 'test/mock_time_provider.cc',
327 'test/mock_time_provider.h',
326 'test/multiprocess_test.cc', 328 'test/multiprocess_test.cc',
327 'test/multiprocess_test.h', 329 'test/multiprocess_test.h',
328 'test/perf_test_suite.cc', 330 'test/perf_test_suite.cc',
329 'test/perf_test_suite.h', 331 'test/perf_test_suite.h',
330 'test/scoped_locale.cc', 332 'test/scoped_locale.cc',
331 'test/scoped_locale.h', 333 'test/scoped_locale.h',
332 'test/test_file_util.h', 334 'test/test_file_util.h',
333 'test/test_file_util_linux.cc', 335 'test/test_file_util_linux.cc',
334 'test/test_file_util_mac.cc', 336 'test/test_file_util_mac.cc',
335 'test/test_file_util_posix.cc', 337 'test/test_file_util_posix.cc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 ], 391 ],
390 }], 392 }],
391 ], 393 ],
392 } 394 }
393 395
394 # Local Variables: 396 # Local Variables:
395 # tab-width:2 397 # tab-width:2
396 # indent-tabs-mode:nil 398 # indent-tabs-mode:nil
397 # End: 399 # End:
398 # vim: set expandtab tabstop=2 shiftwidth=2: 400 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/test/mock_time_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698