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

Side by Side Diff: blimp/BUILD.gn

Issue 2602103002: Delete blimp/helium and remove references to it from dependent targets (Closed)
Patch Set: . Created 3 years, 11 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 | blimp/engine/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Convenience meta-target for all of Blimp's production & test code. 8 # Convenience meta-target for all of Blimp's production & test code.
9 group("blimp") { 9 group("blimp") {
10 # In spite of the name, this really just means that non-test targets 10 # In spite of the name, this really just means that non-test targets
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 ":blimp_browsertests", 45 ":blimp_browsertests",
46 "//blimp/test/fake_engine:fake_engine_app_tests", 46 "//blimp/test/fake_engine:fake_engine_app_tests",
47 ] 47 ]
48 } 48 }
49 } 49 }
50 50
51 test("blimp_unittests") { 51 test("blimp_unittests") {
52 deps = [ 52 deps = [
53 "//blimp/client:unit_tests", 53 "//blimp/client:unit_tests",
54 "//blimp/common:unit_tests", 54 "//blimp/common:unit_tests",
55 "//blimp/helium:unit_tests",
56 "//blimp/net:unit_tests", 55 "//blimp/net:unit_tests",
57 "//blimp/test:run_all_unittests", 56 "//blimp/test:run_all_unittests",
58 ] 57 ]
59 58
60 if (is_linux) { 59 if (is_linux) {
61 deps += [ "//blimp/engine:unit_tests" ] 60 deps += [ "//blimp/engine:unit_tests" ]
62 } 61 }
63 62
64 if (is_android) { 63 if (is_android) {
65 enable_multidex = true 64 enable_multidex = true
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "--output", 203 "--output",
205 rebase_path(_output_path, root_build_dir), 204 rebase_path(_output_path, root_build_dir),
206 "--target", 205 "--target",
207 rebase_path(_wrapped_script, root_build_dir), 206 rebase_path(_wrapped_script, root_build_dir),
208 "--output-directory", 207 "--output-directory",
209 rebase_path(root_out_dir, root_build_dir), 208 rebase_path(root_out_dir, root_build_dir),
210 "--flag-name=--output-linux-directory", 209 "--flag-name=--output-linux-directory",
211 ] 210 ]
212 } 211 }
213 } 212 }
OLDNEW
« no previous file with comments | « no previous file | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698