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

Side by Side Diff: base/BUILD.gn

Issue 1458043003: Added --force-ui-direction flag for developers to force LTR or RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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
« no previous file with comments | « no previous file | base/base.gypi » ('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/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 if (!is_debug) { 998 if (!is_debug) {
999 configs -= [ "//build/config/compiler:default_optimization" ] 999 configs -= [ "//build/config/compiler:default_optimization" ]
1000 configs += [ "//build/config/compiler:optimize_max" ] 1000 configs += [ "//build/config/compiler:optimize_max" ]
1001 } 1001 }
1002 } 1002 }
1003 1003
1004 component("i18n") { 1004 component("i18n") {
1005 output_name = "base_i18n" 1005 output_name = "base_i18n"
1006 sources = [ 1006 sources = [
1007 "i18n/base_i18n_export.h", 1007 "i18n/base_i18n_export.h",
1008 "i18n/base_i18n_switches.cc",
1009 "i18n/base_i18n_switches.h",
1008 "i18n/bidi_line_iterator.cc", 1010 "i18n/bidi_line_iterator.cc",
1009 "i18n/bidi_line_iterator.h", 1011 "i18n/bidi_line_iterator.h",
1010 "i18n/break_iterator.cc", 1012 "i18n/break_iterator.cc",
1011 "i18n/break_iterator.h", 1013 "i18n/break_iterator.h",
1012 "i18n/case_conversion.cc", 1014 "i18n/case_conversion.cc",
1013 "i18n/case_conversion.h", 1015 "i18n/case_conversion.h",
1014 "i18n/char_iterator.cc", 1016 "i18n/char_iterator.cc",
1015 "i18n/char_iterator.h", 1017 "i18n/char_iterator.h",
1016 "i18n/file_util_icu.cc", 1018 "i18n/file_util_icu.cc",
1017 "i18n/file_util_icu.h", 1019 "i18n/file_util_icu.h",
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 1750
1749 # GYP: //base.gyp:base_java_unittest_support 1751 # GYP: //base.gyp:base_java_unittest_support
1750 android_library("base_java_unittest_support") { 1752 android_library("base_java_unittest_support") {
1751 deps = [ 1753 deps = [
1752 ":base_java", 1754 ":base_java",
1753 ] 1755 ]
1754 java_files = 1756 java_files =
1755 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1757 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1756 } 1758 }
1757 } 1759 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698