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

Side by Side Diff: content/browser/BUILD.gn

Issue 309643002: Add some src/webkit build files to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « BUILD.gn ('k') | webkit/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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 8
9 source_set("browser") { 9 source_set("browser") {
10 # Only targets in the content tree can depend directly on this target. 10 # Only targets in the content tree can depend directly on this target.
(...skipping 16 matching lines...) Expand all
27 "$root_gen_dir/ui/ui_resources/grit/webui_resources_map.cc", 27 "$root_gen_dir/ui/ui_resources/grit/webui_resources_map.cc",
28 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.cc", 28 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.cc",
29 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h", 29 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h",
30 ], ".") 30 ], ".")
31 31
32 configs += [ "//content:content_implementation" ] 32 configs += [ "//content:content_implementation" ]
33 33
34 deps = [ 34 deps = [
35 "//base", 35 "//base",
36 "//crypto", 36 "//crypto",
37 "//google_apis",
37 "//net", 38 "//net",
39 "//net:http_server",
38 "//skia", 40 "//skia",
39 "//sql", 41 "//sql",
42 "//third_party/leveldatabase",
40 "//third_party/re2", 43 "//third_party/re2",
41 "//third_party/WebKit/public:blink_headers", 44 "//third_party/WebKit/public:blink_headers",
42 "//third_party/zlib", 45 "//third_party/zlib",
43 "//third_party/zlib:zip", 46 "//third_party/zlib:zip",
44 "//ui/accessibility", 47 "//ui/accessibility",
45 "//ui/accessibility:ax_gen", 48 "//ui/accessibility:ax_gen",
46 "//ui/base:ui_base", 49 "//ui/base:ui_base",
47 "//ui/events", 50 "//ui/events",
48 "//ui/events:gesture_detection", 51 "//ui/events:gesture_detection",
49 "//ui/gfx", 52 "//ui/gfx",
50 "//ui/gfx/geometry", 53 "//ui/gfx/geometry",
51 "//ui/resources", 54 "//ui/resources",
55 "//ui/surface",
56 "//webkit:resources",
57 "//webkit:strings",
58 "//webkit/browser:storage",
59 "//webkit/common",
60 "//webkit/common:storage",
52 # TODO(GYP) 61 # TODO(GYP)
53 #"//ui/snapshot", 62 #"//ui/snapshot",
54 #'../google_apis/google_apis.gyp:google_apis',
55 #'browser/service_worker/service_worker_proto.gyp:database_proto', 63 #'browser/service_worker/service_worker_proto.gyp:database_proto',
56 #'browser/speech/proto/speech_proto.gyp:speech_proto', 64 #'browser/speech/proto/speech_proto.gyp:speech_proto',
57 #'browser/devtools/devtools_resources.gyp:devtools_resources', 65 #'browser/devtools/devtools_resources.gyp:devtools_resources',
58 #'content_common_mojo_bindings', 66 #'content_common_mojo_bindings',
59 #'../cc/cc.gyp:cc', 67 #'../cc/cc.gyp:cc',
60 #'../mojo/mojo.gyp:mojo_cpp_bindings', 68 #'../mojo/mojo.gyp:mojo_cpp_bindings',
61 #'../mojo/mojo.gyp:mojo_js_bindings', 69 #'../mojo/mojo.gyp:mojo_js_bindings',
62 #'../mojo/mojo.gyp:mojo_service_provider_bindings', 70 #'../mojo/mojo.gyp:mojo_service_provider_bindings',
63 #'../net/net.gyp:http_server',
64 #'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
65 #'../ui/surface/surface.gyp:surface',
66 #'../webkit/common/webkit_common.gyp:webkit_common',
67 #'../webkit/storage_browser.gyp:webkit_storage_browser',
68 #'../webkit/storage_common.gyp:webkit_storage_common',
69 #'../webkit/webkit_resources.gyp:webkit_resources',
70 #'../webkit/webkit_resources.gyp:webkit_strings',
71 #'../third_party/angle/src/build_angle.gyp:commit_id', 71 #'../third_party/angle/src/build_angle.gyp:commit_id',
72 ] 72 ]
73 73
74 if (toolkit_views) { 74 if (toolkit_views) {
75 deps += [ "//ui/events" ] 75 deps += [ "//ui/events" ]
76 } 76 }
77 77
78 if (is_win) { 78 if (is_win) {
79 sources += [ 79 sources += [
80 "power_profiles/power_data_provider_ia_win.cc", 80 "power_profiles/power_data_provider_ia_win.cc",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 # 'dependencies': [ 370 # 'dependencies': [
371 # '../build/linux/system.gyp:dbus', 371 # '../build/linux/system.gyp:dbus',
372 # '../dbus/dbus.gyp:dbus', 372 # '../dbus/dbus.gyp:dbus',
373 # ], 373 # ],
374 # }, { # OS != "linux" or use_dbus==0 374 # }, { # OS != "linux" or use_dbus==0
375 # 'sources!': [ 375 # 'sources!': [
376 # 'browser/geolocation/wifi_data_provider_linux.cc', 376 # 'browser/geolocation/wifi_data_provider_linux.cc',
377 # ], 377 # ],
378 # }], 378 # }],
379 } 379 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | webkit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698