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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2909253002: Eliminate absolute paths in ninja files for Linux Release build (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 | « no previous file | third_party/google_input_tools/closure.gni » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 grit("resources") { 676 grit("resources") {
677 output_dir = "$root_gen_dir/blink/public/resources" 677 output_dir = "$root_gen_dir/blink/public/resources"
678 source = "blink_resources.grd" 678 source = "blink_resources.grd"
679 outputs = [ 679 outputs = [
680 "grit/blink_resources.h", 680 "grit/blink_resources.h",
681 "blink_resources.pak", 681 "blink_resources.pak",
682 ] 682 ]
683 html_min_css = "$blink_core_output_dir/html.css" 683 html_min_css = "$blink_core_output_dir/html.css"
684 grit_flags = [ 684 grit_flags = [
685 "-E", 685 "-E",
686 "html_min_css=" + rebase_path(html_min_css), 686 "html_min_css=" + rebase_path(html_min_css, "."),
687 ] 687 ]
688 deps = [ 688 deps = [
689 "//third_party/WebKit/Source/core:make_minimized_css", 689 "//third_party/WebKit/Source/core:make_minimized_css",
690 ] 690 ]
691 } 691 }
692 692
693 grit("image_resources") { 693 grit("image_resources") {
694 output_dir = "$root_gen_dir/blink/public/resources" 694 output_dir = "$root_gen_dir/blink/public/resources"
695 source = "blink_image_resources.grd" 695 source = "blink_image_resources.grd"
696 outputs = [ 696 outputs = [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 sources = [ 836 sources = [
837 "web/ConsoleMessageStructTraits.cpp", 837 "web/ConsoleMessageStructTraits.cpp",
838 "web/ConsoleMessageStructTraits.h", 838 "web/ConsoleMessageStructTraits.h",
839 ] 839 ]
840 deps = [ 840 deps = [
841 ":blink_headers", 841 ":blink_headers",
842 ":mojo_bindings_shared__generator", 842 ":mojo_bindings_shared__generator",
843 "//mojo/public/cpp/bindings:struct_traits", 843 "//mojo/public/cpp/bindings:struct_traits",
844 ] 844 ]
845 } 845 }
OLDNEW
« no previous file with comments | « no previous file | third_party/google_input_tools/closure.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698