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

Side by Side Diff: base/base.gypi

Issue 11453012: Fix black background when locking with fullscreen window: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Mock TimeTicks::Now() Created 8 years 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
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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'sys_info_posix.cc', 422 'sys_info_posix.cc',
423 'sys_info_win.cc', 423 'sys_info_win.cc',
424 'sys_string_conversions.h', 424 'sys_string_conversions.h',
425 'sys_string_conversions_mac.mm', 425 'sys_string_conversions_mac.mm',
426 'sys_string_conversions_posix.cc', 426 'sys_string_conversions_posix.cc',
427 'sys_string_conversions_win.cc', 427 'sys_string_conversions_win.cc',
428 'task_runner.cc', 428 'task_runner.cc',
429 'task_runner.h', 429 'task_runner.h',
430 'task_runner_util.h', 430 'task_runner_util.h',
431 'template_util.h', 431 'template_util.h',
432 'test/scoped_time_controller.cc',
433 'test/scoped_time_controller.h',
432 'thread_task_runner_handle.cc', 434 'thread_task_runner_handle.cc',
433 'thread_task_runner_handle.h', 435 'thread_task_runner_handle.h',
434 'threading/non_thread_safe.h', 436 'threading/non_thread_safe.h',
435 'threading/non_thread_safe_impl.cc', 437 'threading/non_thread_safe_impl.cc',
436 'threading/non_thread_safe_impl.h', 438 'threading/non_thread_safe_impl.h',
437 'threading/platform_thread.h', 439 'threading/platform_thread.h',
438 'threading/platform_thread_mac.mm', 440 'threading/platform_thread_mac.mm',
439 'threading/platform_thread_posix.cc', 441 'threading/platform_thread_posix.cc',
440 'threading/platform_thread_win.cc', 442 'threading/platform_thread_win.cc',
441 'threading/post_task_and_reply_impl.cc', 443 'threading/post_task_and_reply_impl.cc',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 # Remove all unnecessary files for build_nexe.py to avoid exceeding 724 # Remove all unnecessary files for build_nexe.py to avoid exceeding
723 # command-line-string limitation when building NaCl on Windows. 725 # command-line-string limitation when building NaCl on Windows.
724 ['OS == "win" and >(nacl_untrusted_build)==1', { 726 ['OS == "win" and >(nacl_untrusted_build)==1', {
725 'sources/': [ ['exclude', '\\.h$'] ], 727 'sources/': [ ['exclude', '\\.h$'] ],
726 }], 728 }],
727 ], 729 ],
728 }], 730 }],
729 ], 731 ],
730 }, 732 },
731 } 733 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698