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

Side by Side Diff: mojo/services/network/BUILD.gn

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 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
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 # TODO(ppi): Switch this file back to using absolute paths to refer to the Mojo
6 # SDK once it is no longer being used to build the network service impl in
7 # Mojo.
5 import("../mojo_sdk_root.gni") 8 import("../mojo_sdk_root.gni")
6 import("$mojo_sdk_root/mojo/public/mojo_application.gni") 9 import("$mojo_sdk_root/mojo/public/mojo_application.gni")
7 10
8 if (is_android) { 11 if (is_android) {
9 import("//build/config/android/rules.gni") 12 import("//build/config/android/rules.gni")
10 13
11 java_library_path = "$target_out_dir/java_library.dex.jar" 14 java_library_path = "$target_out_dir/java_library.dex.jar"
12 15
13 mojo_android_application("network") { 16 mojo_android_application("network") {
14 output_name = "network_service" 17 output_name = "network_service"
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "//mojo/application", 125 "//mojo/application",
123 "//mojo/application:test_support", 126 "//mojo/application:test_support",
124 "//mojo/common", 127 "//mojo/common",
125 "//mojo/services/network/public/cpp", 128 "//mojo/services/network/public/cpp",
126 "//mojo/services/network/public/interfaces", 129 "//mojo/services/network/public/interfaces",
127 "//net", 130 "//net",
128 "//net:test_support", 131 "//net:test_support",
129 "//testing/gtest", 132 "//testing/gtest",
130 ] 133 ]
131 } 134 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list_json.cc ('k') | mojo/services/network/net_address_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698