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

Side by Side Diff: base/test/BUILD.gn

Issue 1227393002: Add data files for base and net. Move GN Python proto outputs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « base/BUILD.gn ('k') | net/BUILD.gn » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "trace_event_analyzer.cc", 121 "trace_event_analyzer.cc",
122 "trace_event_analyzer.h", 122 "trace_event_analyzer.h",
123 "trace_to_file.cc", 123 "trace_to_file.cc",
124 "trace_to_file.h", 124 "trace_to_file.h",
125 "user_action_tester.cc", 125 "user_action_tester.cc",
126 "user_action_tester.h", 126 "user_action_tester.h",
127 "values_test_util.cc", 127 "values_test_util.cc",
128 "values_test_util.h", 128 "values_test_util.h",
129 ] 129 ]
130 130
131 data = [
132 "//testing/test_env.py",
133 ]
Dirk Pranke 2015/07/14 20:36:21 Can you add a comment about *why* this is a depend
134
131 public_deps = [ 135 public_deps = [
132 ":test_config", 136 ":test_config",
133 "//base", 137 "//base",
134 "//base:i18n", 138 "//base:i18n",
135 "//base:base_static", 139 "//base:base_static",
136 ] 140 ]
137 deps = [ 141 deps = [
138 "//base/third_party/dynamic_annotations", 142 "//base/third_party/dynamic_annotations",
139 "//testing/gmock", 143 "//testing/gmock",
140 "//testing/gtest", 144 "//testing/gtest",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 209
206 if (is_android) { 210 if (is_android) {
207 generate_jni("base_unittests_jni_headers") { 211 generate_jni("base_unittests_jni_headers") {
208 sources = [ 212 sources = [
209 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 213 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
210 "android/java/src/org/chromium/base/TestUiThread.java", 214 "android/java/src/org/chromium/base/TestUiThread.java",
211 ] 215 ]
212 jni_package = "base" 216 jni_package = "base"
213 } 217 }
214 } 218 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698