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

Side by Side Diff: base/BUILD.gn

Issue 2406203002: Use BCP47 compliant format for locale representation (Closed)
Patch Set: BCP 47, change in description Created 4 years, 1 month 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) 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 2383 matching lines...) Expand 10 before | Expand all | Expand 10 after
2394 "test/android/javatests/src/org/chromium/base/test/util/parameter/Paramete rizedTest.java", 2394 "test/android/javatests/src/org/chromium/base/test/util/parameter/Paramete rizedTest.java",
2395 "test/android/javatests/src/org/chromium/base/test/util/parameter/paramete rs/MethodParameter.java", 2395 "test/android/javatests/src/org/chromium/base/test/util/parameter/paramete rs/MethodParameter.java",
2396 ] 2396 ]
2397 } 2397 }
2398 2398
2399 junit_binary("base_junit_tests") { 2399 junit_binary("base_junit_tests") {
2400 java_files = [ 2400 java_files = [
2401 "android/junit/src/org/chromium/base/BaseChromiumApplicationTest.java", 2401 "android/junit/src/org/chromium/base/BaseChromiumApplicationTest.java",
2402 "android/junit/src/org/chromium/base/LogTest.java", 2402 "android/junit/src/org/chromium/base/LogTest.java",
2403 "android/junit/src/org/chromium/base/PromiseTest.java", 2403 "android/junit/src/org/chromium/base/PromiseTest.java",
2404 "android/junit/src/org/chromium/base/LocaleUtilsTest.java",
2404 "test/android/junit/src/org/chromium/base/test/util/DisableIfTest.java", 2405 "test/android/junit/src/org/chromium/base/test/util/DisableIfTest.java",
2405 "test/android/junit/src/org/chromium/base/test/util/MinAndroidSdkLevelSkip CheckTest.java", 2406 "test/android/junit/src/org/chromium/base/test/util/MinAndroidSdkLevelSkip CheckTest.java",
2406 "test/android/junit/src/org/chromium/base/test/util/RestrictionSkipCheckTe st.java", 2407 "test/android/junit/src/org/chromium/base/test/util/RestrictionSkipCheckTe st.java",
2407 "test/android/junit/src/org/chromium/base/test/util/SkipCheckTest.java", 2408 "test/android/junit/src/org/chromium/base/test/util/SkipCheckTest.java",
2408 ] 2409 ]
2409 deps = [ 2410 deps = [
2410 ":base_java", 2411 ":base_java",
2411 ":base_java_test_support", 2412 ":base_java_test_support",
2412 ] 2413 ]
2413 srcjar_deps = [ ":base_build_config_gen" ] 2414 srcjar_deps = [ ":base_build_config_gen" ]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2445 testonly = true 2446 testonly = true
2446 deps = [ 2447 deps = [
2447 ":base_java", 2448 ":base_java",
2448 ] 2449 ]
2449 java_files = [ 2450 java_files = [
2450 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2451 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2451 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2452 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2452 ] 2453 ]
2453 } 2454 }
2454 } 2455 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | base/android/java/src/org/chromium/base/LocaleUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698