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

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

Issue 2157133003: Move blimp AssignmentSource to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-switches-to-core
Patch Set: Fix gn checks Created 4 years, 5 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 ] 661 ]
662 662
663 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 663 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
664 664
665 deps = [ 665 deps = [
666 "//base", 666 "//base",
667 "//blimp/client:feature", 667 "//blimp/client:feature",
668 "//blimp/client:session", 668 "//blimp/client:session",
669 "//blimp/client:test_support", 669 "//blimp/client:test_support",
670 "//blimp/client/core:switches", 670 "//blimp/client/core:switches",
671 "//blimp/client/core/session",
671 "//blimp/common", 672 "//blimp/common",
672 "//blimp/engine:app", 673 "//blimp/engine:app",
673 "//blimp/engine:app_config", 674 "//blimp/engine:app_config",
674 "//blimp/engine:app_switches", 675 "//blimp/engine:app_switches",
675 "//blimp/engine:pak", 676 "//blimp/engine:pak",
676 "//blimp/engine:session", 677 "//blimp/engine:session",
677 "//blimp/engine:test_support", 678 "//blimp/engine:test_support",
678 "//blimp/net", 679 "//blimp/net",
679 "//content/public/app:both", 680 "//content/public/app:both",
680 "//content/test:test_support", 681 "//content/test:test_support",
681 "//testing/gmock", 682 "//testing/gmock",
682 "//testing/gtest", 683 "//testing/gtest",
683 ] 684 ]
684 685
685 data = [ 686 data = [
686 "//blimp/test/data/", 687 "//blimp/test/data/",
687 "$root_out_dir/blimp_engine.pak", 688 "$root_out_dir/blimp_engine.pak",
688 ] 689 ]
689 } 690 }
OLDNEW
« no previous file with comments | « blimp/client/session/test_selfsigned_cert.pem ('k') | blimp/engine/browser_tests/blimp_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698