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

Side by Side Diff: base/base.gyp

Issue 7549003: Optimize phishing page term feature extraction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile errors. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/mru_cache.h » ('J')
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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'time_win_unittest.cc', 206 'time_win_unittest.cc',
207 'timer_unittest.cc', 207 'timer_unittest.cc',
208 'tools_sanity_unittest.cc', 208 'tools_sanity_unittest.cc',
209 'tracked_objects_unittest.cc', 209 'tracked_objects_unittest.cc',
210 'tuple_unittest.cc', 210 'tuple_unittest.cc',
211 'utf_offset_string_conversions_unittest.cc', 211 'utf_offset_string_conversions_unittest.cc',
212 'utf_string_conversions_unittest.cc', 212 'utf_string_conversions_unittest.cc',
213 'values_unittest.cc', 213 'values_unittest.cc',
214 'version_unittest.cc', 214 'version_unittest.cc',
215 'vlog_unittest.cc', 215 'vlog_unittest.cc',
216 'wide_string_piece_unittest.cc',
216 'win/event_trace_consumer_unittest.cc', 217 'win/event_trace_consumer_unittest.cc',
217 'win/event_trace_controller_unittest.cc', 218 'win/event_trace_controller_unittest.cc',
218 'win/event_trace_provider_unittest.cc', 219 'win/event_trace_provider_unittest.cc',
219 'win/i18n_unittest.cc', 220 'win/i18n_unittest.cc',
220 'win/object_watcher_unittest.cc', 221 'win/object_watcher_unittest.cc',
221 'win/pe_image_unittest.cc', 222 'win/pe_image_unittest.cc',
222 'win/registry_unittest.cc', 223 'win/registry_unittest.cc',
223 'win/scoped_bstr_unittest.cc', 224 'win/scoped_bstr_unittest.cc',
224 'win/scoped_comptr_unittest.cc', 225 'win/scoped_comptr_unittest.cc',
225 'win/scoped_variant_unittest.cc', 226 'win/scoped_variant_unittest.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'msvs_settings': { 390 'msvs_settings': {
390 'VCLinkerTool': { 391 'VCLinkerTool': {
391 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 392 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
392 }, 393 },
393 }, 394 },
394 }, 395 },
395 ], 396 ],
396 }], 397 }],
397 ], 398 ],
398 } 399 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/mru_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698