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

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

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: move run_loop_ to a unique_ptr Created 3 years, 4 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 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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 "../browser/dom_distiller/tab_utils_browsertest.cc", 1259 "../browser/dom_distiller/tab_utils_browsertest.cc",
1260 "../browser/domain_reliability/browsertest.cc", 1260 "../browser/domain_reliability/browsertest.cc",
1261 "../browser/download/download_browsertest.cc", 1261 "../browser/download/download_browsertest.cc",
1262 "../browser/download/download_browsertest.h", 1262 "../browser/download/download_browsertest.h",
1263 "../browser/download/download_danger_prompt_browsertest.cc", 1263 "../browser/download/download_danger_prompt_browsertest.cc",
1264 "../browser/download/download_started_animation_browsertest.cc", 1264 "../browser/download/download_started_animation_browsertest.cc",
1265 "../browser/download/save_page_browsertest.cc", 1265 "../browser/download/save_page_browsertest.cc",
1266 "../browser/fast_shutdown_browsertest.cc", 1266 "../browser/fast_shutdown_browsertest.cc",
1267 "../browser/favicon/content_favicon_driver_browsertest.cc", 1267 "../browser/favicon/content_favicon_driver_browsertest.cc",
1268 "../browser/first_run/first_run_browsertest.cc", 1268 "../browser/first_run/first_run_browsertest.cc",
1269 "../browser/first_run/try_chrome_dialog_view_browsertest.cc", 1269 "../browser/first_run/try_chrome_dialog_browsertest.cc",
1270 "../browser/gcm/fake_gcm_profile_service.cc", 1270 "../browser/gcm/fake_gcm_profile_service.cc",
1271 "../browser/gcm/fake_gcm_profile_service.h", 1271 "../browser/gcm/fake_gcm_profile_service.h",
1272 "../browser/geolocation/access_token_store_browsertest.cc", 1272 "../browser/geolocation/access_token_store_browsertest.cc",
1273 "../browser/geolocation/geolocation_browsertest.cc", 1273 "../browser/geolocation/geolocation_browsertest.cc",
1274 "../browser/global_keyboard_shortcuts_mac_browsertest.mm", 1274 "../browser/global_keyboard_shortcuts_mac_browsertest.mm",
1275 "../browser/history/history_browsertest.cc", 1275 "../browser/history/history_browsertest.cc",
1276 "../browser/history/redirect_browsertest.cc", 1276 "../browser/history/redirect_browsertest.cc",
1277 "../browser/iframe_browsertest.cc", 1277 "../browser/iframe_browsertest.cc",
1278 "../browser/image_decoder_browsertest.cc", 1278 "../browser/image_decoder_browsertest.cc",
1279 "../browser/importer/edge_importer_browsertest_win.cc", 1279 "../browser/importer/edge_importer_browsertest_win.cc",
(...skipping 4008 matching lines...) Expand 10 before | Expand all | Expand 10 after
5288 } 5288 }
5289 5289
5290 if (is_win) { 5290 if (is_win) {
5291 loadable_module("conflicts_dll") { 5291 loadable_module("conflicts_dll") {
5292 testonly = true 5292 testonly = true
5293 sources = [ 5293 sources = [
5294 "conflicts/conflicts_dll.cc", 5294 "conflicts/conflicts_dll.cc",
5295 ] 5295 ]
5296 } 5296 }
5297 } 5297 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698