| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |