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

Side by Side Diff: sky/engine/core/BUILD.gn

Issue 682413006: Add a separate call to initialize the bounds for a sky <iframe> element. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: indent Created 6 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 | « no previous file | sky/engine/core/html/HTMLIFrameElement.h » ('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("//sky/engine/bindings/scripts/scripts.gni") 5 import("//sky/engine/bindings/scripts/scripts.gni")
6 import("//sky/engine/build/scripts/scripts.gni") 6 import("//sky/engine/build/scripts/scripts.gni")
7 import("//sky/engine/core/core.gni") 7 import("//sky/engine/core/core.gni")
8 8
9 visibility = ["//sky/engine/*"] 9 visibility = ["//sky/engine/*"]
10 10
11 rel_sky_core_gen_dir = rebase_path(sky_core_output_dir, root_build_dir) 11 rel_sky_core_gen_dir = rebase_path(sky_core_output_dir, root_build_dir)
12 12
13 source_set("libraries") { 13 source_set("libraries") {
14 public_deps = [ 14 public_deps = [
15 "//base:base", 15 "//base:base",
16 "//gin", 16 "//gin",
17 "//gpu/command_buffer/client:gles2_c_lib", 17 "//gpu/command_buffer/client:gles2_c_lib",
18 "//mojo/application", 18 "//mojo/application",
19 "//mojo/common", 19 "//mojo/common",
20 "//mojo/public/c/system:for_shared_library", 20 "//mojo/public/c/system:for_shared_library",
21 "//mojo/public/cpp/bindings", 21 "//mojo/public/cpp/bindings",
22 "//mojo/public/cpp/utility", 22 "//mojo/public/cpp/utility",
23 "//mojo/public/cpp/system", 23 "//mojo/public/cpp/system",
24 "//mojo/services/public/cpp/view_manager",
24 "//mojo/services/public/interfaces/navigation", 25 "//mojo/services/public/interfaces/navigation",
25 "//skia", 26 "//skia",
26 "//sky/engine/wtf", 27 "//sky/engine/wtf",
27 "//third_party/angle:translator", 28 "//third_party/angle:translator",
28 "//third_party/iccjpeg", 29 "//third_party/iccjpeg",
29 "//third_party/libpng", 30 "//third_party/libpng",
30 "//third_party/ots", 31 "//third_party/ots",
31 "//third_party/qcms", 32 "//third_party/qcms",
32 "//third_party/zlib", 33 "//third_party/zlib",
33 "//url", 34 "//url",
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "$sky_core_output_dir/{{source_name_part}}.h", 470 "$sky_core_output_dir/{{source_name_part}}.h",
470 ] 471 ]
471 args = [ 472 args = [
472 "{{source}}", 473 "{{source}}",
473 rel_sky_core_gen_dir, 474 rel_sky_core_gen_dir,
474 bison_exe, 475 bison_exe,
475 ] 476 ]
476 477
477 deps = make_core_generated_deps 478 deps = make_core_generated_deps
478 } 479 }
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/html/HTMLIFrameElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698