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

Side by Side Diff: chrome/BUILD.gn

Issue 1455063004: Mojo C++ bindings: introduce MultiplexRouter and related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac compilation Created 5 years, 1 month 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")
sky 2015/11/19 17:16:26 The fix landed, so you should be able to revert yo
yzshen1 2015/11/19 22:00:40 Done.
6 import("//build/config/features.gni") 7 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 8 import("//build/config/locales.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
10 import("//build/config/win/manifest.gni") 11 import("//build/config/win/manifest.gni")
11 import("//chrome/chrome_repack_locales.gni") 12 import("//chrome/chrome_repack_locales.gni")
12 import("//chrome/version.gni") 13 import("//chrome/version.gni")
13 14
14 declare_args() { 15 declare_args() {
15 # If true, builds as a console app (rather than a windowed app), which allows 16 # If true, builds as a console app (rather than a windowed app), which allows
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1068 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1068 "//chrome/tools/build/linux/chrome-wrapper", 1069 "//chrome/tools/build/linux/chrome-wrapper",
1069 "//third_party/xdg-utils/scripts/xdg-mime", 1070 "//third_party/xdg-utils/scripts/xdg-mime",
1070 "//third_party/xdg-utils/scripts/xdg-settings", 1071 "//third_party/xdg-utils/scripts/xdg-settings",
1071 ] 1072 ]
1072 outputs = [ 1073 outputs = [
1073 "$root_out_dir/{{source_file_part}}", 1074 "$root_out_dir/{{source_file_part}}",
1074 ] 1075 ]
1075 } 1076 }
1076 } 1077 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('j') | mojo/public/cpp/bindings/lib/connector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698