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

Side by Side Diff: shell/BUILD.gn

Issue 1534693002: Delete the Surfaces service. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2d
Patch Set: rebase 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 | « services/surfaces/surfaces_service_application.cc ('k') | no next file » | 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//mojo/tools/embed/rules.gni") 9 import("//mojo/tools/embed/rules.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "//mojo/public/tools:copy_network_service", 421 "//mojo/public/tools:copy_network_service",
422 ] 422 ]
423 423
424 if (!is_debug) { 424 if (!is_debug) {
425 sources += [ 425 sources += [
426 "$root_out_dir/authenticating_url_loader_interceptor.mojo", 426 "$root_out_dir/authenticating_url_loader_interceptor.mojo",
427 "$root_out_dir/dart_content_handler.mojo", 427 "$root_out_dir/dart_content_handler.mojo",
428 "$root_out_dir/device_info.mojo", 428 "$root_out_dir/device_info.mojo",
429 "$root_out_dir/icu_data.mojo", 429 "$root_out_dir/icu_data.mojo",
430 "$root_out_dir/java_handler.mojo", 430 "$root_out_dir/java_handler.mojo",
431 "$root_out_dir/surfaces_service.mojo",
432 "$root_out_dir/tracing.mojo", 431 "$root_out_dir/tracing.mojo",
433 ] 432 ]
434 433
435 deps += [ 434 deps += [
436 "//services/authenticating_url_loader_interceptor", 435 "//services/authenticating_url_loader_interceptor",
437 "//services/java_handler", 436 "//services/java_handler",
438 "//services/dart:dart_content_handler", 437 "//services/dart:dart_content_handler",
439 "//services/device_info", 438 "//services/device_info",
440 "//services/icu_data", 439 "//services/icu_data",
441 "//services/surfaces",
442 "//services/tracing", 440 "//services/tracing",
443 ] 441 ]
444 } 442 }
445 } 443 }
446 444
447 copy_ex("copy_mojo_shell_test_assets") { 445 copy_ex("copy_mojo_shell_test_assets") {
448 clear_dir = true 446 clear_dir = true
449 dest = mojo_shell_test_assets_dir 447 dest = mojo_shell_test_assets_dir
450 sources = [ 448 sources = [
451 "$root_out_dir/test_app.mojo", 449 "$root_out_dir/test_app.mojo",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 "${root_out_dir}/libmojo_shell.so", 710 "${root_out_dir}/libmojo_shell.so",
713 ] 711 ]
714 } else { 712 } else {
715 sources += [ "${root_out_dir}/mojo_shell" ] 713 sources += [ "${root_out_dir}/mojo_shell" ]
716 } 714 }
717 715
718 outputs = [ 716 outputs = [
719 "${root_out_dir}/symbols/{{source_file_part}}", 717 "${root_out_dir}/symbols/{{source_file_part}}",
720 ] 718 ]
721 } 719 }
OLDNEW
« no previous file with comments | « services/surfaces/surfaces_service_application.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698