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

Side by Side Diff: base/BUILD.gn

Issue 1532053002: use variadic macros/templates in IPC message implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stricter legacy compat macros Created 4 years, 10 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') | components/nacl/browser/nacl_file_host.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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "debug/stack_trace.h", 273 "debug/stack_trace.h",
274 "debug/stack_trace_android.cc", 274 "debug/stack_trace_android.cc",
275 "debug/stack_trace_posix.cc", 275 "debug/stack_trace_posix.cc",
276 "debug/stack_trace_win.cc", 276 "debug/stack_trace_win.cc",
277 "debug/task_annotator.cc", 277 "debug/task_annotator.cc",
278 "debug/task_annotator.h", 278 "debug/task_annotator.h",
279 "deferred_sequenced_task_runner.cc", 279 "deferred_sequenced_task_runner.cc",
280 "deferred_sequenced_task_runner.h", 280 "deferred_sequenced_task_runner.h",
281 "environment.cc", 281 "environment.cc",
282 "environment.h", 282 "environment.h",
283 "export_template.h",
283 "feature_list.cc", 284 "feature_list.cc",
284 "feature_list.h", 285 "feature_list.h",
285 "file_descriptor_posix.h", 286 "file_descriptor_posix.h",
286 "file_version_info.h", 287 "file_version_info.h",
287 "file_version_info_mac.h", 288 "file_version_info_mac.h",
288 "file_version_info_mac.mm", 289 "file_version_info_mac.mm",
289 "file_version_info_win.cc", 290 "file_version_info_win.cc",
290 "file_version_info_win.h", 291 "file_version_info_win.h",
291 "files/dir_reader_fallback.h", 292 "files/dir_reader_fallback.h",
292 "files/dir_reader_linux.h", 293 "files/dir_reader_linux.h",
(...skipping 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 2054
2054 # GYP: //base.gyp:base_java_unittest_support 2055 # GYP: //base.gyp:base_java_unittest_support
2055 android_library("base_java_unittest_support") { 2056 android_library("base_java_unittest_support") {
2056 deps = [ 2057 deps = [
2057 ":base_java", 2058 ":base_java",
2058 ] 2059 ]
2059 java_files = 2060 java_files =
2060 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2061 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2061 } 2062 }
2062 } 2063 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | components/nacl/browser/nacl_file_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698