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

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

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: Rebase & respond to apacible@ comments. 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/media_router/media_router_base_browsertest.h » ('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("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2057 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 "../browser/ui/ash/accelerator_commands_browsertest.cc", 2068 "../browser/ui/ash/accelerator_commands_browsertest.cc",
2069 "../browser/ui/ash/accelerator_controller_browsertest.cc", 2069 "../browser/ui/ash/accelerator_controller_browsertest.cc",
2070 "../browser/ui/ash/chrome_new_window_client_browsertest.cc", 2070 "../browser/ui/ash/chrome_new_window_client_browsertest.cc",
2071 "../browser/ui/ash/keyboard_controller_browsertest.cc", 2071 "../browser/ui/ash/keyboard_controller_browsertest.cc",
2072 "../browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest. cc", 2072 "../browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest. cc",
2073 "../browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc", 2073 "../browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc",
2074 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc", 2074 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc",
2075 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h", 2075 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h",
2076 "../browser/ui/ash/shelf_browsertest.cc", 2076 "../browser/ui/ash/shelf_browsertest.cc",
2077 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ", 2077 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ",
2078 "../browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc",
2079 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome os.cc", 2078 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome os.cc",
2080 "../browser/ui/ash/volume_controller_browsertest_chromeos.cc", 2079 "../browser/ui/ash/volume_controller_browsertest_chromeos.cc",
2081 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest .cc", 2080 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest .cc",
2082 ] 2081 ]
2083 deps += [ 2082 deps += [
2084 "//ash/test:ash_with_aura_test_support", 2083 "//ash/test:ash_with_aura_test_support",
2085 "//ash/test:test_support_with_content", 2084 "//ash/test:test_support_with_content",
2086 ] 2085 ]
2087 2086
2088 if (enable_app_list) { 2087 if (enable_app_list) {
(...skipping 2949 matching lines...) Expand 10 before | Expand all | Expand 10 after
5038 "touch_hud", 5037 "touch_hud",
5039 "ui", 5038 "ui",
5040 ] 5039 ]
5041 5040
5042 if (is_linux && !is_android) { 5041 if (is_linux && !is_android) {
5043 deps += [ "//components/font_service:manifest" ] 5042 deps += [ "//components/font_service:manifest" ]
5044 packaged_services += [ "font_service" ] 5043 packaged_services += [ "font_service" ]
5045 } 5044 }
5046 } 5045 }
5047 } 5046 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/media_router/media_router_base_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698