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

Unified Diff: build/module_args/nacl.gni

Issue 1198633002: Add a nacl module args file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/module_args/nacl.gni
diff --git a/tools/copyright_scanner/__init__.py b/build/module_args/nacl.gni
old mode 100755
new mode 100644
similarity index 70%
copy from tools/copyright_scanner/__init__.py
copy to build/module_args/nacl.gni
index e6b8d8e5bb15ed83268a3d20463e089a312ec049..61e0768e13a370bda81d08f474663673b8422cb3
--- a/tools/copyright_scanner/__init__.py
+++ b/build/module_args/nacl.gni
@@ -1,6 +1,6 @@
-#!/usr/bin/env python
# Copyright 2015 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.
-__all__ = ['copyright_scanner']
+# Override nacl's build directory.
+nacl_shared_build_dir = "//build"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698