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

Side by Side Diff: base/base.gypi

Issue 5742008: Clean up threading model of external extension providers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 9 years, 11 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/values_util.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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'tracked_objects.h', 280 'tracked_objects.h',
281 'tuple.h', 281 'tuple.h',
282 'utf_offset_string_conversions.cc', 282 'utf_offset_string_conversions.cc',
283 'utf_offset_string_conversions.h', 283 'utf_offset_string_conversions.h',
284 'utf_string_conversion_utils.cc', 284 'utf_string_conversion_utils.cc',
285 'utf_string_conversion_utils.h', 285 'utf_string_conversion_utils.h',
286 'utf_string_conversions.cc', 286 'utf_string_conversions.cc',
287 'utf_string_conversions.h', 287 'utf_string_conversions.h',
288 'values.cc', 288 'values.cc',
289 'values.h', 289 'values.h',
290 'values_util.cc',
291 'values_util.h',
292 'version.cc', 290 'version.cc',
293 'version.h', 291 'version.h',
294 'vlog.cc', 292 'vlog.cc',
295 'vlog.h', 293 'vlog.h',
296 'weak_ptr.cc', 294 'weak_ptr.cc',
297 'weak_ptr.h', 295 'weak_ptr.h',
298 'win/i18n.cc', 296 'win/i18n.cc',
299 'win/i18n.h', 297 'win/i18n.h',
300 'win/object_watcher.cc', 298 'win/object_watcher.cc',
301 'win/object_watcher.h', 299 'win/object_watcher.h',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'third_party/xdg_mime/xdgmimemagic.c', 727 'third_party/xdg_mime/xdgmimemagic.c',
730 'third_party/xdg_mime/xdgmimemagic.h', 728 'third_party/xdg_mime/xdgmimemagic.h',
731 'third_party/xdg_mime/xdgmimeparent.c', 729 'third_party/xdg_mime/xdgmimeparent.c',
732 'third_party/xdg_mime/xdgmimeparent.h', 730 'third_party/xdg_mime/xdgmimeparent.h',
733 ], 731 ],
734 }, 732 },
735 ], 733 ],
736 }], 734 }],
737 ], 735 ],
738 } 736 }
OLDNEW
« no previous file with comments | « no previous file | base/values_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698