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

Side by Side Diff: base/base.gyp

Issue 11453012: Fix black background when locking with fullscreen window: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: And another one change for build on Win 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'test/mock_time_provider.h', 779 'test/mock_time_provider.h',
780 'test/multiprocess_test.cc', 780 'test/multiprocess_test.cc',
781 'test/multiprocess_test.h', 781 'test/multiprocess_test.h',
782 'test/multiprocess_test_android.cc', 782 'test/multiprocess_test_android.cc',
783 'test/perf_test_suite.cc', 783 'test/perf_test_suite.cc',
784 'test/perf_test_suite.h', 784 'test/perf_test_suite.h',
785 'test/scoped_locale.cc', 785 'test/scoped_locale.cc',
786 'test/scoped_locale.h', 786 'test/scoped_locale.h',
787 'test/scoped_path_override.cc', 787 'test/scoped_path_override.cc',
788 'test/scoped_path_override.h', 788 'test/scoped_path_override.h',
789 'test/scoped_time_controller.cc',
790 'test/scoped_time_controller.h',
789 'test/sequenced_task_runner_test_template.cc', 791 'test/sequenced_task_runner_test_template.cc',
790 'test/sequenced_task_runner_test_template.h', 792 'test/sequenced_task_runner_test_template.h',
791 'test/task_runner_test_template.cc', 793 'test/task_runner_test_template.cc',
792 'test/task_runner_test_template.h', 794 'test/task_runner_test_template.h',
793 'test/test_file_util.h', 795 'test/test_file_util.h',
794 'test/test_file_util_linux.cc', 796 'test/test_file_util_linux.cc',
795 'test/test_file_util_mac.cc', 797 'test/test_file_util_mac.cc',
796 'test/test_file_util_posix.cc', 798 'test/test_file_util_posix.cc',
797 'test/test_file_util_win.cc', 799 'test/test_file_util_win.cc',
798 'test/test_listener_ios.h', 800 'test/test_listener_ios.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 'base_unittests.isolate', 1103 'base_unittests.isolate',
1102 ], 1104 ],
1103 'sources': [ 1105 'sources': [
1104 'base_unittests.isolate', 1106 'base_unittests.isolate',
1105 ], 1107 ],
1106 }, 1108 },
1107 ], 1109 ],
1108 }], 1110 }],
1109 ], 1111 ],
1110 } 1112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698