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

Side by Side Diff: content/test/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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
« no previous file with comments | « content/shell/utility/DEPS ('k') | content/test/data/web_ui_mojo_shell_test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//content/public/child", 59 "//content/public/child",
60 "//content/public/renderer", 60 "//content/public/renderer",
61 "//content/public/utility", 61 "//content/public/utility",
62 "//content/renderer:for_content_tests", 62 "//content/renderer:for_content_tests",
63 "//content/shell:pak", 63 "//content/shell:pak",
64 "//content/utility:for_content_tests", 64 "//content/utility:for_content_tests",
65 "//ipc:test_support", 65 "//ipc:test_support",
66 "//ipc/mojo", 66 "//ipc/mojo",
67 "//media", 67 "//media",
68 "//mojo/edk/test:test_support", 68 "//mojo/edk/test:test_support",
69 "//mojo/shell/public/cpp:cpp_for_chromium",
70 "//net:test_support", 69 "//net:test_support",
70 "//services/shell/public/cpp:cpp_for_chromium",
71 "//skia", 71 "//skia",
72 "//storage/browser", 72 "//storage/browser",
73 "//storage/common", 73 "//storage/common",
74 "//testing/gmock", 74 "//testing/gmock",
75 "//testing/gtest", 75 "//testing/gtest",
76 "//ui/accessibility:ax_gen", 76 "//ui/accessibility:ax_gen",
77 "//ui/base", 77 "//ui/base",
78 "//ui/base:test_support", 78 "//ui/base:test_support",
79 "//ui/base:ui_data_pack", 79 "//ui/base:ui_data_pack",
80 "//ui/base/ime", 80 "//ui/base/ime",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "//gpu/blink", 462 "//gpu/blink",
463 "//ipc:test_support", 463 "//ipc:test_support",
464 "//media", 464 "//media",
465 "//media:test_support", 465 "//media:test_support",
466 "//media/audio:test_support", 466 "//media/audio:test_support",
467 "//media/base:test_support", 467 "//media/base:test_support",
468 "//mojo/edk/system", 468 "//mojo/edk/system",
469 "//mojo/edk/test:test_support", 469 "//mojo/edk/test:test_support",
470 "//mojo/public/cpp/bindings", 470 "//mojo/public/cpp/bindings",
471 "//mojo/public/js", 471 "//mojo/public/js",
472 "//mojo/shell/public/cpp:cpp_for_chromium",
473 "//mojo/test:test_support", 472 "//mojo/test:test_support",
474 "//net:test_support", 473 "//net:test_support",
474 "//services/shell/public/cpp:cpp_for_chromium",
475 "//storage/browser", 475 "//storage/browser",
476 "//testing/gmock", 476 "//testing/gmock",
477 "//testing/gtest", 477 "//testing/gtest",
478 "//third_party/WebKit/public:blink", 478 "//third_party/WebKit/public:blink",
479 "//third_party/leveldatabase", 479 "//third_party/leveldatabase",
480 "//third_party/mesa:osmesa", 480 "//third_party/mesa:osmesa",
481 "//third_party/zlib", 481 "//third_party/zlib",
482 "//ui/accessibility", 482 "//ui/accessibility",
483 "//ui/accessibility:ax_gen", 483 "//ui/accessibility:ax_gen",
484 "//ui/base:test_support", 484 "//ui/base:test_support",
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 "//gpu:test_support", 1018 "//gpu:test_support",
1019 "//media/base/android", 1019 "//media/base/android",
1020 "//media/base/android:media_java", 1020 "//media/base/android:media_java",
1021 "//media/capture/video/android:capture_java", 1021 "//media/capture/video/android:capture_java",
1022 "//testing/gmock", 1022 "//testing/gmock",
1023 "//ui/android:ui_java", 1023 "//ui/android:ui_java",
1024 ] 1024 ]
1025 } 1025 }
1026 } 1026 }
1027 } 1027 }
OLDNEW
« no previous file with comments | « content/shell/utility/DEPS ('k') | content/test/data/web_ui_mojo_shell_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698