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

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

Issue 2831503002: Move WebBlob.cpp from web/ -> core/exported/. (Closed)
Patch Set: Fix indentation. Created 3 years, 8 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 | « third_party/WebKit/Source/web/WebBlob.cpp ('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/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")
11 11
12 if (is_android) { 12 if (is_android) {
13 import("//build/config/android/rules.gni") 13 import("//build/config/android/rules.gni")
14 } 14 }
15 15
16 group("blink") { 16 group("blink") {
17 public_deps = [ 17 public_deps = [
18 ":blink_headers", 18 ":blink_headers",
19 ] 19 ]
20 deps = [ 20 deps = [
21 "//third_party/WebKit/Source/core",
21 "//third_party/WebKit/Source/platform", 22 "//third_party/WebKit/Source/platform",
22 "//third_party/WebKit/Source/web", 23 "//third_party/WebKit/Source/web",
23 ] 24 ]
24 } 25 }
25 26
26 group("test_support") { 27 group("test_support") {
27 testonly = true 28 testonly = true
28 public_deps = [ 29 public_deps = [
29 "//third_party/WebKit/Source/platform:test_support", 30 "//third_party/WebKit/Source/platform:test_support",
30 "//third_party/WebKit/Source/web:test_support", 31 "//third_party/WebKit/Source/web:test_support",
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 source_set("shared_typemap_traits") { 796 source_set("shared_typemap_traits") {
796 visibility = [ ":*" ] 797 visibility = [ ":*" ]
797 sources = [ 798 sources = [
798 "web/ConsoleMessageStructTraits.cpp", 799 "web/ConsoleMessageStructTraits.cpp",
799 "web/ConsoleMessageStructTraits.h", 800 "web/ConsoleMessageStructTraits.h",
800 ] 801 ]
801 deps = [ 802 deps = [
802 ":mojo_bindings_shared__generator", 803 ":mojo_bindings_shared__generator",
803 ] 804 ]
804 } 805 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebBlob.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698