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

Unified Diff: tools/create_sdk.py

Issue 2782213002: Add requirejs to repo for DDC (Closed)
Patch Set: Created 3 years, 9 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 | « third_party/requirejs/require.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 1d47170bee535e9c46548da8de66221ab2787c4c..0260693f6ee08e29305370c3f2c495b927145189 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -197,6 +197,8 @@ def CopyDevCompilerSdk(home, lib):
join(lib, '_internal', 'ddc_sdk.sum'))
copytree(join(home, 'pkg', 'dev_compiler', 'lib', 'js'),
join(lib, 'dev_compiler'))
+ copyfile(join(home, 'third_party', 'requirejs', 'require.js'),
+ join(lib, 'dev_compiler', 'amd', 'require.js'))
def Main():
# Pull in all of the gypi files which will be munged into the sdk.
« no previous file with comments | « third_party/requirejs/require.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698