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

Side by Side Diff: mojo/mojo_public.gypi

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 6 years, 4 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 unified diff | Download patch
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/public/c/system 8 # GN version: //mojo/public/c/system
9 'target_name': 'mojo_system', 9 'target_name': 'mojo_system',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'java_in_dir': 'public/java/bindings', 221 'java_in_dir': 'public/java/bindings',
222 }, 222 },
223 'dependencies': [ 223 'dependencies': [
224 'mojo_public_java', 224 'mojo_public_java',
225 ], 225 ],
226 'includes': [ '../build/java.gypi' ], 226 'includes': [ '../build/java.gypi' ],
227 }, 227 },
228 ], 228 ],
229 }], 229 }],
230 ], 230 ],
231 } 231 }
viettrungluu 2014/07/28 22:51:32 Did you remove an end-of-file newline (or somethin
Hajime Morrita 2014/07/28 23:04:09 I did remove it accidentally :-( Reverted.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698