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

Side by Side Diff: base/base.gypi

Issue 12952005: Delay bookmarks load while the profile is loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 7 years, 8 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 | « base/base.gyp ('k') | base/deferred_sequenced_task_runner.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'debug/stack_trace.h', 130 'debug/stack_trace.h',
131 'debug/stack_trace_android.cc', 131 'debug/stack_trace_android.cc',
132 'debug/stack_trace_ios.mm', 132 'debug/stack_trace_ios.mm',
133 'debug/stack_trace_posix.cc', 133 'debug/stack_trace_posix.cc',
134 'debug/stack_trace_win.cc', 134 'debug/stack_trace_win.cc',
135 'debug/trace_event.h', 135 'debug/trace_event.h',
136 'debug/trace_event_android.cc', 136 'debug/trace_event_android.cc',
137 'debug/trace_event_impl.cc', 137 'debug/trace_event_impl.cc',
138 'debug/trace_event_impl.h', 138 'debug/trace_event_impl.h',
139 'debug/trace_event_win.cc', 139 'debug/trace_event_win.cc',
140 'deferred_sequenced_task_runner.cc',
141 'deferred_sequenced_task_runner.h',
140 'environment.cc', 142 'environment.cc',
141 'environment.h', 143 'environment.h',
142 'file_descriptor_posix.h', 144 'file_descriptor_posix.h',
143 'file_util.cc', 145 'file_util.cc',
144 'file_util.h', 146 'file_util.h',
145 'file_util_android.cc', 147 'file_util_android.cc',
146 'file_util_linux.cc', 148 'file_util_linux.cc',
147 'file_util_mac.mm', 149 'file_util_mac.mm',
148 'file_util_posix.cc', 150 'file_util_posix.cc',
149 'file_util_win.cc', 151 'file_util_win.cc',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 776 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
775 'sources/': [ 777 'sources/': [
776 ['exclude', '^third_party/nspr/'], 778 ['exclude', '^third_party/nspr/'],
777 ], 779 ],
778 }], 780 }],
779 ], 781 ],
780 }], 782 }],
781 ], 783 ],
782 }, 784 },
783 } 785 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/deferred_sequenced_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698