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

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

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 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 | « content/shell/BUILD.gn ('k') | courgette/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 content_tests_gypi_values = 8 content_tests_gypi_values =
9 exec_script("//build/gypi_to_gn.py", 9 exec_script("//build/gypi_to_gn.py",
10 [ 10 [
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 import("//build/config/android/rules.gni") 178 import("//build/config/android/rules.gni")
179 179
180 generate_jni("jni") { 180 generate_jni("jni") {
181 sources = [ 181 sources = [
182 "../public/test/android/javatests/src/org/chromium/content/browser/test/ NestedSystemMessageHandler.java", 182 "../public/test/android/javatests/src/org/chromium/content/browser/test/ NestedSystemMessageHandler.java",
183 ] 183 ]
184 jni_package = "content/public/test" 184 jni_package = "content/public/test"
185 } 185 }
186 } 186 }
187 } # !is_ios 187 } # !is_ios
188
189 # TODO(GYP): Unit test targets 188 # TODO(GYP): Unit test targets
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698