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

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

Issue 2528173003: Desktop fast shutdown experiment (Closed)
Patch Set: Add comment to features.h Created 4 years 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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "favicon/chrome_favicon_client.cc", 374 "favicon/chrome_favicon_client.cc",
375 "favicon/chrome_favicon_client.h", 375 "favicon/chrome_favicon_client.h",
376 "favicon/fallback_icon_service_factory.cc", 376 "favicon/fallback_icon_service_factory.cc",
377 "favicon/fallback_icon_service_factory.h", 377 "favicon/fallback_icon_service_factory.h",
378 "favicon/favicon_service_factory.cc", 378 "favicon/favicon_service_factory.cc",
379 "favicon/favicon_service_factory.h", 379 "favicon/favicon_service_factory.h",
380 "favicon/favicon_utils.cc", 380 "favicon/favicon_utils.cc",
381 "favicon/favicon_utils.h", 381 "favicon/favicon_utils.h",
382 "favicon/large_icon_service_factory.cc", 382 "favicon/large_icon_service_factory.cc",
383 "favicon/large_icon_service_factory.h", 383 "favicon/large_icon_service_factory.h",
384 "features.cc",
385 "features.h",
384 "file_select_helper.cc", 386 "file_select_helper.cc",
385 "file_select_helper.h", 387 "file_select_helper.h",
386 "file_select_helper_mac.mm", 388 "file_select_helper_mac.mm",
387 "fullscreen.h", 389 "fullscreen.h",
388 "fullscreen_chromeos.cc", 390 "fullscreen_chromeos.cc",
389 "fullscreen_mac.mm", 391 "fullscreen_mac.mm",
390 "fullscreen_win.cc", 392 "fullscreen_win.cc",
391 "geolocation/chrome_access_token_store.cc", 393 "geolocation/chrome_access_token_store.cc",
392 "geolocation/chrome_access_token_store.h", 394 "geolocation/chrome_access_token_store.h",
393 "geolocation/geolocation_permission_context.cc", 395 "geolocation/geolocation_permission_context.cc",
(...skipping 4030 matching lines...) Expand 10 before | Expand all | Expand 10 after
4424 # linking all of the test support. 4426 # linking all of the test support.
4425 static_library("pepper_cdm_test_constants") { 4427 static_library("pepper_cdm_test_constants") {
4426 testonly = true 4428 testonly = true
4427 visibility = [ "//chrome/*" ] 4429 visibility = [ "//chrome/*" ]
4428 sources = [ 4430 sources = [
4429 "media/pepper_cdm_test_constants.cc", 4431 "media/pepper_cdm_test_constants.cc",
4430 "media/pepper_cdm_test_constants.h", 4432 "media/pepper_cdm_test_constants.h",
4431 ] 4433 ]
4432 } 4434 }
4433 } 4435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698