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

Side by Side Diff: base/BUILD.gn

Issue 2230913003: Experimental alignment layout manager using a property on the views Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed AlignAttribute and associated types to FillAttribute Created 4 years, 2 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/set_template.h » ('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 # 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 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 "profiler/tracked_time_unittest.cc", 1894 "profiler/tracked_time_unittest.cc",
1895 "rand_util_unittest.cc", 1895 "rand_util_unittest.cc",
1896 "run_loop_unittest.cc", 1896 "run_loop_unittest.cc",
1897 "scoped_clear_errno_unittest.cc", 1897 "scoped_clear_errno_unittest.cc",
1898 "scoped_generic_unittest.cc", 1898 "scoped_generic_unittest.cc",
1899 "scoped_native_library_unittest.cc", 1899 "scoped_native_library_unittest.cc",
1900 "security_unittest.cc", 1900 "security_unittest.cc",
1901 "sequence_checker_unittest.cc", 1901 "sequence_checker_unittest.cc",
1902 "sequence_token_unittest.cc", 1902 "sequence_token_unittest.cc",
1903 "sequenced_task_runner_unittest.cc", 1903 "sequenced_task_runner_unittest.cc",
1904 "set_template_unittest.cc",
1904 "sha1_unittest.cc", 1905 "sha1_unittest.cc",
1905 "stl_util_unittest.cc", 1906 "stl_util_unittest.cc",
1906 "strings/nullable_string16_unittest.cc", 1907 "strings/nullable_string16_unittest.cc",
1907 "strings/pattern_unittest.cc", 1908 "strings/pattern_unittest.cc",
1908 "strings/safe_sprintf_unittest.cc", 1909 "strings/safe_sprintf_unittest.cc",
1909 "strings/string16_unittest.cc", 1910 "strings/string16_unittest.cc",
1910 "strings/string_number_conversions_unittest.cc", 1911 "strings/string_number_conversions_unittest.cc",
1911 "strings/string_piece_unittest.cc", 1912 "strings/string_piece_unittest.cc",
1912 "strings/string_split_unittest.cc", 1913 "strings/string_split_unittest.cc",
1913 "strings/string_tokenizer_unittest.cc", 1914 "strings/string_tokenizer_unittest.cc",
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2450 testonly = true 2451 testonly = true
2451 deps = [ 2452 deps = [
2452 ":base_java", 2453 ":base_java",
2453 ] 2454 ]
2454 java_files = [ 2455 java_files = [
2455 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2456 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2456 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2457 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2457 ] 2458 ]
2458 } 2459 }
2459 } 2460 }
OLDNEW
« no previous file with comments | « no previous file | base/set_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698