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

Side by Side Diff: base/base.gyp

Issue 338012: About box auto-update improvements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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/worker_pool_mac.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'watchdog.h', 342 'watchdog.h',
343 'weak_ptr.h', 343 'weak_ptr.h',
344 'win_util.cc', 344 'win_util.cc',
345 'win_util.h', 345 'win_util.h',
346 'windows_message_list.h', 346 'windows_message_list.h',
347 'wmi_util.cc', 347 'wmi_util.cc',
348 'wmi_util.h', 348 'wmi_util.h',
349 'worker_pool.h', 349 'worker_pool.h',
350 'worker_pool_linux.cc', 350 'worker_pool_linux.cc',
351 'worker_pool_linux.h', 351 'worker_pool_linux.h',
352 'worker_pool_mac.h',
352 'worker_pool_mac.mm', 353 'worker_pool_mac.mm',
353 'worker_pool_win.cc', 354 'worker_pool_win.cc',
354 ], 355 ],
355 'include_dirs': [ 356 'include_dirs': [
356 '..', 357 '..',
357 ], 358 ],
358 'direct_dependent_settings': { 359 'direct_dependent_settings': {
359 'include_dirs': [ 360 'include_dirs': [
360 '..', 361 '..',
361 ], 362 ],
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 ], 834 ],
834 }], 835 }],
835 ], 836 ],
836 } 837 }
837 838
838 # Local Variables: 839 # Local Variables:
839 # tab-width:2 840 # tab-width:2
840 # indent-tabs-mode:nil 841 # indent-tabs-mode:nil
841 # End: 842 # End:
842 # vim: set expandtab tabstop=2 shiftwidth=2: 843 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/worker_pool_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698