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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: Settings doesn't own its observer anymore. SettingsFeature subclass SettingsObserver 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
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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "//blimp/client/core/session", 708 "//blimp/client/core/session",
709 "//blimp/client/test", 709 "//blimp/client/test",
710 "//blimp/common", 710 "//blimp/common",
711 "//blimp/engine:app", 711 "//blimp/engine:app",
712 "//blimp/engine:app_config", 712 "//blimp/engine:app_config",
713 "//blimp/engine:app_switches", 713 "//blimp/engine:app_switches",
714 "//blimp/engine:pak", 714 "//blimp/engine:pak",
715 "//blimp/engine:session", 715 "//blimp/engine:session",
716 "//blimp/engine:test_support", 716 "//blimp/engine:test_support",
717 "//blimp/net", 717 "//blimp/net",
718 "//components/prefs:test_support",
718 "//content/public/app:both", 719 "//content/public/app:both",
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

Powered by Google App Engine
This is Rietveld 408576698