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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: fix trybot error Created 4 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
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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 "//blimp/client/core/switches", 784 "//blimp/client/core/switches",
785 "//blimp/client/test", 785 "//blimp/client/test",
786 "//blimp/common", 786 "//blimp/common",
787 "//blimp/engine:app", 787 "//blimp/engine:app",
788 "//blimp/engine:app_config", 788 "//blimp/engine:app_config",
789 "//blimp/engine:app_switches", 789 "//blimp/engine:app_switches",
790 "//blimp/engine:pak", 790 "//blimp/engine:pak",
791 "//blimp/engine:session", 791 "//blimp/engine:session",
792 "//blimp/engine:test_support", 792 "//blimp/engine:test_support",
793 "//blimp/net", 793 "//blimp/net",
794 "//components/prefs:test_support",
794 "//content/public/app:both", 795 "//content/public/app:both",
795 "//content/test:test_support", 796 "//content/test:test_support",
796 "//testing/gmock", 797 "//testing/gmock",
797 "//testing/gtest", 798 "//testing/gtest",
798 ] 799 ]
799 800
800 data = [ 801 data = [
801 "//blimp/test/data/", 802 "//blimp/test/data/",
802 "$root_out_dir/blimp_engine.pak", 803 "$root_out_dir/blimp_engine.pak",
803 ] 804 ]
804 } 805 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698