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

Side by Side Diff: blimp/engine/BUILD.gn

Issue 2381373002: Disable caret blinking for blimp (Closed)
Patch Set: BUILD.gn changes Created 4 years, 2 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 | « no previous file | blimp/engine/session/tab.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 ":app_ui", 353 ":app_ui",
354 ":blob_channel_service", 354 ":blob_channel_service",
355 ":common", 355 ":common",
356 ":common_user_agent", 356 ":common_user_agent",
357 ":feature", 357 ":feature",
358 "//base", 358 "//base",
359 "//blimp/common", 359 "//blimp/common",
360 "//blimp/common/proto", 360 "//blimp/common/proto",
361 "//blimp/net", 361 "//blimp/net",
362 "//content/public/browser", 362 "//content/public/browser",
363 "//content/public/common",
363 "//device/geolocation", 364 "//device/geolocation",
364 "//net", 365 "//net",
365 "//ui/aura", 366 "//ui/aura",
366 "//ui/base/ime", 367 "//ui/base/ime",
367 "//ui/gfx/geometry", 368 "//ui/gfx/geometry",
368 "//ui/wm", 369 "//ui/wm",
369 ] 370 ]
370 } 371 }
371 372
372 # Implements the browser portions of the Mojo bridge to BlobChannel. 373 # Implements the browser portions of the Mojo bridge to BlobChannel.
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 "//content/test:test_support", 720 "//content/test:test_support",
720 "//testing/gmock", 721 "//testing/gmock",
721 "//testing/gtest", 722 "//testing/gtest",
722 ] 723 ]
723 724
724 data = [ 725 data = [
725 "//blimp/test/data/", 726 "//blimp/test/data/",
726 "$root_out_dir/blimp_engine.pak", 727 "$root_out_dir/blimp_engine.pak",
727 ] 728 ]
728 } 729 }
OLDNEW
« no previous file with comments | « no previous file | blimp/engine/session/tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698