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

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

Issue 1986883002: blimp: Update page load status update indicator to use first paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 years, 7 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "//third_party/libwebp", 243 "//third_party/libwebp",
244 "//ui/gfx/geometry", 244 "//ui/gfx/geometry",
245 "//ui/gl", 245 "//ui/gl",
246 ] 246 ]
247 } 247 }
248 248
249 source_set("session") { 249 source_set("session") {
250 sources = [ 250 sources = [
251 "session/blimp_engine_session.cc", 251 "session/blimp_engine_session.cc",
252 "session/blimp_engine_session.h", 252 "session/blimp_engine_session.h",
253 "session/page_load_tracker.cc",
254 "session/page_load_tracker.h",
253 ] 255 ]
254 256
255 deps = [ 257 deps = [
256 ":app_config", 258 ":app_config",
257 ":app_settings", 259 ":app_settings",
258 ":app_switches", 260 ":app_switches",
259 ":app_ui", 261 ":app_ui",
260 ":common", 262 ":common",
261 ":feature", 263 ":feature",
262 "//base", 264 "//base",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 _rebased_dockerfile, 414 _rebased_dockerfile,
413 "--startup-script", 415 "--startup-script",
414 _rebased_startup_script, 416 _rebased_startup_script,
415 "--manifest", 417 "--manifest",
416 _rebased_manifest, 418 _rebased_manifest,
417 "--output", 419 "--output",
418 rebase_path(_bundle), 420 rebase_path(_bundle),
419 ] 421 ]
420 } 422 }
421 } 423 }
OLDNEW
« no previous file with comments | « no previous file | blimp/engine/session/blimp_engine_session.h » ('j') | blimp/engine/session/blimp_engine_session.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698