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

Side by Side Diff: mojo/mojo.gyp

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking 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 | Annotate | Revision Log
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | mojo/mojo_public.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'dependencies': [ 256 'dependencies': [
257 '../ui/ozone/ozone.gyp:ozone', 257 '../ui/ozone/ozone.gyp:ozone',
258 ], 258 ],
259 }], 259 }],
260 ], 260 ],
261 'sources': [ 261 'sources': [
262 'shell/desktop/mojo_main.cc', 262 'shell/desktop/mojo_main.cc',
263 ], 263 ],
264 }, 264 },
265 { 265 {
266 # GN version: //mojo/shell:mojo_shell_tests
266 'target_name': 'mojo_shell_tests', 267 'target_name': 'mojo_shell_tests',
267 'type': '<(gtest_target_type)', 268 'type': '<(gtest_target_type)',
268 'dependencies': [ 269 'dependencies': [
269 '../base/base.gyp:base', 270 '../base/base.gyp:base',
270 '../base/base.gyp:base_i18n', 271 '../base/base.gyp:base_i18n',
271 '../base/base.gyp:test_support_base', 272 '../base/base.gyp:test_support_base',
272 '../testing/gtest.gyp:gtest', 273 '../testing/gtest.gyp:gtest',
273 '../net/net.gyp:net_test_support', 274 '../net/net.gyp:net_test_support',
274 # TODO(vtl): We don't currently need this, but I imagine we will soon. 275 # TODO(vtl): We don't currently need this, but I imagine we will soon.
275 # '../ui/gl/gl.gyp:gl', 276 # '../ui/gl/gl.gyp:gl',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'views/views_init_internal.h', 521 'views/views_init_internal.h',
521 ], 522 ],
522 'defines': [ 523 'defines': [
523 'MOJO_VIEWS_IMPLEMENTATION', 524 'MOJO_VIEWS_IMPLEMENTATION',
524 ], 525 ],
525 }, 526 },
526 ], 527 ],
527 }], 528 }],
528 ], 529 ],
529 } 530 }
OLDNEW
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698