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

Side by Side Diff: base/base.gyp

Issue 173026: Move IDMap back to base/ where it is needed. (Closed)
Patch Set: Created 11 years, 4 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/id_map.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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'hmac_mac.cc', 143 'hmac_mac.cc',
144 'hmac_nss.cc', 144 'hmac_nss.cc',
145 'hmac_win.cc', 145 'hmac_win.cc',
146 'iat_patch.cc', 146 'iat_patch.cc',
147 'iat_patch.h', 147 'iat_patch.h',
148 'icu_util.cc', 148 'icu_util.cc',
149 'icu_util.h', 149 'icu_util.h',
150 'idle_timer.cc', 150 'idle_timer.cc',
151 'idle_timer.h', 151 'idle_timer.h',
152 'idle_timer_none.cc', 152 'idle_timer_none.cc',
153 'id_map.h',
153 'image_util.cc', 154 'image_util.cc',
154 'image_util.h', 155 'image_util.h',
155 'json_reader.cc', 156 'json_reader.cc',
156 'json_reader.h', 157 'json_reader.h',
157 'json_writer.cc', 158 'json_writer.cc',
158 'json_writer.h', 159 'json_writer.h',
159 'keyboard_codes.h', 160 'keyboard_codes.h',
160 'keyboard_codes_win.h', 161 'keyboard_codes_win.h',
161 'lazy_instance.cc', 162 'lazy_instance.cc',
162 'lazy_instance.h', 163 'lazy_instance.h',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'file_util_unittest.cc', 573 'file_util_unittest.cc',
573 'file_version_info_unittest.cc', 574 'file_version_info_unittest.cc',
574 'gfx/jpeg_codec_unittest.cc', 575 'gfx/jpeg_codec_unittest.cc',
575 'gfx/native_theme_unittest.cc', 576 'gfx/native_theme_unittest.cc',
576 'gfx/png_codec_unittest.cc', 577 'gfx/png_codec_unittest.cc',
577 'gfx/rect_unittest.cc', 578 'gfx/rect_unittest.cc',
578 'gmock_unittest.cc', 579 'gmock_unittest.cc',
579 'histogram_unittest.cc', 580 'histogram_unittest.cc',
580 'hmac_unittest.cc', 581 'hmac_unittest.cc',
581 'idletimer_unittest.cc', 582 'idletimer_unittest.cc',
583 'id_map_unittest.cc',
582 'json_reader_unittest.cc', 584 'json_reader_unittest.cc',
583 'json_writer_unittest.cc', 585 'json_writer_unittest.cc',
584 'lazy_instance_unittest.cc', 586 'lazy_instance_unittest.cc',
585 'leak_tracker_unittest.cc', 587 'leak_tracker_unittest.cc',
586 'linked_list_unittest.cc', 588 'linked_list_unittest.cc',
587 'linked_ptr_unittest.cc', 589 'linked_ptr_unittest.cc',
588 'mac_util_unittest.cc', 590 'mac_util_unittest.cc',
589 'message_loop_unittest.cc', 591 'message_loop_unittest.cc',
590 'message_pump_glib_unittest.cc', 592 'message_pump_glib_unittest.cc',
591 'object_watcher_unittest.cc', 593 'object_watcher_unittest.cc',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '<@(_outputs)', 837 '<@(_outputs)',
836 ], 838 ],
837 'message': 'Generating version information', 839 'message': 'Generating version information',
838 }, 840 },
839 ], 841 ],
840 }, 842 },
841 ], 843 ],
842 }], 844 }],
843 ], 845 ],
844 } 846 }
OLDNEW
« no previous file with comments | « no previous file | base/id_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698