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

Side by Side Diff: headless/BUILD.gn

Issue 2912513002: Revert of Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Created 3 years, 6 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 | « gpu/BUILD.gn ('k') | media/cast/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("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//headless/headless.gni") 7 import("//headless/headless.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 } 683 }
684 } 684 }
685 685
686 executable("headless_shell") { 686 executable("headless_shell") {
687 sources = [ 687 sources = [
688 "app/headless_shell_main.cc", 688 "app/headless_shell_main.cc",
689 ] 689 ]
690 690
691 deps = [ 691 deps = [
692 ":headless_shell_lib", 692 ":headless_shell_lib",
693 "//build/config:exe_and_shlib_deps",
694 ] 693 ]
695 694
696 if (is_win) { 695 if (is_win) {
697 deps += [ "//build/win:default_exe_manifest" ] 696 deps += [ "//build/win:default_exe_manifest" ]
698 } 697 }
699 } 698 }
700 699
701 process_version("version_header") { 700 process_version("version_header") {
702 template_file = "public/version.h.in" 701 template_file = "public/version.h.in"
703 sources = [ 702 sources = [
704 "//build/util/LASTCHANGE", 703 "//build/util/LASTCHANGE",
705 "//chrome/VERSION", 704 "//chrome/VERSION",
706 ] 705 ]
707 output = "$target_gen_dir/public/version.h" 706 output = "$target_gen_dir/public/version.h"
708 } 707 }
709 708
710 executable("headless_example") { 709 executable("headless_example") {
711 sources = [ 710 sources = [
712 "app/headless_example.cc", 711 "app/headless_example.cc",
713 ] 712 ]
714 713
715 deps = [ 714 deps = [
716 ":headless_shell_lib", 715 ":headless_shell_lib",
717 "//build/config:exe_and_shlib_deps",
718 ] 716 ]
719 } 717 }
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698