OLD | NEW |
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 15 matching lines...) Expand all Loading... |
26 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", | 26 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", |
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 "//cc", |
| 37 "//content:resources", |
| 38 "//content/browser/devtools:resources", |
36 "//crypto", | 39 "//crypto", |
37 "//google_apis", | 40 "//google_apis", |
38 "//net", | 41 "//net", |
39 "//net:http_server", | 42 "//net:http_server", |
40 "//skia", | 43 "//skia", |
41 "//sql", | 44 "//sql", |
42 "//third_party/leveldatabase", | 45 "//third_party/leveldatabase", |
43 "//third_party/re2", | 46 "//third_party/re2", |
44 "//third_party/WebKit/public:blink_headers", | 47 "//third_party/WebKit/public:blink_headers", |
45 "//third_party/zlib", | 48 "//third_party/zlib", |
46 "//third_party/zlib:zip", | 49 "//third_party/zlib:zip", |
47 "//ui/accessibility", | 50 "//ui/accessibility", |
48 "//ui/accessibility:ax_gen", | 51 "//ui/accessibility:ax_gen", |
49 "//ui/base", | 52 "//ui/base", |
50 "//ui/events", | 53 "//ui/events", |
51 "//ui/events:gesture_detection", | 54 "//ui/events:gesture_detection", |
52 "//ui/gfx", | 55 "//ui/gfx", |
53 "//ui/gfx/geometry", | 56 "//ui/gfx/geometry", |
54 "//ui/resources", | 57 "//ui/resources", |
| 58 "//ui/snapshot", |
55 "//ui/surface", | 59 "//ui/surface", |
56 "//webkit:resources", | 60 "//webkit:resources", |
57 "//webkit:strings", | 61 "//webkit:strings", |
58 "//webkit/browser:storage", | 62 "//webkit/browser:storage", |
59 "//webkit/common", | 63 "//webkit/common", |
60 "//webkit/common:storage", | 64 "//webkit/common:storage", |
61 # TODO(GYP) | 65 # TODO(GYP) |
62 #"//ui/snapshot", | |
63 #'browser/service_worker/service_worker_proto.gyp:database_proto', | 66 #'browser/service_worker/service_worker_proto.gyp:database_proto', |
64 #'browser/speech/proto/speech_proto.gyp:speech_proto', | 67 #'browser/speech/proto/speech_proto.gyp:speech_proto', |
65 #'browser/devtools/devtools_resources.gyp:devtools_resources', | 68 #'browser/devtools/devtools_resources.gyp:devtools_resources', |
66 #'content_common_mojo_bindings', | 69 #'content_common_mojo_bindings', |
67 #'../cc/cc.gyp:cc', | |
68 #'../mojo/mojo.gyp:mojo_cpp_bindings', | 70 #'../mojo/mojo.gyp:mojo_cpp_bindings', |
69 #'../mojo/mojo.gyp:mojo_js_bindings', | 71 #'../mojo/mojo.gyp:mojo_js_bindings', |
70 #'../mojo/mojo.gyp:mojo_service_provider_bindings', | 72 #'../mojo/mojo.gyp:mojo_service_provider_bindings', |
71 #'../third_party/angle/src/build_angle.gyp:commit_id', | 73 #'../third_party/angle/src/build_angle.gyp:commit_id', |
72 ] | 74 ] |
73 | 75 |
74 if (toolkit_views) { | 76 if (toolkit_views) { |
75 deps += [ "//ui/events" ] | 77 deps += [ "//ui/events" ] |
76 } | 78 } |
77 | 79 |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 # 'dependencies': [ | 372 # 'dependencies': [ |
371 # '../build/linux/system.gyp:dbus', | 373 # '../build/linux/system.gyp:dbus', |
372 # '../dbus/dbus.gyp:dbus', | 374 # '../dbus/dbus.gyp:dbus', |
373 # ], | 375 # ], |
374 # }, { # OS != "linux" or use_dbus==0 | 376 # }, { # OS != "linux" or use_dbus==0 |
375 # 'sources!': [ | 377 # 'sources!': [ |
376 # 'browser/geolocation/wifi_data_provider_linux.cc', | 378 # 'browser/geolocation/wifi_data_provider_linux.cc', |
377 # ], | 379 # ], |
378 # }], | 380 # }], |
379 } | 381 } |
OLD | NEW |