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

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

Issue 2556813002: Record executable version details to stability file (Closed)
Patch Set: Merge 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
« no previous file with comments | « base/debug/activity_tracker.h ('k') | chrome/browser/chrome_browser_field_trials_desktop.cc » ('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/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 3478 matching lines...) Expand 10 before | Expand all | Expand 10 after
3489 ":chrome_process_finder", 3489 ":chrome_process_finder",
3490 "//chrome:file_pre_reader", 3490 "//chrome:file_pre_reader",
3491 "//chrome/chrome_watcher:client", 3491 "//chrome/chrome_watcher:client",
3492 "//chrome/common:metrics_constants_util_win", 3492 "//chrome/common:metrics_constants_util_win",
3493 "//chrome/common:version_header", 3493 "//chrome/common:version_header",
3494 "//chrome_elf:blacklist", 3494 "//chrome_elf:blacklist",
3495 "//chrome_elf:constants", 3495 "//chrome_elf:constants",
3496 "//chrome_elf:dll_hash", 3496 "//chrome_elf:dll_hash",
3497 "//components/browser_watcher", 3497 "//components/browser_watcher",
3498 "//components/browser_watcher:browser_watcher_client", 3498 "//components/browser_watcher:browser_watcher_client",
3499 "//components/browser_watcher:stability_data",
3499 "//google_update", 3500 "//google_update",
3500 "//third_party/crashpad/crashpad/client:client", 3501 "//third_party/crashpad/crashpad/client:client",
3501 "//third_party/iaccessible2", 3502 "//third_party/iaccessible2",
3502 "//third_party/isimpledom", 3503 "//third_party/isimpledom",
3503 "//third_party/wtl", 3504 "//third_party/wtl",
3504 ] 3505 ]
3505 3506
3506 all_dependent_configs = [ ":browser_win_linker_flags" ] 3507 all_dependent_configs = [ ":browser_win_linker_flags" ]
3507 3508
3508 if (!is_chrome_branded) { 3509 if (!is_chrome_branded) {
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
4451 # linking all of the test support. 4452 # linking all of the test support.
4452 static_library("pepper_cdm_test_constants") { 4453 static_library("pepper_cdm_test_constants") {
4453 testonly = true 4454 testonly = true
4454 visibility = [ "//chrome/*" ] 4455 visibility = [ "//chrome/*" ]
4455 sources = [ 4456 sources = [
4456 "media/pepper_cdm_test_constants.cc", 4457 "media/pepper_cdm_test_constants.cc",
4457 "media/pepper_cdm_test_constants.h", 4458 "media/pepper_cdm_test_constants.h",
4458 ] 4459 ]
4459 } 4460 }
4460 } 4461 }
OLDNEW
« no previous file with comments | « base/debug/activity_tracker.h ('k') | chrome/browser/chrome_browser_field_trials_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698