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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: nits and sync to head 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "//blimp/client/core/switches", 790 "//blimp/client/core/switches",
791 "//blimp/client/test", 791 "//blimp/client/test",
792 "//blimp/common", 792 "//blimp/common",
793 "//blimp/engine:app", 793 "//blimp/engine:app",
794 "//blimp/engine:app_config", 794 "//blimp/engine:app_config",
795 "//blimp/engine:app_switches", 795 "//blimp/engine:app_switches",
796 "//blimp/engine:pak", 796 "//blimp/engine:pak",
797 "//blimp/engine:session", 797 "//blimp/engine:session",
798 "//blimp/engine:test_support", 798 "//blimp/engine:test_support",
799 "//blimp/net", 799 "//blimp/net",
800 "//components/prefs:test_support",
800 "//content/public/app:both", 801 "//content/public/app:both",
801 "//content/test:test_support", 802 "//content/test:test_support",
802 "//testing/gmock", 803 "//testing/gmock",
803 "//testing/gtest", 804 "//testing/gtest",
804 ] 805 ]
805 806
806 data = [ 807 data = [
807 "//blimp/test/data/", 808 "//blimp/test/data/",
808 "$root_out_dir/blimp_engine.pak", 809 "$root_out_dir/blimp_engine.pak",
809 ] 810 ]
810 } 811 }
OLDNEW
« no previous file with comments | « blimp/client/public/blimp_client_context.h ('k') | blimp/engine/browser_tests/integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698