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

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: simplify 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') | base/export_template.h » ('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 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("//build/nocompile.gni") 8 import("//build/nocompile.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "containers/small_map.h", 199 "containers/small_map.h",
200 "containers/stack_container.h", 200 "containers/stack_container.h",
201 "cpu.cc", 201 "cpu.cc",
202 "cpu.h", 202 "cpu.h",
203 "critical_closure.h", 203 "critical_closure.h",
204 "critical_closure_internal_ios.mm", 204 "critical_closure_internal_ios.mm",
205 "deferred_sequenced_task_runner.cc", 205 "deferred_sequenced_task_runner.cc",
206 "deferred_sequenced_task_runner.h", 206 "deferred_sequenced_task_runner.h",
207 "environment.cc", 207 "environment.cc",
208 "environment.h", 208 "environment.h",
209 "export_template.h",
209 "feature_list.cc", 210 "feature_list.cc",
210 "feature_list.h", 211 "feature_list.h",
211 "file_descriptor_posix.h", 212 "file_descriptor_posix.h",
212 "file_version_info.h", 213 "file_version_info.h",
213 "file_version_info_mac.h", 214 "file_version_info_mac.h",
214 "file_version_info_mac.mm", 215 "file_version_info_mac.mm",
215 "file_version_info_win.cc", 216 "file_version_info_win.cc",
216 "file_version_info_win.h", 217 "file_version_info_win.h",
217 "files/dir_reader_fallback.h", 218 "files/dir_reader_fallback.h",
218 "files/dir_reader_linux.h", 219 "files/dir_reader_linux.h",
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 1772
1772 # GYP: //base.gyp:base_java_unittest_support 1773 # GYP: //base.gyp:base_java_unittest_support
1773 android_library("base_java_unittest_support") { 1774 android_library("base_java_unittest_support") {
1774 deps = [ 1775 deps = [
1775 ":base_java", 1776 ":base_java",
1776 ] 1777 ]
1777 java_files = 1778 java_files =
1778 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1779 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1779 } 1780 }
1780 } 1781 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/export_template.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698