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

Side by Side Diff: mojo/public/mojo_public.gyp

Issue 693343003: Update to using //mojo/public/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « mojo/edk/mojo_edk.gyp ('k') | ui/keyboard/resources/keyboard_mojo.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'includes': [ 6 'includes': [
7 '../mojo_variables.gypi', 7 '../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 ], 123 ],
124 }, 124 },
125 { 125 {
126 # GN version: //mojo/public/js/bindings 126 # GN version: //mojo/public/js/bindings
127 'target_name': 'mojo_js_bindings', 127 'target_name': 'mojo_js_bindings',
128 'type': 'static_library', 128 'type': 'static_library',
129 'include_dirs': [ 129 'include_dirs': [
130 '../..' 130 '../..'
131 ], 131 ],
132 'sources': [ 132 'sources': [
133 'js/bindings/constants.cc', 133 'js/constants.cc',
134 'js/bindings/constants.h', 134 'js/constants.h',
135 ], 135 ],
136 }, 136 },
137 { 137 {
138 # GN version: //mojo/public/cpp/environment:standalone 138 # GN version: //mojo/public/cpp/environment:standalone
139 'target_name': 'mojo_environment_standalone', 139 'target_name': 'mojo_environment_standalone',
140 'type': 'static_library', 140 'type': 'static_library',
141 'sources': [ 141 'sources': [
142 'c/environment/async_waiter.h', 142 'c/environment/async_waiter.h',
143 'c/environment/logger.h', 143 'c/environment/logger.h',
144 'cpp/environment/environment.h', 144 'cpp/environment/environment.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 }, 358 },
359 'dependencies': [ 359 'dependencies': [
360 'mojo_public_java', 360 'mojo_public_java',
361 ], 361 ],
362 'includes': [ '../../build/java.gypi' ], 362 'includes': [ '../../build/java.gypi' ],
363 }, 363 },
364 ], 364 ],
365 }], 365 }],
366 ], 366 ],
367 } 367 }
OLDNEW
« no previous file with comments | « mojo/edk/mojo_edk.gyp ('k') | ui/keyboard/resources/keyboard_mojo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698