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

Side by Side Diff: base/BUILD.gn

Issue 1986153005: The on screen keyboard on Windows 8+ should not obscure the input field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove include Created 4 years, 7 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 | « no previous file | base/base.gypi » ('j') | base/win/osk_display_manager.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 "win/i18n.cc", 953 "win/i18n.cc",
954 "win/i18n.h", 954 "win/i18n.h",
955 "win/iat_patch_function.cc", 955 "win/iat_patch_function.cc",
956 "win/iat_patch_function.h", 956 "win/iat_patch_function.h",
957 "win/iunknown_impl.cc", 957 "win/iunknown_impl.cc",
958 "win/iunknown_impl.h", 958 "win/iunknown_impl.h",
959 "win/message_window.cc", 959 "win/message_window.cc",
960 "win/message_window.h", 960 "win/message_window.h",
961 "win/object_watcher.cc", 961 "win/object_watcher.cc",
962 "win/object_watcher.h", 962 "win/object_watcher.h",
963 "win/osk_display_manager.cc",
964 "win/osk_display_manager.h",
963 "win/process_startup_helper.cc", 965 "win/process_startup_helper.cc",
964 "win/process_startup_helper.h", 966 "win/process_startup_helper.h",
965 "win/registry.cc", 967 "win/registry.cc",
966 "win/registry.h", 968 "win/registry.h",
967 "win/resource_util.cc", 969 "win/resource_util.cc",
968 "win/resource_util.h", 970 "win/resource_util.h",
969 "win/scoped_bstr.cc", 971 "win/scoped_bstr.cc",
970 "win/scoped_bstr.h", 972 "win/scoped_bstr.h",
971 "win/scoped_co_mem.h", 973 "win/scoped_co_mem.h",
972 "win/scoped_com_initializer.h", 974 "win/scoped_com_initializer.h",
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 2375
2374 # GYP: //base.gyp:base_java_unittest_support 2376 # GYP: //base.gyp:base_java_unittest_support
2375 android_library("base_java_unittest_support") { 2377 android_library("base_java_unittest_support") {
2376 deps = [ 2378 deps = [
2377 ":base_java", 2379 ":base_java",
2378 ] 2380 ]
2379 java_files = 2381 java_files =
2380 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2382 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2381 } 2383 }
2382 } 2384 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/osk_display_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698