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

Side by Side Diff: base/base.gypi

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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'values.cc', 316 'values.cc',
317 'values.h', 317 'values.h',
318 'value_conversions.cc', 318 'value_conversions.cc',
319 'value_conversions.h', 319 'value_conversions.h',
320 'version.cc', 320 'version.cc',
321 'version.h', 321 'version.h',
322 'vlog.cc', 322 'vlog.cc',
323 'vlog.h', 323 'vlog.h',
324 'nix/xdg_util.cc', 324 'nix/xdg_util.cc',
325 'nix/xdg_util.h', 325 'nix/xdg_util.h',
326 'wide_string_piece.h',
326 'win/event_trace_consumer.h', 327 'win/event_trace_consumer.h',
327 'win/event_trace_controller.cc', 328 'win/event_trace_controller.cc',
328 'win/event_trace_controller.h', 329 'win/event_trace_controller.h',
329 'win/event_trace_provider.cc', 330 'win/event_trace_provider.cc',
330 'win/event_trace_provider.h', 331 'win/event_trace_provider.h',
331 'win/i18n.cc', 332 'win/i18n.cc',
332 'win/i18n.h', 333 'win/i18n.h',
333 'win/iat_patch_function.cc', 334 'win/iat_patch_function.cc',
334 'win/iat_patch_function.h', 335 'win/iat_patch_function.h',
335 'win/object_watcher.cc', 336 'win/object_watcher.cc',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'third_party/xdg_mime/xdgmimemagic.c', 707 'third_party/xdg_mime/xdgmimemagic.c',
707 'third_party/xdg_mime/xdgmimemagic.h', 708 'third_party/xdg_mime/xdgmimemagic.h',
708 'third_party/xdg_mime/xdgmimeparent.c', 709 'third_party/xdg_mime/xdgmimeparent.c',
709 'third_party/xdg_mime/xdgmimeparent.h', 710 'third_party/xdg_mime/xdgmimeparent.h',
710 ], 711 ],
711 }, 712 },
712 ], 713 ],
713 }], 714 }],
714 ], 715 ],
715 } 716 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/i18n/case_conversion.h » ('j') | base/memory/mru_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698