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

Side by Side Diff: base/base.gypi

Issue 8430004: Revert 107895 - Fully enable about:tracking by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « no previous file | base/location.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) 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'threading/worker_pool_posix.cc', 329 'threading/worker_pool_posix.cc',
330 'threading/worker_pool_posix.h', 330 'threading/worker_pool_posix.h',
331 'threading/worker_pool_win.cc', 331 'threading/worker_pool_win.cc',
332 'time.cc', 332 'time.cc',
333 'time.h', 333 'time.h',
334 'time_win.cc', 334 'time_win.cc',
335 'timer.cc', 335 'timer.cc',
336 'timer.h', 336 'timer.h',
337 'tracked_objects.cc', 337 'tracked_objects.cc',
338 'tracked_objects.h', 338 'tracked_objects.h',
339 'tracking_info.cc',
340 'tracking_info.h',
341 'tuple.h', 339 'tuple.h',
342 'utf_offset_string_conversions.cc', 340 'utf_offset_string_conversions.cc',
343 'utf_offset_string_conversions.h', 341 'utf_offset_string_conversions.h',
344 'utf_string_conversion_utils.cc', 342 'utf_string_conversion_utils.cc',
345 'utf_string_conversion_utils.h', 343 'utf_string_conversion_utils.h',
346 'utf_string_conversions.cc', 344 'utf_string_conversions.cc',
347 'utf_string_conversions.h', 345 'utf_string_conversions.h',
348 'values.cc', 346 'values.cc',
349 'values.h', 347 'values.h',
350 'value_conversions.cc', 348 'value_conversions.cc',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'third_party/xdg_mime/xdgmimemagic.c', 821 'third_party/xdg_mime/xdgmimemagic.c',
824 'third_party/xdg_mime/xdgmimemagic.h', 822 'third_party/xdg_mime/xdgmimemagic.h',
825 'third_party/xdg_mime/xdgmimeparent.c', 823 'third_party/xdg_mime/xdgmimeparent.c',
826 'third_party/xdg_mime/xdgmimeparent.h', 824 'third_party/xdg_mime/xdgmimeparent.h',
827 ], 825 ],
828 }, 826 },
829 ], 827 ],
830 }], 828 }],
831 ], 829 ],
832 } 830 }
OLDNEW
« no previous file with comments | « no previous file | base/location.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698