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

Side by Side Diff: base/base.gyp

Issue 164428: Move IDMap from base/ to common/ (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 | chrome/browser/chrome_plugin_browsing_context.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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'histogram.cc', 140 'histogram.cc',
141 'histogram.h', 141 'histogram.h',
142 'hmac.h', 142 'hmac.h',
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 'id_map.h',
151 'idle_timer.cc', 150 'idle_timer.cc',
152 'idle_timer.h', 151 'idle_timer.h',
153 'idle_timer_none.cc', 152 'idle_timer_none.cc',
154 'image_util.cc', 153 'image_util.cc',
155 'image_util.h', 154 'image_util.h',
156 'json_reader.cc', 155 'json_reader.cc',
157 'json_reader.h', 156 'json_reader.h',
158 'json_writer.cc', 157 'json_writer.cc',
159 'json_writer.h', 158 'json_writer.h',
160 'keyboard_codes.h', 159 'keyboard_codes.h',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 '<@(_outputs)', 835 '<@(_outputs)',
837 ], 836 ],
838 'message': 'Generating version information', 837 'message': 'Generating version information',
839 }, 838 },
840 ], 839 ],
841 }, 840 },
842 ], 841 ],
843 }], 842 }],
844 ], 843 ],
845 } 844 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_plugin_browsing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698