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

Side by Side Diff: base/BUILD.gn

Issue 1278403003: Initial implementation of FeatureList in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 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/OWNERS » ('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) 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "containers/small_map.h", 179 "containers/small_map.h",
180 "containers/stack_container.h", 180 "containers/stack_container.h",
181 "cpu.cc", 181 "cpu.cc",
182 "cpu.h", 182 "cpu.h",
183 "critical_closure.h", 183 "critical_closure.h",
184 "critical_closure_internal_ios.mm", 184 "critical_closure_internal_ios.mm",
185 "deferred_sequenced_task_runner.cc", 185 "deferred_sequenced_task_runner.cc",
186 "deferred_sequenced_task_runner.h", 186 "deferred_sequenced_task_runner.h",
187 "environment.cc", 187 "environment.cc",
188 "environment.h", 188 "environment.h",
189 "feature_list.cc",
190 "feature_list.h",
189 "file_descriptor_posix.h", 191 "file_descriptor_posix.h",
190 "file_version_info.h", 192 "file_version_info.h",
191 "file_version_info_mac.h", 193 "file_version_info_mac.h",
192 "file_version_info_mac.mm", 194 "file_version_info_mac.mm",
193 "file_version_info_win.cc", 195 "file_version_info_win.cc",
194 "file_version_info_win.h", 196 "file_version_info_win.h",
195 "files/dir_reader_fallback.h", 197 "files/dir_reader_fallback.h",
196 "files/dir_reader_linux.h", 198 "files/dir_reader_linux.h",
197 "files/dir_reader_posix.h", 199 "files/dir_reader_posix.h",
198 "files/file.cc", 200 "files/file.cc",
(...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 1693
1692 # GYP: //base.gyp:base_java_unittest_support 1694 # GYP: //base.gyp:base_java_unittest_support
1693 android_library("base_java_unittest_support") { 1695 android_library("base_java_unittest_support") {
1694 deps = [ 1696 deps = [
1695 ":base_java", 1697 ":base_java",
1696 ] 1698 ]
1697 java_files = 1699 java_files =
1698 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1700 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1699 } 1701 }
1700 } 1702 }
OLDNEW
« no previous file with comments | « no previous file | base/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698