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

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

Issue 2556813002: Record executable version details to stability file (Closed)
Patch Set: 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 3485 matching lines...) Expand 10 before | Expand all | Expand 10 after
3496 ":chrome_process_finder", 3496 ":chrome_process_finder",
3497 "//chrome:file_pre_reader", 3497 "//chrome:file_pre_reader",
3498 "//chrome/chrome_watcher:client", 3498 "//chrome/chrome_watcher:client",
3499 "//chrome/common:metrics_constants_util_win", 3499 "//chrome/common:metrics_constants_util_win",
3500 "//chrome/common:version_header", 3500 "//chrome/common:version_header",
3501 "//chrome_elf:blacklist", 3501 "//chrome_elf:blacklist",
3502 "//chrome_elf:constants", 3502 "//chrome_elf:constants",
3503 "//chrome_elf:dll_hash", 3503 "//chrome_elf:dll_hash",
3504 "//components/browser_watcher", 3504 "//components/browser_watcher",
3505 "//components/browser_watcher:browser_watcher_client", 3505 "//components/browser_watcher:browser_watcher_client",
3506 "//components/browser_watcher:stability_data",
3506 "//google_update", 3507 "//google_update",
3507 "//third_party/crashpad/crashpad/client:client", 3508 "//third_party/crashpad/crashpad/client:client",
3508 "//third_party/iaccessible2", 3509 "//third_party/iaccessible2",
3509 "//third_party/isimpledom", 3510 "//third_party/isimpledom",
3510 "//third_party/wtl", 3511 "//third_party/wtl",
3511 ] 3512 ]
3512 3513
3513 all_dependent_configs = [ ":browser_win_linker_flags" ] 3514 all_dependent_configs = [ ":browser_win_linker_flags" ]
3514 3515
3515 if (!is_chrome_branded) { 3516 if (!is_chrome_branded) {
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
4450 # linking all of the test support. 4451 # linking all of the test support.
4451 static_library("pepper_cdm_test_constants") { 4452 static_library("pepper_cdm_test_constants") {
4452 testonly = true 4453 testonly = true
4453 visibility = [ "//chrome/*" ] 4454 visibility = [ "//chrome/*" ]
4454 sources = [ 4455 sources = [
4455 "media/pepper_cdm_test_constants.cc", 4456 "media/pepper_cdm_test_constants.cc",
4456 "media/pepper_cdm_test_constants.h", 4457 "media/pepper_cdm_test_constants.h",
4457 ] 4458 ]
4458 } 4459 }
4459 } 4460 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698