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

Unified Diff: third_party/WebKit/Source/build/scripts/in_generator.py

Issue 2387723002: Test CL to demonstrate GN + hermetic toolchain
Patch Set: more fixes. Created 4 years, 3 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
Index: third_party/WebKit/Source/build/scripts/in_generator.py
diff --git a/third_party/WebKit/Source/build/scripts/in_generator.py b/third_party/WebKit/Source/build/scripts/in_generator.py
index 841f00e51541280a62ee7448b32b3c163bbfbeec..f2986b912b5900397220d25d96674531bfd3dd96 100644
--- a/third_party/WebKit/Source/build/scripts/in_generator.py
+++ b/third_party/WebKit/Source/build/scripts/in_generator.py
@@ -26,6 +26,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+import os
import os.path
import shlex
import shutil
@@ -35,6 +36,7 @@ from in_file import InFile
class Writer(object):
+ os.environ['DEVELOPER_DIR'] = "/Users/erikchen/projects/chromium/src/build/mac_files/Xcode.app/"
# Subclasses should override.
class_name = None
defaults = None
« no previous file with comments | « third_party/WebKit/Source/build/scripts/gperf.py ('k') | third_party/WebKit/Source/build/scripts/rule_bison.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698