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

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

Issue 2376573002: Cleanup blimp/client/core code organization. (Closed)
Patch Set: merged origin/master 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "browser_tests/waitable_content_pump.cc", 696 "browser_tests/waitable_content_pump.cc",
697 "browser_tests/waitable_content_pump.h", 697 "browser_tests/waitable_content_pump.h",
698 ] 698 ]
699 699
700 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 700 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
701 701
702 deps = [ 702 deps = [
703 "//base", 703 "//base",
704 "//blimp/client:session", 704 "//blimp/client:session",
705 "//blimp/client:test_support", 705 "//blimp/client:test_support",
706 "//blimp/client/core:context",
707 "//blimp/client/core:switches",
708 "//blimp/client/core/contents:test_support", 706 "//blimp/client/core/contents:test_support",
707 "//blimp/client/core/context",
709 "//blimp/client/core/render_widget:test_support", 708 "//blimp/client/core/render_widget:test_support",
710 "//blimp/client/core/session", 709 "//blimp/client/core/session",
710 "//blimp/client/core/switches",
711 "//blimp/client/test", 711 "//blimp/client/test",
712 "//blimp/common", 712 "//blimp/common",
713 "//blimp/engine:app", 713 "//blimp/engine:app",
714 "//blimp/engine:app_config", 714 "//blimp/engine:app_config",
715 "//blimp/engine:app_switches", 715 "//blimp/engine:app_switches",
716 "//blimp/engine:pak", 716 "//blimp/engine:pak",
717 "//blimp/engine:session", 717 "//blimp/engine:session",
718 "//blimp/engine:test_support", 718 "//blimp/engine:test_support",
719 "//blimp/net", 719 "//blimp/net",
720 "//content/public/app:both", 720 "//content/public/app:both",
721 "//content/test:test_support", 721 "//content/test:test_support",
722 "//testing/gmock", 722 "//testing/gmock",
723 "//testing/gtest", 723 "//testing/gtest",
724 ] 724 ]
725 725
726 data = [ 726 data = [
727 "//blimp/test/data/", 727 "//blimp/test/data/",
728 "$root_out_dir/blimp_engine.pak", 728 "$root_out_dir/blimp_engine.pak",
729 ] 729 ]
730 } 730 }
OLDNEW
« no previous file with comments | « blimp/client/session/blimp_client_session.cc ('k') | blimp/engine/browser_tests/blimp_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698