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

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

Issue 2080083002: Revert of Deletes mojo::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « services/user/user_shell_client.cc ('k') | third_party/WebKit/Source/platform/mojo/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/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/platform/platform.gni") 9 import("//third_party/WebKit/Source/platform/platform.gni")
10 import("//third_party/WebKit/Source/platform/platform_generated.gni") 10 import("//third_party/WebKit/Source/platform/platform_generated.gni")
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "//third_party/libpng", 354 "//third_party/libpng",
355 "//third_party/libwebp", 355 "//third_party/libwebp",
356 "//third_party/ots", 356 "//third_party/ots",
357 "//third_party/qcms", 357 "//third_party/qcms",
358 "//url", 358 "//url",
359 "//v8", 359 "//v8",
360 ] 360 ]
361 deps = [ 361 deps = [
362 ":blink_common", 362 ":blink_common",
363 "//components/link_header_util:link_header_util", 363 "//components/link_header_util:link_header_util",
364 "//mojo/public/cpp/bindings", 364 "//mojo/public/cpp/bindings:callback",
365 "//mojo/public/cpp/bindings:wtf_support", 365 "//mojo/public/cpp/bindings:wtf_support",
366 "//third_party/WebKit/Source/platform/heap", 366 "//third_party/WebKit/Source/platform/heap",
367 "//third_party/harfbuzz-ng", 367 "//third_party/harfbuzz-ng",
368 "//third_party/icu", 368 "//third_party/icu",
369 "//ui/gfx", 369 "//ui/gfx",
370 "//ui/gfx/geometry", 370 "//ui/gfx/geometry",
371 ] 371 ]
372 372
373 if (is_mac) { 373 if (is_mac) {
374 sources -= [ 374 sources -= [
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 } 621 }
622 622
623 if (current_cpu == "x86" || current_cpu == "x64") { 623 if (current_cpu == "x86" || current_cpu == "x64") {
624 source_set("blink_x86_sse") { 624 source_set("blink_x86_sse") {
625 sources = blink_platform_sse_files 625 sources = blink_platform_sse_files
626 deps = [ 626 deps = [
627 ":blink_common", 627 ":blink_common",
628 ] 628 ]
629 } 629 }
630 } 630 }
OLDNEW
« no previous file with comments | « services/user/user_shell_client.cc ('k') | third_party/WebKit/Source/platform/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698