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

Side by Side Diff: components/html_viewer/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
« no previous file with comments | « components/gpu/public/interfaces/BUILD.gn ('k') | components/html_viewer/DEPS » ('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_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "//media:shared_memory_support", 176 "//media:shared_memory_support",
177 "//mojo/application/public/cpp", 177 "//mojo/application/public/cpp",
178 "//mojo/application/public/interfaces", 178 "//mojo/application/public/interfaces",
179 "//mojo/common", 179 "//mojo/common",
180 "//mojo/converters/surfaces", 180 "//mojo/converters/surfaces",
181 "//mojo/gles2:headers", 181 "//mojo/gles2:headers",
182 "//mojo/gpu:mojo_gles2_implementation", 182 "//mojo/gpu:mojo_gles2_implementation",
183 "//mojo/logging", 183 "//mojo/logging",
184 "//mojo/message_pump", 184 "//mojo/message_pump",
185 "//mojo/platform_handle", 185 "//mojo/platform_handle",
186 "//mojo/public/cpp/environment:environment",
186 "//mojo/services/network/public/cpp", 187 "//mojo/services/network/public/cpp",
187 "//mojo/services/network/public/interfaces", 188 "//mojo/services/network/public/interfaces",
188 "//mojo/services/tracing/public/cpp", 189 "//mojo/services/tracing/public/cpp",
189 "//mojo/services/tracing/public/interfaces", 190 "//mojo/services/tracing/public/interfaces",
190 "//net", 191 "//net",
191 "//skia", 192 "//skia",
192 "//third_party/mojo/src/mojo/public/cpp/environment:environment",
193 "//third_party/mojo_services/src/accessibility/public/interfaces", 193 "//third_party/mojo_services/src/accessibility/public/interfaces",
194 "//third_party/WebKit/public:image_resources", 194 "//third_party/WebKit/public:image_resources",
195 "//third_party/WebKit/public:resources", 195 "//third_party/WebKit/public:resources",
196 "//ui/base:base", 196 "//ui/base:base",
197 "//ui/events", 197 "//ui/events",
198 "//ui/events:gesture_detection", 198 "//ui/events:gesture_detection",
199 "//ui/events/blink", 199 "//ui/events/blink",
200 "//ui/events/gestures/blink", 200 "//ui/events/gestures/blink",
201 "//ui/gfx", 201 "//ui/gfx",
202 "//ui/gfx/geometry", 202 "//ui/gfx/geometry",
203 "//ui/mojo/geometry:interfaces_cpp_sources", 203 "//ui/mojo/geometry:interfaces_cpp_sources",
204 "//ui/mojo/ime:interfaces_cpp_sources", 204 "//ui/mojo/ime:interfaces_cpp_sources",
205 "//ui/mojo/init", 205 "//ui/mojo/init",
206 "//ui/native_theme", 206 "//ui/native_theme",
207 "//url", 207 "//url",
208 "//v8", 208 "//v8",
209 ] 209 ]
210 210
211 public_deps = [ 211 public_deps = [
212 "//components/mus/public/cpp", 212 "//components/mus/public/cpp",
213 "//mojo/public/cpp/bindings",
213 "//third_party/WebKit/public:blink", 214 "//third_party/WebKit/public:blink",
214 "//third_party/mojo/src/mojo/public/cpp/bindings",
215 ] 215 ]
216 216
217 if (is_win) { 217 if (is_win) {
218 sources += [ "html_viewer_version.rc" ] 218 sources += [ "html_viewer_version.rc" ]
219 } 219 }
220 220
221 if (is_linux && !is_android) { 221 if (is_linux && !is_android) {
222 deps += [ "//components/font_service/public/cpp" ] 222 deps += [ "//components/font_service/public/cpp" ]
223 } 223 }
224 224
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "web_test_delegate_impl.cc", 266 "web_test_delegate_impl.cc",
267 "web_test_delegate_impl.h", 267 "web_test_delegate_impl.h",
268 ] 268 ]
269 deps = [ 269 deps = [
270 ":lib", 270 ":lib",
271 ":pak", 271 ":pak",
272 "//cc", 272 "//cc",
273 "//components/test_runner", 273 "//components/test_runner",
274 "//components/web_view/test_runner/public/interfaces", 274 "//components/web_view/test_runner/public/interfaces",
275 "//mojo/application/public/cpp:sources", 275 "//mojo/application/public/cpp:sources",
276 "//mojo/public/c/system:for_shared_library",
276 "//third_party/WebKit/public:blink", 277 "//third_party/WebKit/public:blink",
277 "//third_party/WebKit/public:test_support", 278 "//third_party/WebKit/public:test_support",
278 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
279 "//ui/base", 279 "//ui/base",
280 "//url", 280 "//url",
281 ] 281 ]
282 resources = [ "$root_out_dir/html_viewer.pak" ] 282 resources = [ "$root_out_dir/html_viewer.pak" ]
283 283
284 if (v8_use_external_startup_data) { 284 if (v8_use_external_startup_data) {
285 resources += [ 285 resources += [
286 "$root_out_dir/natives_blob.bin", 286 "$root_out_dir/natives_blob.bin",
287 "$root_out_dir/snapshot_blob.bin", 287 "$root_out_dir/snapshot_blob.bin",
288 ] 288 ]
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "//base", 360 "//base",
361 "//components/html_viewer/public/interfaces", 361 "//components/html_viewer/public/interfaces",
362 "//components/mus/public/cpp", 362 "//components/mus/public/cpp",
363 "//components/mus/public/cpp/tests:test_support", 363 "//components/mus/public/cpp/tests:test_support",
364 "//components/scheduler", 364 "//components/scheduler",
365 "//components/web_view:lib", 365 "//components/web_view:lib",
366 "//components/web_view:test_support", 366 "//components/web_view:test_support",
367 "//components/web_view/public/interfaces", 367 "//components/web_view/public/interfaces",
368 "//mojo/application/public/cpp:sources", 368 "//mojo/application/public/cpp:sources",
369 "//mojo/application/public/cpp:test_support", 369 "//mojo/application/public/cpp:test_support",
370 "//mojo/public/c/system:for_shared_library",
370 "//net:test_support", 371 "//net:test_support",
371 "//testing/gtest", 372 "//testing/gtest",
372 "//third_party/mojo_services/src/accessibility/public/interfaces", 373 "//third_party/mojo_services/src/accessibility/public/interfaces",
373 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
374 ] 374 ]
375 375
376 data_deps = [ 376 data_deps = [
377 ":html_viewer", 377 ":html_viewer",
378 ] 378 ]
379 379
380 if (is_linux && !is_android) { 380 if (is_linux && !is_android) {
381 data_deps += [ "//components/font_service" ] 381 data_deps += [ "//components/font_service" ]
382 } 382 }
383 } 383 }
OLDNEW
« no previous file with comments | « components/gpu/public/interfaces/BUILD.gn ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698