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

Side by Side Diff: base/base.gyp

Issue 372017: Fix various problems with inline autocomplete and URLs that change length dur... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « app/gfx/text_elider.cc ('k') | base/i18n/icu_string_conversions.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) 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'task_unittest.cc', 626 'task_unittest.cc',
627 'thread_collision_warner_unittest.cc', 627 'thread_collision_warner_unittest.cc',
628 'thread_local_storage_unittest.cc', 628 'thread_local_storage_unittest.cc',
629 'thread_local_unittest.cc', 629 'thread_local_unittest.cc',
630 'thread_unittest.cc', 630 'thread_unittest.cc',
631 'time_unittest.cc', 631 'time_unittest.cc',
632 'time_win_unittest.cc', 632 'time_win_unittest.cc',
633 'timer_unittest.cc', 633 'timer_unittest.cc',
634 'tracked_objects_unittest.cc', 634 'tracked_objects_unittest.cc',
635 'tuple_unittest.cc', 635 'tuple_unittest.cc',
636 'utf_string_conversions_unittest.cc',
636 'values_unittest.cc', 637 'values_unittest.cc',
637 'version_unittest.cc', 638 'version_unittest.cc',
638 'waitable_event_unittest.cc', 639 'waitable_event_unittest.cc',
639 'waitable_event_watcher_unittest.cc', 640 'waitable_event_watcher_unittest.cc',
640 'watchdog_unittest.cc', 641 'watchdog_unittest.cc',
641 'weak_ptr_unittest.cc', 642 'weak_ptr_unittest.cc',
642 'win_util_unittest.cc', 643 'win_util_unittest.cc',
643 'wmi_util_unittest.cc', 644 'wmi_util_unittest.cc',
644 'worker_pool_unittest.cc', 645 'worker_pool_unittest.cc',
645 ], 646 ],
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 ], 839 ],
839 }], 840 }],
840 ], 841 ],
841 } 842 }
842 843
843 # Local Variables: 844 # Local Variables:
844 # tab-width:2 845 # tab-width:2
845 # indent-tabs-mode:nil 846 # indent-tabs-mode:nil
846 # End: 847 # End:
847 # vim: set expandtab tabstop=2 shiftwidth=2: 848 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/gfx/text_elider.cc ('k') | base/i18n/icu_string_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698