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

Side by Side Diff: chrome/BUILD.gn

Issue 2941823002: Add flags and skeleton for profiling process. (Closed)
Patch Set: Fix header Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/app/DEPS » ('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/compiler/pgo/pgo.gni") 7 import("//build/config/compiler/pgo/pgo.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 ":chrome_dll_manifest", 382 ":chrome_dll_manifest",
383 ":chrome_dll_version", 383 ":chrome_dll_version",
384 "//base/trace_event/etw_manifest:chrome_events_win", 384 "//base/trace_event/etw_manifest:chrome_events_win",
385 "//build/config:exe_and_shlib_deps", 385 "//build/config:exe_and_shlib_deps",
386 "//chrome/app:chrome_dll_resources", 386 "//chrome/app:chrome_dll_resources",
387 "//chrome/app:command_ids", 387 "//chrome/app:command_ids",
388 "//chrome/app/theme:chrome_unscaled_resources", 388 "//chrome/app/theme:chrome_unscaled_resources",
389 "//chrome/common:features", 389 "//chrome/common:features",
390 "//chrome/install_static:install_static_util", 390 "//chrome/install_static:install_static_util",
391 "//chrome/install_static:secondary_module", 391 "//chrome/install_static:secondary_module",
392 "//chrome/profiling",
392 "//chrome_elf", 393 "//chrome_elf",
393 "//components/crash/content/app", 394 "//components/crash/content/app",
394 "//components/policy:generated", 395 "//components/policy:generated",
395 "//content/app/resources", 396 "//content/app/resources",
396 "//content/public/common:service_names", 397 "//content/public/common:service_names",
397 "//crypto", 398 "//crypto",
398 "//headless:headless_shell_browser_lib", 399 "//headless:headless_shell_browser_lib",
399 "//net:net_resources", 400 "//net:net_resources",
400 "//ppapi/features", 401 "//ppapi/features",
401 "//services/service_manager/embedder", 402 "//services/service_manager/embedder",
(...skipping 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1849 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1850 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1850 "//chrome/tools/build/linux/chrome-wrapper", 1851 "//chrome/tools/build/linux/chrome-wrapper",
1851 "//third_party/xdg-utils/scripts/xdg-mime", 1852 "//third_party/xdg-utils/scripts/xdg-mime",
1852 "//third_party/xdg-utils/scripts/xdg-settings", 1853 "//third_party/xdg-utils/scripts/xdg-settings",
1853 ] 1854 ]
1854 outputs = [ 1855 outputs = [
1855 "$root_out_dir/{{source_file_part}}", 1856 "$root_out_dir/{{source_file_part}}",
1856 ] 1857 ]
1857 } 1858 }
1858 } 1859 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698