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

Side by Side Diff: base/BUILD.gn

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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') | chrome/installer/setup/install.cc » ('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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 "win/event_trace_provider.cc", 897 "win/event_trace_provider.cc",
898 "win/event_trace_provider.h", 898 "win/event_trace_provider.h",
899 "win/i18n.cc", 899 "win/i18n.cc",
900 "win/i18n.h", 900 "win/i18n.h",
901 "win/iat_patch_function.cc", 901 "win/iat_patch_function.cc",
902 "win/iat_patch_function.h", 902 "win/iat_patch_function.h",
903 "win/iunknown_impl.cc", 903 "win/iunknown_impl.cc",
904 "win/iunknown_impl.h", 904 "win/iunknown_impl.h",
905 "win/message_window.cc", 905 "win/message_window.cc",
906 "win/message_window.h", 906 "win/message_window.h",
907 "win/metro.cc",
908 "win/metro.h",
909 "win/object_watcher.cc", 907 "win/object_watcher.cc",
910 "win/object_watcher.h", 908 "win/object_watcher.h",
911 "win/process_startup_helper.cc", 909 "win/process_startup_helper.cc",
912 "win/process_startup_helper.h", 910 "win/process_startup_helper.h",
913 "win/registry.cc", 911 "win/registry.cc",
914 "win/registry.h", 912 "win/registry.h",
915 "win/resource_util.cc", 913 "win/resource_util.cc",
916 "win/resource_util.h", 914 "win/resource_util.h",
917 "win/scoped_bstr.cc", 915 "win/scoped_bstr.cc",
918 "win/scoped_bstr.h", 916 "win/scoped_bstr.h",
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 2140
2143 # GYP: //base.gyp:base_java_unittest_support 2141 # GYP: //base.gyp:base_java_unittest_support
2144 android_library("base_java_unittest_support") { 2142 android_library("base_java_unittest_support") {
2145 deps = [ 2143 deps = [
2146 ":base_java", 2144 ":base_java",
2147 ] 2145 ]
2148 java_files = 2146 java_files =
2149 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2147 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2150 } 2148 }
2151 } 2149 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | chrome/installer/setup/install.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698