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

Unified Diff: mojo/services/public/build/config/BUILD.gn

Issue 1954263003: Monet: Roll mojo_sdk to 3762c8c0b74b48b00786a42fca8f7db7f761935f. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/network/url_loader_interceptor_apptest.cc ('k') | mojo/services/tracing/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/build/config/BUILD.gn
diff --git a/mojo/services/public/build/config/BUILD.gn b/mojo/services/public/build/config/BUILD.gn
index c6b13b6d5015e0a6563eea6980f84ded9c46a3a1..21629ab2c28902699473e48988239384535840e6 100644
--- a/mojo/services/public/build/config/BUILD.gn
+++ b/mojo/services/public/build/config/BUILD.gn
@@ -1,19 +1,14 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# The absolute path to the directory containing the Mojo services produced
-# out of Chromium.
+# The absolute path to the directory containing the Mojo services.
mojo_services_root = get_path_info("../../..", "abspath")
-# NOTE: This config name must be in sync with the name of the config used by
-# services that developed out of the Mojo repo so that Chromium's services'
-# BUILD.gn files can work seamlessly in Chromium and when pulled into Mojo or a
-# client repo.
config("mojo_services") {
include_dirs = [
- # Include paths in Chromium Mojo services' client-side code are specified
- # relative to the directory holding the services' client-side code.
+ # Include paths in Mojo services' client-side code are specified relative
+ # to the directory holding the services' client-side code.
mojo_services_root,
# The same goes for files generated from mojoms.
« no previous file with comments | « mojo/services/network/url_loader_interceptor_apptest.cc ('k') | mojo/services/tracing/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698