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

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
8 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 8 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
9 import("//third_party/WebKit/Source/modules/modules.gni") 9 import("//third_party/WebKit/Source/modules/modules.gni")
10 10
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 args = [ 91 args = [
92 rebase_path(module_names_in, root_build_dir), 92 rebase_path(module_names_in, root_build_dir),
93 "--output_dir", 93 "--output_dir",
94 rebase_path(blink_modules_output_dir, root_build_dir), 94 rebase_path(blink_modules_output_dir, root_build_dir),
95 ] 95 ]
96 } 96 }
97 97
98 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d 98 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d
99 group("make_modules_generated") { 99 group("make_modules_generated") {
100 public_deps = [ 100 public_deps = [
101 ":module_names",
102 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
101 "//third_party/WebKit/Source/core:core_event_interfaces", 103 "//third_party/WebKit/Source/core:core_event_interfaces",
102 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
103 ":module_names",
104 ] 104 ]
105 } 105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698